Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ sudo cat >> /etc/apt/sources.list
deb http://deb.debian.org/debian testing main
$ apt-get update
$ apt-get install linux-compiler-gcc-7-x86 g++-7
 
# This is optional, but preventprevents apt-get upgrade from upgrading everything from testing. We recommend doing this!
$ cat >> /etc/apt/preferences.d/testing
Package: *
Pin: release a=testing
Pin-Priority: 50

...