Difference between revisions of "How to install gcc-7 Debian"
(Created page with " echo "# Backports for sid (unstable)" >> /etc/apt/sources.list echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list apt-get -t sid install gcc-7 ap...") |
|||
Line 3: | Line 3: | ||
apt-get -t sid install gcc-7 | apt-get -t sid install gcc-7 | ||
apt-get -t sid install g++-7 | apt-get -t sid install g++-7 | ||
+ | |||
+ | If there are problems with installing, check /etc/apt/preferences |
Latest revision as of 07:45, 12 January 2019
echo "# Backports for sid (unstable)" >> /etc/apt/sources.list echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list apt-get -t sid install gcc-7 apt-get -t sid install g++-7
If there are problems with installing, check /etc/apt/preferences