Problemas no ubuntu 12.04

Iniciado por eduxeu, 05 de Fevereiro de 2013, 10:38

tópico anterior - próximo tópico

eduxeu

E:Malformed line 59 in source list /etc/apt/sources.list (dist parse)

Não consigo abrir a central de programas. Sempre recebo a mensagem acima em vermelho.
Algume pode me ajudar. Não consigo ouvir musicas nem visualizar vídeos.

Obs: Este problema começou logo que eu fiz uma atualização.
Sou Iniciante ao extremo com linux.

Obrigado pela atenção!

bmota

execute esse comando:
sudo gedit /etc/apt/sources.list
forneça sua senha,que não vai aparecer,e poste o que aparecer no gedit,ou se souber,procure a linha 59 e veja onde ela está errada.
01- pentium 4 1.8 Ghz 512 MB RAM 40 GB HD- LMDE// 02-notebook Samsung RV415 amd e300 1.3ghz 6gb RAM 320GB HD - Windows 8.1/ Linux Mint 17.2 cinnamon // skype: brandosilva
eu voltei.....

nomade

Dê o comando no terminal:sudo gedit /etc/apt/sources.list

Substitua o conteudo do arquivo que vai abrir por este:
Citar
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### Ubuntu Main Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse

###### Ubuntu Update Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

##############################################################
##################### UNOFFICIAL  REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Medibuntu - http://www.medibuntu.org/
## Run this command: sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
deb http://packages.medibuntu.org/ precise free non-free


####### 3rd Party Source Repos

#### Medibuntu (Source) - http://www.medibuntu.org/
## Run this command: sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
deb-src http://packages.medibuntu.org/ precise free non-free

Salve e feche.

Abra o terminal e dê o comando:

sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
Ubuntu Studio 22.04 LTS

eduxeu

Citação de: nomade online 05 de Fevereiro de 2013, 12:12
Dê o comando no terminal:sudo gedit /etc/apt/sources.list

Substitua o conteudo do arquivo que vai abrir por este:
Citar
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### Ubuntu Main Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse

###### Ubuntu Update Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

##############################################################
##################### UNOFFICIAL  REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Medibuntu - http://www.medibuntu.org/
## Run this command: sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
deb http://packages.medibuntu.org/ precise free non-free


####### 3rd Party Source Repos

#### Medibuntu (Source) - http://www.medibuntu.org/
## Run this command: sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
deb-src http://packages.medibuntu.org/ precise free non-free

Salve e feche.

Abra o terminal e dê o comando:

sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

Obrigado!
Problema solucionado!