• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

need help with rpm

D

DetlefZ

Guest
I installed the version 9.2.2 und chose Kaspersky to be installed too by accident. The modules is shown in the GUI. But when I try to deinstall in the GUI, it says, that it is not installed.

So I tried "rpm -e psa-kav-1.0.0-suse10.3.build92090714.19.i386.rpm", but again "not installed"

but when I try "rpm -i psa-kav-1.0.0-suse10.3.build92090714.19.i386.rpm" it says "allready installed"


What now??

Hope for help, TIA, Detlef
 
Try simply "rpm -e psa-kav" and see if that removes it for you.
 
I searched the whole afternoon and that simple thing did it ... THANK YOU SO MUCH!!!

Detlef
 
Hey, no problem. Glad I could help.

*dons cape, flies away*
 
I installed the version 9.2.2 und chose Kaspersky to be installed too by accident. The modules is shown in the GUI. But when I try to deinstall in the GUI, it says, that it is not installed.

So I tried "rpm -e psa-kav-1.0.0-suse10.3.build92090714.19.i386.rpm", but again "not installed"

but when I try "rpm -i psa-kav-1.0.0-suse10.3.build92090714.19.i386.rpm" it says "allready installed"


What now??

Hope for help, TIA, Detlef


rpm -i "package.rpm" means you want to install a package

rpm -e "package.rpm" means you want to erase a package

rpm -ev "package.rpm" means you want to erase a package verbosely
 
Back
Top