Skip to content

Debian "Testing" how to

César Lourenço edited this page Nov 18, 2016 · 1 revision

Installation steps

  1. Download the full DVD ISO (3.7 GB) from here
  2. Download the non-free firmware (e.g. Intel WLAN drivers) from here
  3. Unzip the firmware on to a USB stick, in a directory named "firmware". More about this here
  4. Plug-in both USB sticks (or any other media) and boot the machine
  5. Follow the installation process

Optional

After first boot, replace /etc/apt/sources.list with the following: sources.list.zip

Notes

  • Using the netinst ISO is discouraged as it may lack needed drivers for the hardware.
  • It's possible to create a custom installer following these instructions.
  • To be able to use sudo, be sure not to provide a root password during the installation. That way the root account will be disabled.

Packages to install

  • build-essential
  • cmake
  • git
  • cppcheck
  • valgrind
  • libarmadillo-dev
  • libspdlog-dev
  • libtclap-dev
Clone this wiki locally