-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packages not supported on ubuntu 20.04 #74
Comments
I can confirm that the gf_3.10 did not install on Ubuntu 20.04. fititnt@bravo:~/Downloads$ wget http://www.grammaticalframework.org/download/gf_3.10-2_amd64.deb
fititnt@bravo:~/Downloads$ sudo dpkg -i gf_3.10-2_amd64.deb
(Lendo banco de dados ... 324619 ficheiros e directórios actualmente instalados.)
A preparar para desempacotar gf_3.10-2_amd64.deb ...
A descompactar gf (3.10-2) sobre (3.10-2) ...
dpkg: problemas com dependências impedem a configuração de gf:
gf depende de libffi6 (>= 3.0.4); porém:
Pacote libffi6 não está instalado.
gf depende de libtinfo5 (>= 6); porém:
Pacote libtinfo5 não está instalado.
dpkg: erro ao processar o pacote gf (--install):
problemas de dependência - deixando desconfigurado
A processar 'triggers' para libc-bin (2.31-0ubuntu9.2) ...
Erros foram encontrados durante o processamento de:
gf
fititnt@bravo:~/Downloads$ sudo apt install ./gf_3.10-2_amd64.deb
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Você pode querer executar 'apt --fix-broken install' para corrigí-los.
Os pacotes a seguir têm dependências desencontradas:
gf : Depende: libffi6 (>= 3.0.4) mas não é instalável
Depende: libtinfo5 (>= 6) mas não está instalado
E: Dependências desencontradas. Tente 'apt --fix-broken install' sem nenhum pacote (ou especifique uma solução).
fititnt@bravo:~/Downloads$ cat /etc/*release | grep VERSION
VERSION="20.04.2 LTS (Focal Fossa)"
VERSION_ID="20.04"
VERSION_CODENAME=focal
|
anka-213
added a commit
to anka-213/gf-core
that referenced
this issue
Jul 22, 2021
anka-213
added a commit
to anka-213/gf-core
that referenced
this issue
Jul 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are missing dependencies in Ubuntu (64-bit) for WSL. See attached file for details
libtinfo5.txt
and some of the packages are also not supported on ubuntu 20. See https://packages.ubuntu.com/search?keywords=libffi6
The text was updated successfully, but these errors were encountered: