有人知道如何为Ubuntu19.04安装HP Laserjet M15a的驱动程序吗?我试过了
./hplip-3.19.6.run
Creating directory hplip-3.19.6
Verifying archive integrity... All good.
Uncompressing HPLIP 3.19.6 Self Extracting Archive./hplip-3.19.6.run: 369: cd: can't cd to hplip-3.19.6
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................/hplip-3.19.6.run: 371: cd: can't cd to hplip-3.19.6
chown: cannot read directory './hplip-3.19.6': Permission denied
chgrp: cannot read directory './hplip-3.19.6': Permission denied
./hplip-3.19.6.run: 382: cd: can't cd to hplip-3.19.6
HP Linux Imaging and Printing System (ver. 3.19.6)
HPLIP Installer ver. 5.1
Copyright (c) 2001-18 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.
Installer log saved in: hplip-install_Tue-09-Jul-2019_14:52:59.log
\
note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.
-Gtk-Message: 14:53:00.708: Failed to load module "canberra-gtk-module"
error: debian-buster/sid version is not supported, so all dependencies may not be installed. However trying to install using debian-9.8 version packages.
Press 'y' to continue auto installation. Press 'n' to quit auto instalation(y=yes, n=no*):
但是为什么它抱怨堪培拉-gtk-模块呢?
发布于 2019-07-09 12:15:35
您应该安装打包版本,而不是:
sudo apt install hplip
Ubuntu19.04版包含了对M15a的完全支持。
canberra-gtk-module
是一个与Gtk事件声音相关的警告;它是无害的,可以忽略。
https://unix.stackexchange.com/questions/529166
复制相似问题