eu estou usando o Ubuntu12.04, incapaz de instalar ferramentas e pacotes mostrando erro [duplicado]

-1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ninja 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

deepak@ubuntu:~$ sudo apt-get install cscope
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package cscope 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

esse tipo de erro está aparecendo

    
por d4deepak 02.09.2016 / 22:56

1 resposta

3

Isso deve corrigir:

sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo apt-get clean
sudo apt-get update

Tente novamente.

    
por darkeale 02.09.2016 / 23:05