Estou tentando instalar o pacote de RNA de Viena para o Ubuntu 17.10. Eu sigo as seguintes instruções:
sudo apt-add-repository ppa:j-4/vienna-rna
sudo apt-get update
sudo apt-get install vienna-rna
e eu recebo:
Package vienna-rna 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
However the following packages replace it:
viennarna:i386 viennarna
Então eu tento:
sudo apt-get install viennarna
e eu recebo:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
viennarna : Depends: libgsl0ldbl but it is not installable or
libgsl2 but it is not installable
E: Unable to correct problems, you have held broken packages.
Como posso instalar o libgsl0ldbl
, libgsl2
porque não consegui usar apt-get install
?