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
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil