• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue Package not found

krystalgrowth

New Pleskian
I am trying to run this command on Ubuntu plesk 20.04 but it’s saying package not found

command:apt-get install gcc make plesk-php74-dev
 
Coorect command should be:

$ sudo apt-get install gcc make plesk-php74-dev

or if you already logged as root:

# apt-get install gcc make plesk-php74-dev
 
Back
Top