Autor Tópico: Central de programas do Ubuntu e canais de software não abre  (Lida 2661 vezes)

Offline felipegcoutinho

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Central de programas do Ubuntu e canais de software não abre
« Online: 24 de Dezembro de 2011, 14:32 »
Venho tentado a abrir o software center no ubuntu 11.10 e os canais de software porém estou a encontrar problemas, eles simplesmente não abre.

Minha Src list:


# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release amd64 (20111012)]/ dists/oneiric/main/binary-i386/

# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release amd64 (20111012)]/ oneiric main restricted
deb-src http://archive.ubuntu.com/ubuntu oneiric main restricted #Added by software-properties

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ oneiric main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ oneiric restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ oneiric-updates restricted main multiverse universe #Added by software-properties

## 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://br.archive.ubuntu.com/ubuntu/ oneiric universe
deb http://br.archive.ubuntu.com/ubuntu/ oneiric-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.
deb http://br.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb http://br.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse

## 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://br.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse #Added by software-properties

deb http://security.ubuntu.com/ubuntu oneiric-security main restricted
deb-src http://security.ubuntu.com/ubuntu oneiric-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu oneiric-security universe
deb http://security.ubuntu.com/ubuntu oneiric-security multiverse

## 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 oneiric partner
deb-src http://archive.canonical.com/ubuntu oneiric partner
deb http://download.virtualbox.org/virtualbox/debian oneiric contrib
[/color]

Eu já desinstalei ele via synaptic e reinstalei também e nada, já modifiquei o ultimo bloco de linha também e nada.
« Última modificação: 24 de Dezembro de 2011, 14:41 por felipegcoutinho »

Offline zekkerj

  • Usuário Ubuntu
  • *
  • Mensagens: 19.735
  • Gratidão gera gratidão, lamúria atrai lamúria...
    • Ver perfil
    • Blog do Zekke
Re: Central de programas do Ubuntu e canais de software não abre
« Resposta #1 Online: 25 de Dezembro de 2011, 12:52 »
Execute o comando abaixo numa janela de comandos e cole o resultado aqui.

sudo apt-get update
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Offline YAZID

  • Usuário Ubuntu
  • *
  • Mensagens: 49
    • Ver perfil
Re: Central de programas do Ubuntu e canais de software não abre
« Resposta #2 Online: 25 de Dezembro de 2011, 13:17 »
Desinstala novamente. Depois faz um sudo aptitude update e depois um sudo aptitude full-upgrade . Em seguida reinicia a máquina . Depois reinstala. 

Offline felipegcoutinho

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Re: Central de programas do Ubuntu e canais de software não abre
« Resposta #3 Online: 25 de Dezembro de 2011, 15:21 »
Galera consegui resolver o problema em partes.
Eu tinha instalado o ambiente do mint, Mate, no ubuntu, parando pra pensar começou a dar problemas depois que instalaei nele.

Consegui a solução procurando no Ask Ubuntu http://askubuntu.com/questions/81263/how-to-i-fix-software-center-after-installing-the-linux-mint-mate-desktop

Código: [Selecionar]
I had the same problem with Software Center and some other apps. However, you don't need to do a reinstall though that's probably advice too late. Here's why it doesn't work:

lsb_release -a prints:
Distributor ID: LinuxMint Description: Linux Mint 12 Fluxbox Release: 12 Codename: lisa

and that can be corrected to keep Mint-Mate by doing this:

gksu gedit /etc/*release
and change everything in the file gedit brings up to:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=Oneric
DISTRIB_DESCRIPTION="Ubuntu 11.10"
Then run:

gksu gedit /etc/*issue
and change to:

Ubuntu 11.10 \n \l
Worked great for me though Mate seems a bit rough around the edges but as I am purely testing Oneric in VBox it's no matter

Porém agora, ele só carrega, mas estou pesquisando e o problema parece ser mais fácil, vamos ver.

Obrigado.