↧
Answer by ayush jain for Ubuntu 20.04 - gcc version lower than gcc-7
As mentioned in the comment section, GCC versions lower than 7 are still available in xenial repository. You can follow the following steps to install gcc-5:Add xenial to /etc/apt/sources.listOpen...
View ArticleAnswer by Alexander G. for Ubuntu 20.04 - gcc version lower than gcc-7
The only solution that worked for me is:Manual installing of .deb packages(sad programmer noises)Go to http://old-releases.ubuntu.com/ubuntu/pool/universe/g/Download all .deb packages for gcc compiler...
View ArticleUbuntu 20.04 - gcc version lower than gcc-7
I recently upgraded my Ubuntu version to the latest 20.04 release. Some of my earlier projects (developed on 16.04) were compiling just fine with a gcc version of 5 (gcc-5.4.0).The default version in...
View Article