John Rye wrote:
On Sun, 16 Sep 2007 21:10:11 +0000
Don Gould <[EMAIL PROTECTED]> wrote:
Anyone know where the list of installed packages is stored? (Mandriva 2007)
I know I can use the package manager, but it crashes on the machine.
/var/lib/urpmi for the file lists - have fun :-)
Find the rpmdrake files on your cd (hdd, floppy or whatever), change to
that directory and remove and reinstall
'rpm -e rmpdrake'
'rpm -U ./rpmdrake'
I want to see the list of installed apps so I can work out if two
machines have the same versions of ssh installed on them.
rpm -qa --last will show all pkgs but pipe it to a txt file for reading
Why not 'ssh -v' on both machines?
John