Results 11 to 13 of 13
hi,
you dont have yum installed.
so you can go for rpm(as mentioned above)
Code:
rpm -qa
(to view all the packages)
or
Code:
rpm -qa | grep java
(to ...
- 06-05-2008 #11
hi,
you dont have yum installed.
so you can go for rpm(as mentioned above)
(to view all the packages)Code:rpm -qa
or
(to view java. replace java with whatever application name you may want to check)Code:rpm -qa | grep java
Linux and me it's a love story
- 06-06-2008 #12
Remember that most packaging tools won't know anything about packages installed from source (except of course on source based distros). If you are installing packages packages from source, you may need to keep a log.
- 06-06-2008 #13

Code:ls /usr/share/
Code:ls /usr/bin/
That's if you know stuff ahead of time.Code:ls /usr/lib
In other words, it's a quick list of stuff.
And you can quickly identify things by knowing their acronyms and aliases.
/usr/ = unix system resources


Reply With Quote
