Encontrei a resposta para minha pergunta. Eu corri o comando de sudo apt-get remove xserver-xorg-video-*
, o que significa que existem outros softwares de terceiros que eu não removi para o upgrade de 13.04 para 13.10.
fonte: link
Neste momento, eu tenho o Ubuntu 13.04, e usar sudo-apt-get dist-upgrade
não me traz a atualização 13.10.
Sempre que eu sudo-apt-update
ou upgrade
, recebo:
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded
.
Já faz alguns meses (não tenho certeza, mas já faz muito tempo), e quero consertar isso de alguma forma.
Editar: de sudo cat /etc/apt/sources.list
Editar 2: de sudo vim /etc/apt/sources.list
para comentar as duas últimas linhas
Editar 3: descobri o problema sozinho.
# deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ raring main multiverse restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ raring-updates main multiverse restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ raring universe
deb http://us.archive.ubuntu.com/ubuntu/ raring-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ raring-backports main universe multiverse restricted
deb http://security.ubuntu.com/ubuntu raring-security main multiverse restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu raring partner
# deb-src http://archive.canonical.com/ubuntu quantal partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu raring main
deb-src http://extras.ubuntu.com/ubuntu raring main
## deb http://www.duinsoft.nl/pkg debs all
## deb http://ppa.launchpad.net/person/ppa/ubuntu karmic main
O apt-get dist-upgrade não executa uma atualização de distribuição para a próxima versão como soa. Na página do manual:
% bl0ck_qu0te% Se você deseja atualizar para a próxima versão disponível do Ubuntu, você pode fazer isso usando o do-release-upgrade
na linha de comando.
Esse comando gerará automaticamente o arquivo /etc/apt/sources.list
necessário para a próxima versão.
Abra o software e atualize o aplicativo e a guia para atualizações. Certifique-se de que você tem a opção 'Notificar-me sobre uma nova versão do ubuntu' definida como 'Para qualquer nova versão'. Pode ser que você tenha atualizações configuradas para baixar apenas as versões LTS, que é a opção padrão.