I am running in my shell:
./hplip-3.18.7.run
Then it wants me to enter the root password, but does not accepting it!
Anybody know what this is?
If I run the script with sudo sudo ./hplip-3.18.7.run
, then it tells me at some step in the installation process: warning: hp-systray should not be run as root/superuser.
I am using Ubuntu 18.04:
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
This what the installer outputs at the beginning:
sudo ./hplip-3.18.7.run
? – pLumo Aug 30 '18 at 12:27warning: hp-systray should not be run as root/superuser
– sunwarr10r Aug 30 '18 at 12:28sudo apt-get install hplip-gui
. See this. – pLumo Aug 30 '18 at 12:29hplip-
packages from repository. – N0rbert Aug 30 '18 at 13:17cat /etc/os-release
to the question. And please remove comments on other topic (it is not related to your original problem with permissions). – N0rbert Aug 30 '18 at 15:20sudo
auth mechanism for Ubuntu (and even Mint). Please run installer again and insert text starting with "Distro appears to be" to the question. I can't guess why it tries to usesu
instead ofsudo
. Is it possible that you are running Ubuntu-derivative (ElementaryOS or something)? – N0rbert Aug 30 '18 at 15:41python -c "import platform;print platform.dist()[0]"
,lsb_release -i | cut -f 2
,cat /etc/issue | awk '{print $1}' | head -n 1
. – N0rbert Aug 30 '18 at 15:52Ubuntu
– sunwarr10r Aug 30 '18 at 15:54