He instalado getdeb siguiendo el comando
echo "Downloading GetDeb and PlayDeb" &&
wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb &&
echo "Installing GetDeb" &&
sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb &&
echo "Installing PlayDeb" &&
sudo dpkg -i playdeb_0.3-1~getdeb1_all.deb &&
echo "Deleting Downloads" &&
rm -f getdeb-repository_0.1-1~getdeb1_all.deb &&
rm -f playdeb_0.3-1~getdeb1_all.deb
Ahora, cuando abro el administrador de paquetes Synaptic, aparece el siguiente error y no se abre.
E: The value 'trusty-getdeb' is invalid for APT::Default-Release as such a release is not available in the sources
E: _cache->open() failed, please report.
¿Qué tengo que hacer? ¡¡por favor ayuda!!
Respuesta1
Puedes solucionarlo usando esto:
gksudo gedit /root/.synaptic/synaptic.conf
Buscó 'confiable' y lo reemplazó con su nombre en clave de Ubuntu.
Puede obtener su nombre en clave de Ubuntu ejecutando el comando:
lsb_release -sc
Una vez que hayas terminado, ejecuta el comando:
sudo apt-get update
Ahora Synaptic debe ejecutarse nuevamente.
Fuente:https://answers.launchpad.net/ubuntu/+source/synaptic/+question/213406