I am getting this error on my Ubuntu 16.04 LTS system :
The following packages have unmet dependencies:
plesk-php56-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed
plesk-php70-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed
plesk-php71-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed
plesk-php72-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed
output of lsb_release -a :
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
I tried a lot of things , installed a lot of packages, stopped some services but can’t resolve.
I have 3 domains and will add some more too , so I want to use plesk for easy configurations, but can’t install.
How can I install plesk on my system?
3
Answers
I got the problem at the end, it's all about my version : it was 16.04.3 , not 16.04
So , i had to reinstall operating system, changed operating system to 16.04 LTS (not 16.04.3 ) , and now I able to install Plesk.
It means , Plesk Supports only 16.04 solely , don't waste your time if you use another version of 16.04 , look for another control panel or change your operating system, there is no other way i think.
I wish it helps someone who will waste time cause of this simple information..
EDIT :
@Elvis Plesky answered the question, I think so Plesk supports minor versions. Maybe my configurations were incorrect , I don't know, because already reinstalled OS.
Maybe it is about 'systemd' thing that I found on Plesk documentation :
I am not an experienced user so don't understand what is it about..
i am not sure why this happens but its definitely sure you need to install libsnmp30 dependency try this one
or this one If that still gives you errors and prevents installation (though, it doesn’t look like it should that appears to be a different problem) try this:
It seems that you encountered system repositories misconfiguration.
Plesk requires that the system repositories were enabled.
For experiment sake I installed OS from official
ubuntu-16.04.3-server-amd64.iso
with default settings (just enter-enter-enter):Then Plesk Onyx 17.8 (which is currently default) using one-click installer.
Installation went successfully.
I can see, that mentioned packages depends on
libsnmp30
, but not the specific version:However, the version which you were missing was already installed:
It comes from
xenial-updates main
repository, which is enabled by default:Just in case, here is my
sources.list
: