为什么在Ubuntu系统中,在安装了更新版本的HPLIP之后,如果我给出
dpkg -l hplip我得到了更旧的版本(即系统中的预装版本)?
发布于 2017-03-16 03:03:58
正如@Raphael所指出的,最新版本的hplip是在他们的网站上发布的,而且是在.run可执行文件中发布的。
在我的16.04中,默认的hplip版本是3.16.3,而他们的网站提供的版本比默认版本多。因此,您可能已经通过网站安装了更新版本的hplip。
因此,如果您成功地从他们的官方网站安装了最新版本(通过.run安装程序),hplip可能已经升级,但您没有注意到。尝试在终端上运行hp-setup以检查列出的版本是否是您想要的版本。示例输出:
Liso@thinkpad:~$ hp-setup
HP Linux Imaging and Printing System (ver. 3.16.3)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.如果没有正确列出的版本,尝试移除hplip然后再重新安装。
https://askubuntu.com/questions/893510
复制相似问题