Sigo recibiendo este error cuando uso el primer paso de Installfest.
La línea es:
sudo apt-get install autoconf automake bison build-essential curl git-core libapr1 libaprutil1 libc6-dev libltdl-dev libreadline6 libreadline6-dev libsqlite3-0 libsqlite3-dev libssl-dev libtool libxml2-dev libxslt-dev libxslt1-dev libyaml-dev ncurses-dev nodejs openssl sqlite3 zlib1g zlib1g-dev
Recibo:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘git’ instead of ‘git-core’
Note, selecting ‘libreadline-dev’ instead of ‘libreadline6-dev’
Note, selecting ‘libxslt1-dev’ instead of ‘libxslt-dev’
Note, selecting ‘libncurses5-dev’ instead of ‘ncurses-dev’
Package libreadline6 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 ‘libreadline6’ has no installation candidate
Después de ese mensaje ingresé:
dpkg --list|grep libreadline (at the suggestion of someone online)
Me devolvieron:
ii libreadline7:amd64 7.0-3 amd64 GNU readline and history libraries, run-time libraries
El enlace al sitio se encuentra a continuación, el problema surge con el código en el Paso 1. "libreadline7" en el código unas líneas arriba está resaltado en rojo si eso ayuda. ¡Gracias chicos y chicas!
Respuesta1
Sugiero eliminar libreadline
la versión del apt-get
comando y usar la universal: libreadline-dev
.
Entonces el comando completo sería
sudo apt-get install autoconf automake bison build-essential curl git-core \
libapr1 libaprutil1 libc6-dev libltdl-dev libreadline-dev libsqlite3-0 \
libsqlite3-dev libssl-dev libtool libxml2-dev libxslt-dev libxslt1-dev \
libyaml-dev ncurses-dev nodejs openssl sqlite3 zlib1g zlib1g-dev
Entonces sigueGuía de InstallFest.
Pero recomiendo usar Ruby 2.4.4
enetapa 4(como están las cosasmarcadoestableen el sitio oficial).