Set up a secure, stable and efficient personal digital environment.
Why choose Debian?
- Free and open: Debian is entirely open source, guaranteeing transparency and no license fees.
- Stability and security: every release goes through a thorough testing process, making Debian one of the most reliable and secure distributions on the market.
- Active community: a vast community and extensive documentation are available to support you whenever you need it.
- Lightweight and scalable: you can install Debian on machines with modest resources while maintaining good performance.
- Extensive software catalog: over 50,000 official packages are available via the repositories.
Choose a Interface graphic
- GNOME: modern, intuitive Interface, ideal for beginners. It offers a fluid, easy-to-use graphical menu for accessing applications.
- XFCE: light and fast, perfect for less powerful machines.
- KDE Plasma: highly customizable, with a Windows-like appearance.
- Cinnamon: simple, elegant Interface, inspired by Windows.
- LXDE / LXQt: ultra-light, suitable for older computers.
- MATE: simple and classic, close to the old GNOME.
Installing and configuring Debian
Hardware requirements
- USB key: 8 GB minimum to hold the bootable ISO image.
- Random Access Memory (RAM): 4 GB for smooth installation and operation.
- Disk space: at least 15 GB of free space for the system and updates.
Download
- AMD64: download the "live hybrid" edition from the [download] list (https://debian.obspm.fr/debian-cd/12.11.0-live/amd64/iso-hybrid/).
- ARM64: get the DVD image from the official [Debian] website (https://debian.obspm.fr/debian-cd/12.11.0/arm64/iso-dvd/).
- Other architectures: find the ISO corresponding to your architecture here.
Creating a bootable USB key
- Download Balena Etcher from the official website, then get the binary for your system and install it.
- Launch Etcher: open the software and select the previously downloaded Debian ISO image.
- Choose the USB key: specify your key (8 GB+) as the target.
- Start flash: click on Flash! and wait until the process is complete.
Installing Debian on your system
Booting from USB key
- Switch off the computer completely.
- Reboot then access BIOS/UEFI by immediately pressing
ESC,F2,F11(or the dedicated key depending on your brand). - In the boot menu, select your USB key as the boot device.
- Confirm with the Enter key to start on the Debian image: this will take you to the installer's welcome screen.
Launching the installation
- Live System: launches Debian without installing it, ideal for testing the environment.
- Start Installer: starts installation directly on the hard disk.
- Advanced Install Options: gives you access to customized installation modes.
- Language selection (optional)
- Time zone (GMT)
- Keyboard layout
Disk partitioning
- Erase disk: if you have a dedicated partition, this option will delete all its contents.
- Manual partitioning: choose this option to create, resize or delete partitions as required.
- Creating a user account
- Parameter summary
- Launching the installation
- Restart
System update
Option 1: Update via graphical Interface (GNOME)
Option 2: Update via terminal (recommended)
- Open the terminal using the shortcut
Ctrl + Alt + T. - Update the list of available packages with the following command:
sudo apt update
- To install available updates:
sudo apt full-upgrade
Discover the basic tasks
Browsing the Internet
Word processing
- To write documents, use LibreOffice Writer, the equivalent of Microsoft Word.
- For spreadsheets, LibreOffice Calc acts as an alternative to Excel.
- Finally, LibreOffice Impress lets you create presentations, just like PowerPoint.
Installing applications
Graphical method:
Command-line method:
sudo apt install <name>
<name> with the package name. For example, to install curl:sudo apt install curl
Installing a manually downloaded package:
.deb file (Debian package), you can install it with the following command:sudo apt install ./name.deb
Author
This tutorial has been written by Olaniran
You can say thanks by tipping the professor.
Web application developer, I write and share my understanding of how systems work.
Credits
This tutorial has not been proofread yet
The original content has been translated by AI, but human review is necessary to ensure its accuracy.
1 964 sats982 sats491 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.


