依存関係: libjpeg8(>= 8c) ですがインストールできません。

依存関係: libjpeg8(>= 8c) ですがインストールできません。

freerdpをインストールしてみてくださいsudo apt-get install freerdp-x11

エラーが発生しました。

libfreerdp-codec1.1: 依存: libjpeg8(>= 8c) ただしインストールできません

libjpeg8をインストールしようとしています。sudo apt-get install libjpeg8-dev

E: 'libjpeg8-dev' パッケージにはインストール候補はありません。

更新しようとすると

$ sudo apt-get update                                                                                                                                                                                                        1 ⚙
Hit:1 http://ppa.launchpad.net/ethereum/ethereum/ubuntu impish InRelease
Hit:2 http://ppa.launchpad.net/ethereum/ethereum/ubuntu xenial InRelease                            
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]                          
Get:5 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease [17.5 kB]               
Hit:4 http://kali.download/kali kali-rolling InRelease                                             
Err:5 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886
Ign:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
W: GPG error: http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886
E: The repository 'http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY

答え1

Debian 9以降では、互換プロセッサでより良いパフォーマンス(2〜6倍)を達成するために、クラシックはSIMD命令サポートにlibjpeg8置き換えられました。libjpeg-turbo

プロジェクトホームページ:https://www.libjpeg-turbo.org/

したがって、以前のパッケージを要求してもDebianまたはDebian関連のディストリビューションで利用できない場合は、そのパッケージ(またはより高いバージョン)をインストールしてみてくださいlibjpeg8libjpeg62-turboもともとは、以前のlibjpeg v6bコードベース(バージョン番号の説明)から分岐していましたが、libjpeg v7およびv8用のABIも含まれているので、互換性が必要です。

これはあまり明確ではないので、この答えを古い質問に追加したかったのです。

答え2

Kali Linuxではこの名前でパッケージ化されていますfreerdp2-x11。以下からインストールできます。

sudo apt install freerdp2-x11

または依存関係でインストールsudo apt isntall freerdp2するにはfreerdp2-x11freerdp2 リファレンス

ただし、パッケージをインストールする前に、すべてのサードパーティのリポジトリを削除する必要があります。

sudo rm /etc/apt/sources.list.d/*
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
sudo apt update && sudo apt upgrade

答え3

をインストールするには、libjpeg8-dev次のコマンドを使用します。

sudo apt install aptitude
sudo aptitude install libjpeg-dev

その後、「いいえ」、「はい」、「はい」を選択する必要があります。詳細な説明をご覧ください。pdftoppmLinux Ubuntuで最新バージョンのPoppler /(作成時のバージョン22.11.0)をインストール/アップグレードする方法

関連情報