Я пытаюсь открыть настройки-тройник окружающей среды, следуя инструкции от 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?
спасибо,