• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved How can I remove extensions from putty during the Plesk installation?

Shorty

Basic Pleskian
Server operating system version
Debian 11
Plesk version and microupdate number
Plesk Obsidian 18.0.68 Web Pro Edition
I'm not that good at dealing with putty yet and don't know exactly how I can take out the Plesk installation package so that it is not installed, would someone please be so nice to explain it to me so that I understand it?
 
I am having trouble understanding your question. I understand that you're not very experienced using SSH performing tasks via command line (using the Putty client). But what are you trying to accomplish during Plesk installation exactly?
 
I would like to take package 16 out of the installation here with the Plesk installation, because it causes errors during installation. And I don't know how exactly that works.
 

Attachments

  • puttyplesk.png
    puttyplesk.png
    44.8 KB · Views: 13
Normally, underneath the list of components there are instructions how to select or deselect them.
 
If I am not mistaken you can use the arrow keys to navigate trough the list and use the enter key to select or deslects something from the list, and use the 'q' button the return to the installer afterwards.
 
That's exactly what I can't do, I can navigate with the arrow keys, but I can't select anything to remove.
 
That should be for install, yes. As far as I am aware, you cannot exclude packages during the installation, only components. If I understand correctly you are trying to exclude the Imunify package. Can you please go back one step (using the B key) and make sure the Imunify extension is not selected? I believe that should sort out the issue. If it is not selected and the package is still present, I am not sure what's causing the issue.
 
Unfortunately it won't work that way, the Plesk chooses it itself, even if I take a step back it will be installed, it will be as they said it can not be ruled out.
 
As an example, you can try to start the installation with unattended mode; just specify what you want to install and what you do not want to install; to see the list of possible components for Plesk Obsidian v18.0.68 version, check
Code:
# wget https://autoinstall.plesk.com/plesk-installer
# chmod +x ./plesk-installer
# ./plesk-installer list PLESK_18_0_68 --components
[...]
  advisor           [install] - Advisor
  xovi              [install] - SEO Toolkit
  imunify360        [install] - Imunify
[...]

Final example,
Code:
# ./plesk-installer install PLESK_18_0_68 --preset Recommended --without imunify360 git

It is based on Installing Plesk for Linux in Unattended Mode.

BTW, if you install Plesk with a component you want to uninstall, it could also removed when the installation is finished: Adding and Removing Plesk Components
 
As an example, you can try to start the installation with unattended mode; just specify what you want to install and what you do not want to install; to see the list of possible components for Plesk Obsidian v18.0.68 version, check
Code:
# wget https://autoinstall.plesk.com/plesk-installer
# chmod +x ./plesk-installer
# ./plesk-installer list PLESK_18_0_68 --components
[...]
  advisor           [install] - Advisor
  xovi              [install] - SEO Toolkit
  imunify360        [install] - Imunify
[...]

Final example,
Code:
# ./plesk-installer install PLESK_18_0_68 --preset Recommended --without imunify360 git

It is based on Installing Plesk for Linux in Unattended Mode.

BTW, if you install Plesk with a component you want to uninstall, it could also removed when the installation is finished: Adding and Removing Plesk Components
thank you very much so I was able to install Plesk without error
 
Sorry, one more question, do I have the extension WP Toolkit also causes problems, how can I incorporate this into the following command?
./plesk-installer install PLESK_18_0_68 --preset Recommended --without imunify360 git
 
Code:
# ./plesk-installer list PLESK_18_0_68 --components
[...]
  wp-toolkit        [install] - WP Toolkit
  advisor           [install] - Advisor
[...]

# ./plesk-installer install PLESK_18_0_68 --preset Recommended --without imunify360 git wp-toolkit

...but now I would say it sounds strange, could you please provide a little more details on the problems you mentioned? Are they related to Plesk and/or extensions, or are they related to something other/external factor?
 
Back
Top