Eu instalei o getdeb seguindo o 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
agora, quando abro o gerenciador de pacotes synaptic, recebo o seguinte erro e ele não está abrindo
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.
O que devo fazer? por favor ajude!!
Responder1
Você pode consertar isso usando isto:
gksudo gedit /root/.synaptic/synaptic.conf
pesquisou por 'confiável' e substituiu-o pelo seu codinome Ubuntu.
Você pode obter seu codinome do Ubuntu executando o comando:
lsb_release -sc
Depois de terminar, execute o comando:
sudo apt-get update
Agora o synaptic deve ser executado novamente.
Fonte:https://answers.launchpad.net/ubuntu/+source/synaptic/+question/213406