Accueil > Linux - Divers > linux - installation -dpkg
linux - installation -dpkg
samedi 28 octobre 2023, par
Commandes d’installation
Mise à jour
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt autoremove
Installation de paquet
apt-get install --reinstall package
dpkg -i package
dpkg --force-all -i package
Suppression de paquet
apt-get remove --purge package
dpkg -r package
dpkg -r --force-depends package
dpkg --purge --force-all package
Correction et nettoyage
apt --fix-broken install
dpkg --audit
apt-get clean
apt-get install -fy
dpkg -i /var/cache/apt/archives/*.deb
dpkg --configure -a