pamac:tldr:8eec7
pamac: List installed packages.
$ pamac list --installed
try on your machine
The command "pamac list --installed" is used to list all the packages that are currently installed on your system using the Pamac package manager. Pamac is a user-friendly package manager predominantly used in Arch-based Linux distributions.
When you execute this command, it will display a list of all the installed packages, including their names, versions, and other relevant information such as their repository, size, and installation date.
Here's an example output of the "pamac list --installed" command:
alacritty 0.7.2-2 community 473.4 kB 2021-05-15
audacity 3.0.3-1 community 14.6 MB 2021-06-02
chromium 93.0.4577.63-1 extra 277.3 MB 2021-09-08
gimp 2.10.28-1 extra 117.9 MB 2021-08-05
gparted 1.4.1-1 community 7.6 MB 2021-05-25
...
In this example, multiple packages are listed along with their versions, repositories, sizes, and installation dates. This information can help you keep track of the installed packages and manage them more effectively.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.