How can I update my gcc 6.3.0 to gcc 7.1.0 in ubuntu 17.04

4.5k Views Asked by At

Is there any ppa available for gcc 7.1 for ubuntu 17.04?

https://launchpad.net/~jonathonf/+archive/ubuntu/gcc-7.1 This ppa is for 16.04, which I have found

1

There are 1 best solutions below

1
On

Check this page ubuntu-toolchain-r/test

You can install using

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-7

I think ubuntu stopped putting the minor version as part of the package name.