• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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

Shorty

New 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
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 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