Accueil > Système > How to list all installed packages?

How to list all installed packages?

05/11/2022 Categories: Système Tags: , , , ,

To get a list of packages installed locally do this in your terminal:

dpkg --get-selections | grep -v deinstall

To save that list to a text file called packages on your desktop do this in your terminal:

dpkg --get-selections | grep -v deinstall > ~/Desktop/packages
Lire aussi:  Zsync HTTP-based File Transfer Utility Transfers Large Files Efficiently
Les commentaires sont fermés.