You are not logged in.

#1 2005-06-18 20:26:11

Todd_Z
Member
From: MA, USA
Registered: 2005-01-31
Posts: 35
Website

I can never find installed programs!

Whenever I install a program, i can never find the damn thing and of course they dont make my life easy and make the global command be something simple like "zend"  Anywho - any tips?

Offline

#2 2005-06-18 20:48:14

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: I can never find installed programs!

pacman -Ql packagname will say all the files that were installed with that package. Look for something in /usr/bin.  You can also read man locate and man find and man apropos.

Dusty

Offline

#3 2005-06-18 22:48:15

FJ
Member
From: Ontario, Canada
Registered: 2005-03-17
Posts: 75
Website

Re: I can never find installed programs!

I like to use whereis to find newly installed things.

Offline

#4 2005-06-20 04:35:56

Bysshe
Member
Registered: 2004-12-10
Posts: 271

Re: I can never find installed programs!

KDE has a nice little search feature right in the applications list.  I use it alot.

Offline

#5 2005-06-20 09:18:24

IceRAM
Member
From: Bucharest, Romania
Registered: 2004-03-04
Posts: 772
Website

Re: I can never find installed programs!

FJ wrote:

I like to use whereis to find newly installed things.

# whereis whereis
whereis: /usr/bin/whereis /usr/man/man1/whereis.1.gz

# pacman -Qo /usr/bin/whereis
/usr/bin/whereis is owned by util-linux 2.12-7

Offline

#6 2005-06-26 16:42:48

Kin
Member
From: Oberfranken / Europe
Registered: 2004-01-23
Posts: 137

Re: I can never find installed programs!

updatedb


locate  PACKAGENAME

Offline

#7 2005-06-26 23:10:20

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: I can never find installed programs!

I usually use slocate to find newly installed programs.  Its usually required to run 'slocate -u' to update the list.  However, most of your packages will be installed somewhere in /usr, as that is the 'Arch Way'.

Offline

Board footer

Powered by FluxBB