> It should had to have a --list-installed or
> something like that
> to can see what already installed packages we have on the system ?
> (maybe we can find something that we dont want to exist)

try:

rpm -qa

 or

rpm -qa|sort

 or

rpm -qa|sort > installed.rpms.txt

works for me.
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to