Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 1638  / 2 Years ago, wed, april 13, 2022, 9:22:25

I accidentally added this in a terminal:



sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -0 /etc/apt/sources.list.d/medibuntu.list


after which I get this error:



E:not known on line 1 file /etc/apt/sources.list.d/medibuntu.list
E:Could not read source list
etc...etc...


I saw that you already 'solved a similar problem ...
can you help me



Original (italian):



gestore pacchetti bloccato



Ho inserito per sbaglio questo comando nel terminale:



sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -0 /etc/apt/sources.list.d/medibuntu.list
dopodiche si e'bloccato gestione pacchetto e ricevo questo errore:
E:non riconosciuto alla riga 1nel file /etc/apt/sources.list.d/medibuntu.list
E:impossibile leggere elenco sorgenti
etc...etc...


ho visto che hai gia' risolto un problema simile...
mi puoi aiutare


More From » unity

 Answers
5

What version of ubuntu are you using? You tried to add the gusty repository which was from something like ubuntu 7.10. So open the dialog where you can change your software sources (depends on which ubuntu youre using).




  • Synaptic - Settings>Repositories>Other Sources

  • Software Centre - Edit>Software sources>Other Sources



Remove the medibuntu sources from the list. Then



sudo apt-get update


If you want to add medibuntu correctly then use this command



sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

[#39927] Friday, April 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leddre

Total Points: 180
Total Questions: 113
Total Answers: 108

Location: France
Member since Thu, Oct 27, 2022
2 Years ago
;