UNMET DEPENDENCIES no papagaio 3.6?

1

Eu tentei algumas soluções da web para resolver, mas não em vão. por favor me ajude como eu posso resolver o problema.

sudo apt-get upgrade
[sudo] password for harry: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 jsql : Depends: jsql-injection but it is not installed
 linux-headers-amd64 : Depends: linux-headers-4.9.0-parrot25-amd64 but it is not installed
 linux-image-amd64 : Depends: linux-image-4.9.0-parrot25-amd64 but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

$cat /etc/apt/sources.list :

# deb cdrom:[Debian GNU/Linux 3.5 _Parrot_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170307-05:27]/ parrot contrib main non-free

#deb cdrom:[Debian GNU/Linux 3.5 _Parrot_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170307-05:27]/ parrot contrib main non-free
┌─[harry@parrot]─[~]
└──╼ $uname -a
Linux parrot 4.9.0-parrot18-amd64 #1 SMP Parrot 4.9.18-1parrot18 (2017-04-23) x86_64 GNU/Linux

conteúdo de /etc/apt/sources.list.d/parrot.list :

# parrot repository
# this file was automatically generated by parrot-mirror-selector
deb http://mirrordirector.archive.parrotsec.org/parrot/ parrot main contrib non-free 
# deb-src http://mirrordirector.archive.parrotsec.org/parrot/ parrot main contrib non-free 
    
por hardeep 17.05.2017 / 10:07

1 resposta

1

Os pacotes que tinham dependências não atendidas foram quebrados. Daí eu tive que removê-los do meu sistema operacional. Eu usei o gerenciador de pacotes synaptic para fazer isso. Isso resolveu a questão das dependências não atendidas.

Se você não conseguir atualizar o sistema operacional do papagaio, isso ocorre porque um dos sites dos espelhos está inativo. Você pode alterar o site espelho em sources.list ou parrot.list . /etc/apt/sources.list ou /etc/apt/sources.list.d/parrot.list .

parrot os mirrors-list

    
por 20.05.2017 / 12:03