Atualizando GCC/G++ no Ubuntu

Posted . Visible to the public.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test

sudo apt-get update

sudo apt-get install gcc-5 g++-5
sudo update-alternatives --remove-all gcc
sudo update-alternatives --remove-all g++
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 20
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
Marcus Vinícius Voltolim
Last edit
Bruno Vieira
Posted by Marcus Vinícius Voltolim to ZeroGlosa (2016-03-22 13:26)