Arch Linux¶
Recently started using arch linux, seems like really cool distro.
Package Manager¶
it uses "pacman" as package manager.
Following is some use full commands.
pacman queries the local package database with the -Q flag.
and queries the sync databases with the -S flag. pacman can search for packages in the database, searching both in packages' names and descriptions. To search for already installed packages. To display extensive information about a given package. for locally installed packages. To retrieve a list of the files installed by a package. One can also query the database to know which package a file on the file system belongs to. To list all packages no longer required as dependencies (orphans).