Raspberry-Pi

Raspbian 中的 Cups 依賴錯誤

  • November 13, 2017

我一直在嘗試配置我的樹莓派以獲得列印機伺服器。我有一台 Hp 列印機,它通過 USB 連接到我的樹莓派。該項目的第一部分是使用 RPi 配置列印機,我發現的每個網站(也在這裡)都表明需要使用apt-get.

關鍵是我有依賴錯誤,我無法解決它。

我有什麼嘗試:

  1. 刪除並再次安裝:我刪除了所有杯子包,然後嘗試安裝它。
  2. 我已經做到了sudo apt-get update && upgrade(我忘記了我重複的次數)。
  3. 我升級作業系統:我在 Raspbian Wheezy 工作,然後升級到 Raspbian Jessie。

我怎麼能繼續這樣做?

我沒有嘗試清除我的 sd 並從無到有從另一個 Raspbian 安裝開始,因為我使用我的 RPi 來控制我家中的其他東西,所以如果有任何其他機會解決這個問題,我寧願不繼續這個解決方案。

提前致謝,

這個命令:

sudo apt-cache show cups | grep -i dep

給出這些依賴項:

libavahi-client3 (>= 0.6.16)
libavahi-common3 (>= 0.6.16)
libc6 (>= 2.16)
libcups2 (= 2.1.3-4)
libcupscgi1 (>= 1.4.2)
libcupsimage2 (>= 1.4.0)
libcupsmime1 (>= 1.4.0)
libcupsppdc1 (>= 1.4.0)
libgcc1 (>= 1:3.5)
libstdc++6 (>= 4.3.0)
libusb-1.0-0 (>= 2:1.0.8)
debconf (>= 1.2.9)
debconf-2.0, libc-bin (>= 2.13)
cups-core-drivers (>= 2.1.3-4)
cups-daemon (>= 2.1.3-4)
poppler-utils (>= 0.12)
procps
ghostscript (>= 9.02~)
lsb-base (>= 3.2-14~)
cups-common (>= 2.1.3-4)
cups-server-common (>= 2.1.3-4)
cups-client (>= 2.1.3-4)
cups-ppdc
cups-filters (>= 1.0.24-3~)

也許你可以嘗試安裝這些?希望這有效。

引用自:https://unix.stackexchange.com/questions/404208