Friday, February 23, 2018

ppa - install gcc-9 on Ubuntu 18.04?


gcc-9 is just released.


I was wondering if there is a repository that allows me to install gcc 9 on Ubuntu 18.04 LTS (bionic)?


There seems to be repositories supporting disco:


https://packages.ubuntu.com/disco/gcc-9-base


But I liked to have it on the current LTS for a while.



I used a search for PPAs, using search on launchpad.net and found JonathonF's GCC 9.0 PPA. You can install this package by:


sudo add-apt-repository ppa:jonathonf/gcc-9.0
sudo apt-get install gcc-9

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...