Bananian
can't install HP printer in cups
1
1279
View: 1279|Reply: 1
|
[Bananian]
can't install HP printer in cups
[Copy link]
|
|
I'm trying to set up a print server in my banana-pi, but when I try to install the printer drivers:
apt install hplip
I get a lot of missing dependencies errors.
What is weird is that I checked the debian repositories and the packages are there.
And yes, I did an apt-get update =)
any solutions?
|
|
|
|
|
|
|
|
more info:
- root@saturno ~ # apt install hplip :(
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- The following information may help to resolve the situation:
- The following packages have unmet dependencies:
- hplip : Depends: policykit-1 but it is not going to be installed
- E: Unable to correct problems, you have held broken packages.
Copy the Code
- apt install policykit-1
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- The following information may help to resolve the situation:
- The following packages have unmet dependencies:
- policykit-1 : Depends: libpam-systemd but it is not installable
- E: Unable to correct problems, you have held broken packages.
Copy the Code
- apt install libpam-systemd :(
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Package libpam-systemd is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Package 'libpam-systemd' has no installation candidate
Copy the Code
|
|
|
|
|
|
|