• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Ubuntu 16.04 LTS install error

Emirhan

New Pleskian
I am getting this error on Ubuntu 16.04 LTS :


The following packages have unmet dependencies:
plesk-php56-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but it is not going to be installed
plesk-php70-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but it is not going to be installed
plesk-php71-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but it is not going to be installed
plesk-php72-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but it is not going to be installed

How can i resolve it ?
 
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?
 
Looks like this is related to some enabled third-party repositories on your Ubuntu server. Try to use only default repositories.
 
get similar message on debian Jessie during update to 17.8.11:
Code:
The following packages have unmet dependencies:
plesk-php56-snmp : Depends: libsnmp30 (>= 5.7.2.1+dfsg-1+deb8u1+b1~dfsg) but 5.7.2.1+dfsg-1 is to be installed

repositories list shows only official. any ideas?
 
On my test Plesk Ubuntu 16.04 server I see libsnmp30 version 5.7.3 installed:

# dpkg -s libsnmp30
Package: libsnmp30
Status: deinstall ok installed
Priority: optional
Section: libs
Installed-Size: 3220
Maintainer: Ubuntu Developers <[email protected]>
Architecture: amd64
Multi-Arch: same
Source: net-snmp
Version: 5.7.3+dfsg-1ubuntu4.1

But you have Debian version installed 5.7.2.1+dfsg-1+deb8u1+b1~dfsg
 
Back
Top