Problema com etc / apt / sources.list [duplicado]

3

Eu sou novo no Ubuntu e criei vários documentos acidentalmente quando abri o sources.list. Por exemplo, tenho sources.list, list e Untitled Document. Eu acho que meu computador agora não é capaz de saber qual documento está se referindo e estou recebendo erros tentando baixar R. Você sabe como corrigir isso para que eu só tenho um documento chamado sources.list com um espelho para baixar pacotes de?

Saída de lsb_release -a :

no LSB modules are available
Description: Ubuntu 15.04 
Codename: vivid

Saída de apt cacher show r-base | grep ersion

WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts

Saída de ls /etc/apt/ :

apt.conf.d sources.list~ sources.list.save trusted.gpg~ preferences.d sources.list.d trusted.gpg trusted.gpg.d

Saída de sudo apt-get update

Type Rstudio is not known on line 33 in source list 
the list of sources could not be read

conteúdo de /etc/apt/sources.list

## 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.


## 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 vivid partner
# deb-src http://archive.canonical.com/ubuntu vivid partner

Rstudio
deb http://mirror.evolvedservers.com/ubuntu-archive/ vivid main

deb http://archive.ubuntu.com/ubuntu vivid main universe restricted multiverse
    
por Pete Chernek 28.11.2015 / 04:03

1 resposta

1

Se você tiver um arquivo sources.list corrompido. Você poderia tentar isso:

Remova o arquivo corrompido:

sudo rm /etc/apt/sources.list

sudo software-properties-gtk

Em seguida, marque todas as caixas e altere o servidor 'Baixar de', isso criará uma nova sources.list.

Emseguida,adicionequaisquerreposadicionaisconformenecessário.

Issofuncionouparamim.

Tambéméumaboaferramentaquecriaalistadefontesparavocê.GeradordelistadefontesdoUbuntu: AQUI

    
por pst007x 12.12.2015 / 11:47

Tags