![ubuntu 16.04 LTS 64ビット版にlibelfg0-devをインストールする方法](https://rvso.com/image/1497468/ubuntu%2016.04%20LTS%2064%E3%83%93%E3%83%83%E3%83%88%E7%89%88%E3%81%ABlibelfg0-dev%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95.png)
私はOpen-TEE環境をセットアップしようとしています。https://open-tee.github.io/documentation/
Open-TEEではlibelfg0-devのインストールが必要です。しかし、
sudo apt-get install libelfg0-dev
次のエラーが発生しました:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libelfg0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libelfg0-dev' has no installation candidate
Ubuntuにインストールしたパッケージを以下で確認しました。
dpkg -l | grep libelf
結果は次のとおりです:
ii libelf1:amd64 0.165-3ubuntu1 amd64 library to read and write ELF files
ii libelf1:i386 0.165-3ubuntu1 i386 library to read and write ELF files
したがって、パッケージはまだ私の Ubuntu に存在しないと思います。
libelfg0 パッケージのインストール方法をご存知の方はいらっしゃいますか?
ありがとう、
答え1
Ubuntu 16.04LTS を使用している場合は、libelfg0-dev の代わりに libelf-dev をインストールします。
sudo apt-get install libelf-dev
私はここで Open-TEE に問題を報告しました: