Depois de particionar o espaço na minha partição do ubuntu, nada atualiza

0

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
    
por Flair 13.03.2014 / 19:31

4 respostas

0

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

    
por Flair 15.03.2014 / 01:17
2

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.

    
por Benoit 13.03.2014 / 20:46
2

Ao contrário do que parece, sudo apt-get dist-upgrade não atualiza para a nova versão se você não alterar as fontes antes.

O comando correto é sudo update-manager ou sudo update-manager -d .

Mais informações em link

    
por Rmano 13.03.2014 / 20:36
0

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.

    
por bleeves 13.03.2014 / 19:44