You are not logged in.
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
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 Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Nice job.
Thank you
Offline
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