无法在 Ubuntu 18.04 上安装 python-imaging 依赖项

无法在 Ubuntu 18.04 上安装 python-imaging 依赖项

我想在我的 Linux VPS Ubuntu 18.04 上安装 Ajenti 免费控制面板。在其上安装 python-imaging 依赖项时收到以下错误。有谁有安装 python-imaging 依赖项的正确命令吗?

错误信息:

  root@VPSforvideo:~# wget http://ftp.br.debian.org/debian/pool/main/p/pillow/python-imaging_4.0.0-4_all.deb
--2019-08-06 08:20:23--  http://ftp.br.debian.org/debian/pool/main/p/pillow/python-imaging_4.0.0-4_all.deb
Resolving ftp.br.debian.org (ftp.br.debian.org)... 200.236.31.3, 2801:82:80ff:8000::4
Connecting to ftp.br.debian.org (ftp.br.debian.org)|200.236.31.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50458 (49K) [application/x-debian-package]
Saving to: ‘python-imaging_4.0.0-4_all.deb’

python-imaging_4.0. 100%[===================>]  49.28K   155KB/s    in 0.3s    

2019-08-06 08:20:24 (155 KB/s) - ‘python-imaging_4.0.0-4_all.deb’ saved [50458/50458]

root@VPSforvideo:~# sudo dpkg -i python-imaging_4.0.0-4_all.deb 
(Reading database ... 67081 files and directories currently installed.)
Preparing to unpack python-imaging_4.0.0-4_all.deb ...
Unpacking python-imaging (4.0.0-4) over (3.1.2-0ubuntu1.1) ...
dpkg: dependency problems prevent configuration of python-imaging:
 python-imaging depends on python:any (<< 2.8).
 python-imaging depends on python:any (>= 2.7.5-5~).
 python-imaging depends on python-pil; however:
  Package python-pil is not installed.

dpkg: error processing package python-imaging (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python-imaging
root@VPSforvideo:~# 

相关内容