Autor Tópico: erro após tentativa de instalar o virtualbox  (Lida 2175 vezes)

Offline jcfabbri

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
erro após tentativa de instalar o virtualbox
« Online: 03 de Dezembro de 2013, 13:19 »
Pessoal, ainda sou iniciante no Linux, portanto peço que me desculpem antecipadamente pela ignorância. Tenho instalado em meu pc o Ubuntu 13.04. Após tentativa de instalar o Virtualbox, meu pc começou a dar a seguinte mensagem de erro:

Citar
E: Tipo '“deb' não é conhecido na linha 1 na lista de fontes /etc/apt/sources.list.d/virtualbox.list E: A lista de origens não pôde ser lida. Configure as opções de repositórios para corrigir o problema. E: _cache->open() failed, please report.

Daí em diante, synaptic, central de programas e outros não funcionam mais... Parece ser um problema do sources.list, não? Como faço para corrigí-lo?

Muito grato pela mão,

Offline kalix

  • Usuário Ubuntu
  • *
  • Mensagens: 342
    • Ver perfil
Re: erro após tentativa de instalar o virtualbox
« Resposta #1 Online: 03 de Dezembro de 2013, 13:25 »
poste  sua sources.list
entre no terminal com a combinação
Ctrl Alt t

copie e cole o seguinte comando

Código: [Selecionar]
sudo gedit /etc/apt/sources.list
cole o resultado aqui para verifcarmos


Offline Tota

  • Usuário Ubuntu
  • *
  • Mensagens: 14.982
    • Ver perfil
Re: erro após tentativa de instalar o virtualbox
« Resposta #2 Online: 03 de Dezembro de 2013, 13:29 »
E: Tipo '“deb' não é conhecido na linha 1 na lista de fontes /etc/apt/sources.list.d/virtualbox.list E: A lista de origens não pôde ser lida. Configure as opções de repositórios para corrigir o problema. E: _cache->open() failed, please report.

1) abra um terminal
2) Digite
Código: [Selecionar]
sudo nautilus no terminal
3) navegue até a pasta /etc/apt/sources.list.d
4) localize o arquivo virtualbox.list
5) remova o arquivo virtualbox.list
6) feche o nautilus
7) ainda em terminal digite
Código: [Selecionar]
sudo apt-get update
Você estará usando o nautilus como root, tome muito cuidado com o que faz, pois como root voce pode tudo, inclusive remover coisas que não deve que podem destruir seu sistema.


[]'s

Offline jcfabbri

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: erro após tentativa de instalar o virtualbox
« Resposta #3 Online: 03 de Dezembro de 2013, 13:29 »
Segue sources.list:

Citar
# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release i386 (20130424)]/ raring main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ raring main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ raring-updates main 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://br.archive.ubuntu.com/ubuntu/ raring universe
deb http://br.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.
deb http://br.archive.ubuntu.com/ubuntu/ raring multiverse
deb http://br.archive.ubuntu.com/ubuntu/ raring-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/ raring-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu raring-security main restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
deb http://security.ubuntu.com/ubuntu raring-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 raring partner
# deb-src http://archive.canonical.com/ubuntu raring 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

Valeu!

Offline jcfabbri

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: erro após tentativa de instalar o virtualbox
« Resposta #4 Online: 03 de Dezembro de 2013, 13:33 »
Valeu Tota! Pareceu q deu certo!

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: erro após tentativa de instalar o virtualbox
« Resposta #5 Online: 03 de Dezembro de 2013, 15:04 »
Instale o Virtualbox pelo ".deb", fazendo o download pelo site oficial.