• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question apt-get autoremove? (plesk packages)

omexlu

Regular Pleskian
Hi,

After a bigger update i run 'apt-get autoremove' and i get this package to be deleted:
Code:
plesk-py27-pip
plesk-py27-setuptools
plesk-py27-virtualenv
plesk-wheel-cffi
plesk-wheel-cryptography
plesk-wheel-psutil

Are they not needed anymore, can i delete them?
 
Hi omexlu,

"normally" you are always save to delete packages, which have been installed as additional packages and which currently don't have any other dependencies.
You are always able to check dependencies on Debian/Ubuntu based systems with the command:
Code:
apt-cache depends package-name

Because you don't provide enough informations about your current used operating system, you never will get a decent answer to your unique environment. Pls. check current packages for YOUR Plesk version and for YOUR operating system at "autoinstall.plesk.com" for example. ;)
 
Hi omexlu,

I recommend to "purge" packages with "aptitude" on Debian/Ubuntu - based systems, if you desire to remove a software from your server. You will notice, that "aptitude" is much more powerfull than "apt-get", offering additional solutions/suggestions, in case that package dependencies might want to remove additional installed packages. Just try it out and learn how to use the 3 available programs "apt-get" , "aptitude" and "dpkg" for your software package management and don't forget, that each operating system offers as well manuals and documentations, where you are able to learn from. ;)
 
Thank you, i will look at aptitude.

But for now i can uninstall Migration Expansion then i think this 'problem' is gone :) ?
 
Back
Top