Dear community,
I have installed a fresh centos8 in server without GUI and when I run the script to install Plesk:
sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
The process stops and I am getting an error message:
Plesk installation requires 'PowerTools' OS
I have tried to enable it with this command:
yum install dnf-plugins-core
And when I run this:
yum config-manager --set-enabled PowerTools
I am getting an error saying that the repository can't be found.
If I list them, I can see powertools is available.. is there a problem with the uppercases?
Would you be able to help me? I have done 3 installations and still the same issue. It is from a fresh install of Centos 8.
I have installed a fresh centos8 in server without GUI and when I run the script to install Plesk:
sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
The process stops and I am getting an error message:
Plesk installation requires 'PowerTools' OS
I have tried to enable it with this command:
yum install dnf-plugins-core
And when I run this:
yum config-manager --set-enabled PowerTools
I am getting an error saying that the repository can't be found.
If I list them, I can see powertools is available.. is there a problem with the uppercases?
Would you be able to help me? I have done 3 installations and still the same issue. It is from a fresh install of Centos 8.