I
I
Ilya2017-01-29 20:17:42
linux
Ilya, 2017-01-29 20:17:42

How to update gcc in Debian?

Now stands Debian Stable, with the latest updates and there the latest gcc is 4.9.
How to update it to the 5th version?
apt-get install gcc-5 g++-5-does not work.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
olddirtyjeans, 2017-01-30
@nuBacuk

/etc/apt/sources.list
deb ftp.debian.org/debian stretch main
deb ftp.us.debian.org/debian testing main contrib non-free
~# apt list --upgradable
~# apt upgrade
~# apt-cache search gcc
~# apt install gcc-5

S
sim3x, 2017-01-29
@sim3x

Без понимания к чему может привести apt-pinning - я б не советовал
Если разрабу нужно собрать что-то кастомное - пусть пилит на том что есть
Как вариант - сделать в /opt раздел для сборки с теми сорцами, что нужны

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question