Difference between revisions of "Pacman Overview"
Views
Actions
Namespaces
Variants
Tools
m
→Determining which Package Owns a File
imported>Dalto (Revamp and merge content from Pacman Tips and Progress Bar as Pacman Eating Powerpills) |
imported>Dalto |
||
Line 115: | Line 115: | ||
=Determining which Package Owns a File= | =Determining which Package Owns a File= | ||
It is often to understand which package installed a file on your system. This is easy to do with pacman using {{ic|pacman -Qo /path/to/filename}}. For example: | It is often useful to understand which package installed a file on your system. This is easy to do with pacman using {{ic|pacman -Qo /path/to/filename}}. For example: | ||
pacman -Qo /usr/bin/smplayer | pacman -Qo /usr/bin/smplayer | ||
=Cleaning the Cache= | =Cleaning the Cache= |