Debian
Last update: 05. June 2023 (Created: 19. February 2023)Debian
- Download netinst ISO from: https://www.debian.org/download
# Add user to sudoers (only if a password was set for the root user during installation).
# See: https://wiki.debian.org/sudo/
su -
usermod -aG sudo <username>
su <username>
# Logout and Login again.
# Add mirrors.
nano /etc/apt/sources.list
# Add the following:
deb http://ftp.us.debian.org/debian stretch main contrib non-free
deb-src http://ftp.us.debian.org/debian stretch main contrib non-free