Installed Porgrams


 
Thread Tools Search this Thread
Operating Systems Linux Installed Porgrams
# 1  
Old 03-28-2008
Installed Porgrams

Hi guys
I wanted to keep a track of all softwares that are installed on fedora 6 desktop (for all users).How can i view them .One more thing How i can search anything thats exits on my system.
# 2  
Old 03-28-2008
Code:
rpm -qa > SoftwareList.txt

will give you all software installed via rpm and yum. Also, you might wanna look at the yum logs - /var/log/yum.log
# 3  
Old 03-31-2008
Thanks for input sysgate ..but this only give the programs that isinstalled from yum or rpm utilities ..is their any way to keep track of programs that are compiled from source..i.e tar files ...Thanks in advance
# 4  
Old 03-31-2008
I don't think so, any user can go and download, eventually compile / install software, who may reside in a custom folder, i.e. not always in /usr/bin/ for example, which makes it almost impossible to track.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. OS X (Apple)

Just installed El Capitan...

Just updated from Yosemite to El Capitan on my iMac... What an improvement! The front end is really slick now on this tool... Still using OSX 10.7.5 on my laptop and the Applescript code inside AudioScope.sh is now broken under El Capitan but the rest of AudioScope.sh works on it...... (4 Replies)
Discussion started by: wisecracker
4 Replies

3. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

4. Solaris

To get access to installed SE 11

Hello.I am new member on this forum and I glad to salute you, members. I am beginner in Solaris OS. I am installed Solaris 11 on my computer from Live CD. When I try to enter in Solaris OS (which I installed) the system offers to enter login and password. I enter login and password of... (3 Replies)
Discussion started by: User_V
3 Replies

5. AIX

OS Patches installed but they seem as not installed

Hello everyone: I've installed an OS patch into AIX 6.1 by running the following command: instfix -d /tmp/6100-02-03 -k "IZ41855" however it seem not installed instfix -i -k "IZ41855" There was no data for IZ41855 in the fix database. what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies

6. Solaris

apache installed or not

How to check out apache is installed in unix box ? i don't have execute for httpd -v command and also i don't have 'apache' directory under /usr/local but i could able to see many httpd processes running on the server. (2 Replies)
Discussion started by: Masanamuthu
2 Replies

7. UNIX for Advanced & Expert Users

where is grub installed

Hi all, i am reading about USB bootable and it points me to grub in tutorial is issued command: grub grub> find /boot/grub/stage1 but it gives me: Error 15: File not found i do not have any problems with grub, i can choose between M$ and Linux while boot so when i issue: sudo fdisk... (6 Replies)
Discussion started by: wakatana
6 Replies

8. Programming

No dbx installed

I have a problem whith dbx: there is no dbx installed!!! Could someone tell me where do i get dbx program and how to install it? Thanks. (1 Reply)
Discussion started by: calloc
1 Replies

9. Shell Programming and Scripting

Two Oracle's installed

In my directory /u01/app/oracle/product I have two Oracle products installed. $ ls 8.1.7 817_http The application installed on the server is using PL/SQL procs to display webpages(not sure how) Now I have to create a similar server for development. Our sysadmin has built up a host... (1 Reply)
Discussion started by: rahulrathod
1 Replies

10. UNIX for Dummies Questions & Answers

Installed software

I am a complete novice/dumbo with Unix. How can I ascertain what software is installed on a unix system? Any help is much appreciated. (3 Replies)
Discussion started by: wakeley
3 Replies
Login or Register to Ask a Question