Problems with shell users

Alexander Dalloz alexander.dalloz at uni-bielefeld.de
Wed Mar 17 18:55:00 UTC 2004


Am Mi, den 17.03.2004 schrieb Rolf Berkenbosch um 19:37:
> Can I reinstall all the packages with ssh:
> openssh-server-3.6.1p2-19
> openssh-clients-3.6.1p2-19
> openssh-askpass-3.6.1p2-19
> openssh-3.6.1p2-19
> openssh-askpass-gnome-3.6.1p2-19
> 
> With first te remove the with:
> rpm -e *packagename* 
> And the isntall the with
> Apt-get install *packagename*
> 
> Rolf

You can do that. You might run "rpm -qa "*openssh*" to get the list of
all installed openssh packages. Then run

for i in `rpm -qa "*openssh*"`; do rpm -e --nodeps $i; echo $i
uninstalled; done

Take care that no modified ssh configuration files be left. Check
/etc/ssh and ~/.ssh and /root/.ssh.

After uninstallation is ready reinstall all previously erased packages
using up2date, yum or even apt.

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
Fedora GNU/Linux Core 1 (Yarrow) on Athlon CPU kernel 2.4.22-1.2174.nptl
Sirendipity 19:49:56 up 8 days, 20:09, load average: 1.28, 1.36, 1.22 
                   [ Γνωθι σ'αυτον - gnothi seauton ]
             my life is a planetarium - and you are the stars
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040317/4ae67a02/attachment-0001.sig>


More information about the fedora-list mailing list