Eu recebo esse problema quando estou tentando atualizar meu Ubuntu 19.10 para 20.04.
[tor apr 23 18:45:46] Jonathan@Whats next?:~$ sudo apt install update-manager-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
update-manager-core is already the newest version (1:19.04.8).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[tor apr 23 18:46:09] Jonathan@Whats next?:~$ do-release-upgrade -d
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [1 554 B]
Get:2 Upgrade tool [1 344 kB]
Fetched 1 346 kB in 0s (0 B/s)
authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg'
extracting 'focal.tar.gz'
Reading cache
Segmentation fault
[tor apr 23 18:46:50] Jonathan@Whats next?:~$
Como posso consertar isso?
Tente este comando antes de executar
do-release-upgrade -d
Eu acho que você precisa executar do-release-upgrade -d com 'sudo'
Mesmo problema com 18.04.1 a 20.04. Já tentei com e sem
sudo
, mas continua dando erro. Eu também tentei comupdate-manager -d
, não funcionou.Tente
sudo apt install -f
. Isso pode corrigir alguns problemas.