You are not logged in.

#1 2008-10-11 17:42:40

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Files that belong to no package [solved]

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

#2 2008-10-11 17:50:51

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: Files that belong to no package [solved]

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

#3 2008-10-11 17:56:56

AD28
Member
Registered: 2008-09-16
Posts: 161

Re: Files that belong to no package [solved]

I think this is what you're looking for: http://bbs.archlinux.org/viewtopic.php?id=45939

Offline

#4 2008-10-11 17:58:23

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: Files that belong to no package [solved]

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

#5 2008-10-11 18:05:31

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: Files that belong to no package [solved]

@AD28
Thank you. That was exactly what I wanted. big_smile


(lambda ())

Offline

Board footer

Powered by FluxBB