We are still actively working on the spam issue.

Debian

From InstallGentoo Wiki
Revision as of 15:58, 28 February 2017 by Shiny Rice (talk | contribs) (Deleted one item from the bulletpoint list. Seriously? A "Minimal, visually appealing logo." is a real reason to use a distro now? That's entirely subjective.)
Jump to: navigation, search
Debian GNU+Linux
Plebian GNU/Linux

Debian is a GNU/Linux distribution. Debian is notable for being one of the earliest distributions, and one of the most influential. Debian comes with no proprietary software by default, nor is there any in the default Aptitude repositories, but the FSF damns Debian as they host non-free software on the same server.

Why use Debian?

  • Can be as bare as desired; often used on servers.
  • Stable is renowned for being stable.
  • Easy to customize/rice.
  • Excellent selection of software.
  • The Debian Project often does neat things, like Debian/kFreeBSD and Debian/Hurd.

Getting Debian

The average Debian .iso installation files can be found at https://www.debian.org/distrib/, and live CDs can be found at http://live.debian.net/

Which version?

Debian comes in three flavors: Stable, Testing, and Unstable.

  • Stable is most often used in servers, and by users who do not like updating often and don't mind more out-dated software.
  • Testing is more up-to-date than Stable, and is the most common for desktop usage.
  • Unstable is the most up-to-date, but may contain bugs because it's unstable.

Which desktop/kind?

The default Debian installation .iso will install the GNOME 3, but you can also install it with KDE, XFCE, LXDE, or even without any kind of graphical environment, see GNU/Linux Ricing#Desktop Environments.

Network Installation

Network installation, or netinst, is the minimal installer. The .iso contains only the software to boot and download more software. This is what you would want if you are installing Debian on a server, or want to build up your environment from scratch.

Installing Debian

After downloading your preferred installation media, burn the .iso to a CD or DVD. Then, throw away the CD/DVD and make a bootable USB using UNetBootin.

Jam your USB flash device into a compatible hole on your machine and during boot, press whichever button allows you to select boot device. It is usually F10 or F12, but may be F2, or the Delete key. If you can't figure it out for yourself, perhaps Gentoo will fit you better.

Your machine should now be booting your Debian installation media, and now you just have to push the right buttons when you need to.

If something goes wrong, you may:

  • Have corrupt install media.
  • Have a broken device.
  • Be a victim of flu vaccinations.
  • Have already installed Gentoo.

Changing APT Repositories

At some point you might want to upgrade to testing or install non freedom drivers and firmware.

You may do so by modifying sources.list with your favorite text editor.

sudo nano /etc/apt/sources.list
deb http://site.example.com/debian testing main non-free contrib
deb-src http://site.example.com/debian testing main non-free contrib
apt-get update

If you changed distributions from stable to testing or unstable

apt-get dist-upgrade