install gcc 7 and g++ 7 ubuntu code example
Example 1: gcc 7 install ubuntu
sudo apt install software-properties-commonsudo add-apt-repository ppa:ubuntu-toolchain-r/test
Example 2: gcc 7 install ubuntu
sudo apt install gcc-7 g++-7 gcc-8 g++-8 gcc-9 g++-9