Xubuntu 16.04へのcurlのインストールについてサポートが必要


9

入力後

sudo apt-get install curl

メッセージを受け取ります

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:
curl : Depends: libcurl3-gnutls (= 7.47.0-1ubuntu2) but 7.47.0-1ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.

これが何を意味するのか、それを修正する方法を知る手がかりはありません。


3
sudo apt-get update最初に走りましたか?
steeldriver 2017

@steeldriver。助けにならない
Green

回答:


12

指定したlibcurlバージョンは、次のコマンドでインストールできます。

sudo apt-get install libcurl3-gnutls=7.47.0-1ubuntu2

そしてカールをインストールする

sudo apt-get update && sudo apt-get install curl

これでうまくいきました。
ksl 2018年

どうもありがとう!!すごかったよ!!
Sergio Abreu
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.