Operating System - Linux
1752795 Members
5769 Online
108789 Solutions
New Discussion

intalled rpm..& ftp site ?

 
SOLVED
Go to solution
mw_4
Frequent Advisor

intalled rpm..& ftp site ?

can i get to know what rpm patckages installed in my linux box?
not only specific rpm but also
all installed rpm
one more question...
and could you post the ftp site for getting linux rpm application and necessary system application ?
Step by step
1 REPLY 1
I_M
Honored Contributor
Solution

Re: intalled rpm..& ftp site ?

Hi,

rpm -qa tells you
-q for query
a for all

I like to put " --last " to see when I have installed the file.

Talking about the rpm files, try
rpmfind.net.
You will be able to find many rpm binary and source files.

If you want to find some more open source software, try freashmeat.net.

Good luck