You are not logged in.

#1 2008-10-26 16:42:13

viga
Member
Registered: 2007-06-12
Posts: 112

Where does pacman stores downloaded programs?

I am trying to use Grip  but need to find the path for lame  I used pacman -S lame  now i need to link the encoder excutable to the full path were lame was placed by pacman

Thanks

Offline

#2 2008-10-26 16:47:24

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Where does pacman stores downloaded programs?

Pacman downloads packages to /var/cache/pacman/pkg/ by default. Pacman then unpacks them and installs them on your system. If you need to find the full path to an executable, use the "which" command:

which lame

That will display the full path to lame. To see the full path to all files belonging to lame, you could do this:

pacman -Ql lame

My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#3 2008-10-26 17:00:00

viga
Member
Registered: 2007-06-12
Posts: 112

Re: Where does pacman stores downloaded programs?

Nice job.

Thank you

Offline

#4 2008-10-26 17:03:27

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: Where does pacman stores downloaded programs?

also if you want to find anything in your system just type "locate anything" (you may have to run "updatedb" before as root if your files are fairly new)


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

Board footer

Powered by FluxBB