GameLife
Linux Secrets
Téléchargements Packages Windows macOS Forum Discord

Linux Secrets

Commandes utiles, triées par distro, avec bouton Copier sur chaque commande.

Debian / Ubuntu (APT)

Mise à jour + nettoyage :

sudo apt update && sudo apt upgrade -y
sudo apt autoremove -y && sudo apt autoclean

Installer des outils utiles :

sudo apt install -y curl wget git htop neofetch

Fedora (DNF)

Mise à jour :

sudo dnf upgrade --refresh -y

Installer des outils utiles :

sudo dnf install -y curl wget git htop

Arch (pacman)

Mise à jour :

sudo pacman -Syu

Installer des outils utiles :

sudo pacman -S --needed curl wget git htop

AUR (exemple avec yay) :

sudo pacman -S --needed base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

Infos système

uname -a
lsblk
df -h
ip a