Linux:警告:CUPSEXT无法加载。请检查HPLIP安装。
时间:2020-01-09 10:37:59 来源:igfitidea点击:
安装HP打印机。
为了安装最新版本的HPLIP,我删除了hplip-gui,hplip,hplip-cups,hplip-data,hpijs和hpijs-ppds Debian Linux软件包。
报错:
Debian warning: CUPSEXT could not be loaded. Please check HPLIP installation.
Debian警告:CUPSEXT无法加载。
请检查HPLIP安装。
在Debian Linux 6.0.5 amd64位下安装hplip-3.12.9.run时,如何解决此错误?
这是一个众所周知的问题,因为安装程序需要安装在/usr/lib/pymodules/python2.6/cupsext.so或
/usr/lib/python2.6/dist-packages/cupsext中的cupsext.so文件。位置。该文件是Debian Linux v6.0.5(压缩稳定)下HPLIP软件包版本3.10.6的一部分。
因此,要解决此问题,请安装以下软件包:
$ sudo apt-get install hplip-gui hplip hplip-cups hplip-data hpijs hpijs-ppds
安装完成后,运行HPLIP安装程序:
$ bash hplip-3.12.9.run
选择自动安装模式,并在出现以下提示时选择覆盖
DEPENDENCY AND CONFLICT RESOLUTION --------------------------------- HPLIP-3.10.6 exists, this may conflict with the new one being installed. Do you want to ('i'= Remove and Install, 'o'= Overwrite*, 'q'= Quit)? : o
这将用最新版本覆盖现有的HPLIP。