HPLIP는 설치된 종속성 누락에 대해 불평합니다.

HPLIP는 설치된 종속성 누락에 대해 불평합니다.

저는 Linux Mint 18 Cinnamon을 사용하고 있습니다. 공식 페이지에서 최신 버전의 HPLIP을 다운로드했습니다.

나는 달려가서 sh hplip-3.16.7.run이것을 얻었습니다:

INSTALL MISSING REQUIRED DEPENDENCIES
-------------------------------------
note: Installation of dependencies requires an active internet connection.
warning: Missing REQUIRED dependency: libtool (libtool - Library building support services)


CHECKING FOR NETWORK CONNECTION
-------------------------------
Network connection present.


RUNNING PRE-PACKAGE COMMANDS
----------------------------
sudo dpkg --configure -a (Pre-depend step 1)
sudo apt-get install --yes --force-yes -f (Pre-depend step 2)
sudo apt-get update (Pre-depend step 3)
OK


DEPENDENCY AND CONFLICT RESOLUTION
----------------------------------
Running 'sudo apt-get install --assume-yes libtool'
Please wait, this may take several minutes...
error: A required dependency 'libtool (libtool - Library building support services)' is still missing.


RUNNING POST-PACKAGE COMMANDS
-----------------------------
OK


RE-CHECKING DEPENDENCIES
------------------------
error: A required dependency 'libtool (libtool - Library building support services)' is still missing.
error: Installation cannot continue without this dependency.
error: Please manually install this dependency and re-run this installer.

하지만 분명히 설치되어 다음과 같은 사실이 입증되었습니다.

apt-cache policy libtool

주어진

libtool:
  Installed: 2.4.6-0.1
  Candidate: 2.4.6-0.1
  Version table:
 *** 2.4.6-0.1 500
        500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
        100 /var/lib/dpkg/status

나는 지금 혼란스럽다. 어떤 아이디어가 있나요?

답변1

Cinnamon을 사용하는 Linux Mint 18에서도 동일한 문제가 발생했습니다.

이 문제를 해결하기 위해 설치를 설치 libtool-bin하고 다시 시작했습니다 hplip. 이번에는 이전 설치를 제거하라는 메시지가 표시되었습니다. 성공적으로 설치하고 재부팅한 후 프린터를 설정할 수 있었고 모든 것이 제대로 작동했습니다.

관련 정보