• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

vsftpd probleme mit der installation

Hallo,
wollte vsftpd auf meine SuSE 9.0 installieren,
jetzt wenn ich das installieren wollte beim ersten mal ein fehler und wenn ich das
jetzt nochmal installiern will kommt:
toronto056:/downloads # rpm -i vsftpd-1.2.0-52.i586.rpm
package vsftpd-1.2.0-52 is already installed
toronto056:/downloads #

und wenn ich es löschen will kommt:
toronto056:/downloads # rpm -e vsftpd-1.2.0-52.i586.rpm
error: package vsftpd-1.2.0-52.i586.rpm is not installed

Und bei Update kommt:
toronto056:/downloads # rpm -U vsftpd-1.2.0-52.i586.rpm
package vsftpd-1.2.0-52 is already installed

was kann ich da machen?
Gruß
bacardischmal
 

oc2pus

Ultimate Guru
bacardischmal schrieb:
Hallo,
wollte vsftpd auf meine SuSE 9.0 installieren,
jetzt wenn ich das installieren wollte beim ersten mal ein fehler und wenn ich das
jetzt nochmal installiern will kommt:
toronto056:/downloads # rpm -i vsftpd-1.2.0-52.i586.rpm
package vsftpd-1.2.0-52 is already installed
toronto056:/downloads #

und wenn ich es löschen will kommt:
toronto056:/downloads # rpm -e vsftpd-1.2.0-52.i586.rpm
error: package vsftpd-1.2.0-52.i586.rpm is not installed

Und bei Update kommt:
toronto056:/downloads # rpm -U vsftpd-1.2.0-52.i586.rpm
package vsftpd-1.2.0-52 is already installed

was kann ich da machen?
Gruß
bacardischmal

deinstall:
rpm -e vsftpd Ohne Versionsnummer!
rpm -e --nodeps vsftpd (falls vsftpd von anderen gebraucht wird)

update
rpm -Uhv vsftpd update einer vorhandenen Version, falls installierte Version älter als neue!
rpm -Uhv --replacepkgs vsftpd falls du die Version einfach ersetzen willst
 
Oben