我尝试为 Kyocera TASKalfa 3252ci 安装高级打印驱动程序。
问题是python-reportlab
无法安装 Ubuntu 20.04 LTS。
只有 python3-reportlab,但它不适用于该打印驱动程序。
此外python-is-python2
和python-is-python3
不起作用。
有可能修复这个问题吗?
终端:
$ sudo dpkg -i kyodialog_5.0-0_amd64.deb
(Reading database ... 275586 files and directories currently installed.)
Preparing to unpack kyodialog_5.0-0_amd64.deb ...
Unpacking kyodialog (5.0-0) over (5.0-0) ...
dpkg: dependency problems prevent configuration of kyodialog:
kyodialog depends on python; however:
Package python is not installed.
kyodialog depends on python-reportlab; however:
Package python-reportlab is not installed.
dpkg: error processing package kyodialog (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Errors were encountered while processing:
kyodialog
答案1
非常感谢。问题解决了。
sudo apt-get install python-is-python2
下载python-reportlab&python-reportlab-accel
wget http://de.archive.ubuntu.com/ubuntu/pool/universe/p/python-reportlab/python-reportlab_3.5.23-1ubuntu0.1_all.deb
wget http://de.archive.ubuntu.com/ubuntu/pool/universe/p/python-reportlab/python-reportlab-accel_3.5.23-1ubuntu0.1_amd64.deb
sudo apt install ./python-reportlab_3.5.23-1ubuntu0.1_all.deb ./python-reportlab-accel_3.5.23-1ubuntu0.1_amd64.deb
现在可以安装驱动程序了。