Versions Compared

Key

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

...

Code Block
$ sudo cat >> /etc/apt/sources.list
# Disable this after installing the gcc-7 packages!
deb http://deb.debian.org/debian testing main non-free contrib
$ apt-get update
$ apt-get install linux-compiler-gcc-7-x86 g++-7

...