Problemas do atualizador

0

Eu sou novo neste fórum e não um técnico, mas eu amo o Ubuntu e tenho usado desde 12.04.
Obrigado a todos que ajudam aqui.

Desde o download 16.04, recebo uma mensagem " Failed to download repository information " quando uso o Atualizador de Software. Eu fiz

update-manager -d

no terminal, e voltou com:

/usr/bin/update-manager:28: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Dbusmenu was imported without specifying a version first. Use gi.require_version('Dbusmenu', '0.4') before import to ensure that the right version gets loaded.
  from gi.repository import Dbusmenu, Unity
/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
  from gi.repository import Dbusmenu, Unity

Alguém pode me dizer, em termos simples, o que eu preciso fazer?

Obrigado antecipadamente.

EDITAR: Saída de sudo apt update

Get:1 security.ubuntu.com/ubuntu xenial-security InRelease [92.2 kB] 
Hit:2 ppa.launchpad.net/dhor/myway/ubuntu xenial InRelease 
Hit:3 gb.archive.ubuntu.com/ubuntu xenial InRelease 
Get:4 gb.archive.ubuntu.com/ubuntu xenial-updates InRelease [92.2 kB] 
Ign:5 ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu xenial InRelease 
Hit:6 ppa.launchpad.net/noobslab/apps/ubuntu xenial InRelease 
Hit:7 ppa.launchpad.net/rebuntu16/avidemux+unofficial/ubuntu xenial InRelease 
Hit:8 gb.archive.ubuntu.com/ubuntu xenial-backports InRelease 
Ign:9 ppa.launchpad.net/stebbins/handbrake-releases/ubuntu xenial InRelease 
Hit:10 ppa.launchpad.net/webupd8team/tor-browser/ubuntu xenial InRelease 
Err:11 ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu xenial Release 404 Not Found
Err:12 ppa.launchpad.net/stebbins/handbrake-releases/ubuntu xenial Release 404 Not Found Reading package lists... Done 
E: The repository 'ppa.launchpad.net/mscore-ubuntu/mscore-stable/ubuntu xenial Release' does not have a Release file. 
N: Updating from such a repository can't be done securely, and is therefore disabled by default. 
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'ppa.launchpad.net/stebbins/handbrake-releases/ubuntu xenial Release' does not have a Release file. 
N: Updating from such a repository can't be done securely, and is therefore disabled by default. 
N: See apt-secure(8) manpage for repository creation and user configuration details.
    
por user534936 25.04.2016 / 10:48

1 resposta

0

Para atualizar seu sistema, execute:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
    
por velix 25.04.2016 / 11:11