• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Error trying to install Plesk

JulianDot

Regular Pleskian
Server operating system version
Almalinux 10
Plesk version and microupdate number
latest
On a fresh AlmaLinux 10 LXC server, I am trying to install Plesk

SELinux is disabled


Code:
wget https://autoinstall.plesk.com/plesk-installer
chmod +x plesk-installer
./plesk-installer

I am getting the error:

gpg-pubkey-c2a1e572-668fe8ef AlmaLinux OS 10 <[email protected]> public key
chcon: failed to change context of '/usr/local/psa/bin/dnf_install' to 'system_u:eek:bject_r:rpm_exec_t:s0': Operation not permitted

No matches found for the following disable plugin patterns: *

Do you want to continue? [Y/n]:


Is not first time when i install Plesk on AlmaLinux 10, i never saw that error before
 
Usually when you get an error of "Operation not permitted" means that you tried to do a command without doing sudo or as root. Make sure you are doing sudo or switch to root.
 
Back
Top