Linha mal formada. [RESOLVIDO]

1. Linha mal formada. [RESOLVIDO]

Cebarbara Alves da Silva
Bahlee87

(usa Ubuntu)

Enviado em 09/10/2016 - 03:47h

Olá galera,

Sou nova no Ubuntu e trabalho com photoshop, estou tentando migrar para o GIMP e fui seguir um tutorial de como salvar em CMYK onde para instalar o plugin eu teria que digitar no terminal "sudo apt-get install gimp-plugin-registry" e eu segui, só que agora não consigo mais usar o "sudo apt-get update" pq aparece essa mensagem:

E: Malformed entry 1 in list file /etc/apt/sources.list.d/virtual.list (Component)
E: A lista de fontes não pode ser lida.

Alguém sabe me explicar do que se trata? Pesquisei muito e não consegui resolver.


Obg! ;)


________________
Digito "sudo gedit /etc/apt/sources.list" e mostra essa lista:

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial universe
deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-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/ xenial multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-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/ xenial-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe 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 xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
## deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb http://repository.spotify.com stable non-free




  


2. MELHOR RESPOSTA

Tiago de Jesus
tiago4171

(usa Arch Linux)

Enviado em 09/10/2016 - 12:25h

Perdoe-me amigo(a). Mandei o comando errado.
$ sudo rm -rf /etc/apt/sources.list.d/virtual.list
$ sudo apt-get update

3. Re: Linha mal formada. [RESOLVIDO]

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 09/10/2016 - 09:55h

1- rode comandos abaixo:
sudo apt update
sudo apt upgrade

2- poste mensagens de erro se houver


***********************************************
http://dicaslinuxmint.blogspot.com.br/


4. Saída

Cebarbara Alves da Silva
Bahlee87

(usa Ubuntu)

Enviado em 09/10/2016 - 10:33h

clodoaldops escreveu:

1- rode comandos abaixo:
sudo apt update
sudo apt upgrade

2- poste mensagens de erro se houver


***********************************************
http://dicaslinuxmint.blogspot.com.br/


Olá! Obg pela resposta. Rodei e foi isso que apareceu:


root@Bahlee:/home/bah# sudo apt update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/virtual.list (Component)
E: A lista de fontes não pode ser lida.
root@Bahlee:/home/bah# sudo apt upgrade
E: Malformed entry 1 in list file /etc/apt/sources.list.d/virtual.list (Component)
E: A lista de fontes não pode ser lida.
E: Malformed entry 1 in list file /etc/apt/sources.list.d/virtual.list (Component)
E: A lista de fontes não pode ser lida.
root@Bahlee:/home/bah#



5. Re: Linha mal formada. [RESOLVIDO]

Paulo Jr
Pebis

(usa Debian)

Enviado em 09/10/2016 - 10:46h

posta a saída destes arquivos também.

gedit /etc/apt/sources.list.d/virtual.list
gedit /etc/apt/sources.list.d



6. Re: Linha mal formada. [RESOLVIDO]

Cebarbara Alves da Silva
Bahlee87

(usa Ubuntu)

Enviado em 09/10/2016 - 10:54h

Pebis escreveu:

posta a saída destes arquivos também.

gedit /etc/apt/sources.list.d/virtual.list
gedit /etc/apt/sources.list.d




gedit /etc/apt/sources.list.d/virtual.list
Abriu um arquivo com: deb http://download.virtualbox.org/virtualbox/debian contrib

gedit /etc/apt/sources.list.d
Deu erro e abriu um arquivo com: "/etc/apt/sources.list.d" é um diretório.

Gnt, to ficando preocupada T_T


7. Re: Linha mal formada. [RESOLVIDO]

Tiago de Jesus
tiago4171

(usa Arch Linux)

Enviado em 09/10/2016 - 11:14h

sudo rf -rf /etc/apt/sources.list.d/virtual.list
$ sudo apt-get update


8. Re: Linha mal formada. [RESOLVIDO]

Cebarbara Alves da Silva
Bahlee87

(usa Ubuntu)

Enviado em 09/10/2016 - 11:32h

tiago4171 escreveu:

$ sudo rf -rf /etc/apt/sources.list.d/virtual.list
$ sudo apt-get update



Segue:

root@Bahlee:/home/bah# sudo rf -rf /etc/apt/sources.list.d/virtual.list
sudo: rf: comando não encontrado

root@Bahlee:/home/bah# sudo apt-get update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/virtual.list (Component)
E: A lista de fontes não pode ser lida.



9. Re: Linha mal formada. [RESOLVIDO]

Cebarbara Alves da Silva
Bahlee87

(usa Ubuntu)

Enviado em 09/10/2016 - 12:49h

tiago4171 escreveu:

Perdoe-me amigo(a). Mandei o comando errado.
$ sudo rm -rf /etc/apt/sources.list.d/virtual.list
$ sudo apt-get update


Amigo,

Funcionou!!!! *-*

Obg msm! Agora queria saber o que aconteceu... sabe me dizer pq tava dando aquele erro?


10. ALGUEM ME AJUDA

Tiago
Tiagomlk102

(usa Linux Mint)

Enviado em 29/01/2017 - 12:26h

Ocoreu um ero com a minha central de software, onde aparece um icone de erro para mim de linha mal formada como abaixo :
E:Linha mal formada 1 na lista de fontes /etc/apt/sources.list.d/additional-repositories.list (parse de URI)
E: A lista de fontes não pôde ser lida.

Alguem urgente para me ajudar
Obrigado.







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts