You are not logged in.
Pages: 1
I installed Archlinux some months ago and I had some problems because I used the installation CD with a previous version of pacman. With a little bit of hacking, I managed to boot it and everything is running fine.
Though everything works, some packages are installed, but don't show up in the pacman db. Is there a way to know which files in my root partition aren't owned by any package?
Last edited by andre.ramaciotti (2008-10-11 18:06:24)
(lambda ())
Offline
If I remember correctly, try using; pacman -Qdte to list all packages that are orphans and were installed as deps. And to remove them, you can use: pacman -R `pacman -Qdte`
I think that is correct.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
I think this is what you're looking for: http://bbs.archlinux.org/viewtopic.php?id=45939
Offline
That's not the problem. I have some files installed (e.g /bin/ping) but if I search for them with `pacman -Qo /bin/ping` it'll say that no package owns it. I'd like to know which files aren't owned by any package and them reinstall their packages.
(lambda ())
Offline
@AD28
Thank you. That was exactly what I wanted.
(lambda ())
Offline
Pages: 1