Difference between revisions of "How to install gcc-7 Debian"

From HyperSecurity Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 07:43, 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