Cómo instalar libelfg0-dev en ubuntu 16.04 LTS versión de 64 bits

Cómo instalar libelfg0-dev en ubuntu 16.04 LTS versión de 64 bits

Estoy intentando configurar el entorno Open-TEE siguiendo las instrucciones dehttps://open-tee.github.io/documentation/

El Open-TEE requiere la instalación de libelfg0-dev. Pero cuando corro

sudo apt-get install libelfg0-dev

Recibí el siguiente error:

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

Revisé los paquetes que instalé en Ubuntu usando

dpkg -l | grep libelf

El resultado es :

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

Entonces creo que el paquete aún no está en mi Ubuntu.

¿Alguien sabe cómo instalar el paquete libelfg0?

Gracias,

Respuesta1

Instale libelf-dev en lugar de libelfg0-dev si usa Ubuntu 16.04LTS:

sudo apt-get install libelf-dev

Informé el problema a Open-TEE aquí:

información relacionada