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。今回は、以前のインストールを削除するように求められました。正常にインストールして再起動した後、プリンタを設定でき、すべてが正常に機能しました。

おすすめ記事