LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   list of programs I have (https://www.linuxquestions.org/questions/linux-newbie-8/list-of-programs-i-have-50259/)

ole 03-17-2003 07:26 AM

list of programs I have
 
Hallo,

I have redhat and I'v installed (and tried to install) a lot of programs.
My problem is now; how can I easy see which programs I have? And how can I easy delete or upgrade them?
Now I always use the command line, but it's not very practical imo...

thx,

ole

tcaptain 03-17-2003 10:03 AM

Well you can see at least which RPMS are installed if you type in (as root):

rpm -qa

This gives you a list of all RPMs installed.

One note tho...this doesn't include any source programs you might have installed yourself.

Dark_Helmet 03-17-2003 10:51 AM

I don't believe there are any tools to determine anything added from source; not that I've found.

The only alternative is a notebook where you write down the software name and version of anything you compile and install yourself. I didn't like the idea at first (thought it was tedious), but I'm a convert now...

MasterC 03-17-2003 07:21 PM

Press TAB 3 or more times in a console...

Cool

bulliver 03-17-2003 07:23 PM

Or:
ls /bin
ls /sbin
ls /usr/bin
ls /usr/sbin
Should show you almost everything

Crashed_Again 03-17-2003 08:20 PM

Quote:

Press TAB 3 or more times in a console...
I thought that was a joke. Wow what the hell kind of command is that. Very cool Master Kenobi.


All times are GMT -5. The time now is 11:16 PM.