Versions Compared

Key

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

...

Code Block
# This is optional, but prevents 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
 
$ sudo cat >> /etc/apt/sources.list
deb http://deb.debian.org/debian testing main
$ apt-get update
$ apt-get -t testing install linux-compiler-gcc-7-x86 g++-7

...