You are not logged in.
If pacman tries to install a package it is normally aware of files beeing already installed and puts out an error message. Is it possible to encounter to which package a file belongs, t.m. which package did install it?
Offline
pacman -Qo <file>For example,
$ pacman -Qo /usr/bin/python
/usr/bin/python2.5 is owned by python 2.5.1-5It's all in the manpage for pacman. ![]()
Offline
pacman -Qo <full path to file>
Edit: beaten by 1 second! ![]()
Last edited by Allan (2008-01-31 12:52:33)
Offline
Thank you all!
Offline