bug per il pacchetto «update-manager»

Asked by Varela Nelson

'E:Riga 1 troppo lunga nel file /etc/apt/sources.list.d/medibuntu.list., E:Impossibile leggere l'elenco dei sorgenti., E:L'elenco dei pacchetti o il file di stato non può essere letto o aperto.'

E: Line 1 too long in source list/etc/apt/sources.list.d/medibuntu.list., E:The list of sources could not be read., E: The package lists or status file could not be parsed or opened.

Question information

Language:
Italian Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Francesco Placco
Solved:
Last query:
Last reply:
Revision history for this message
Best Francesco Placco (frapla) said :
#1

Ciao, il tuo problema è facilmente risolvibile. Per evitare che ti si presenti questo errore, apri "Impostazioni di Sistema", e da li avvia "Sorgenti Software". Spostati nella scheda "Altro Software" ed elimina la riga che ti da il problema.

Revision history for this message
Varela Nelson (auranelaura) said :
#2

Grazie Franesco per la tua risposta, però avevo risolto il problema seguendo la seguente procedura:

Adding the repository

The following bash command adds Medibuntu's repository to Ubuntu. It also adds Medibuntu's GPG key to your keyring, which is needed to authenticate the Medibuntu packages.

This command should be run in the Terminal (Applications → Accessories → Terminal):

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

Medibuntu's repository is deactivated by upgrading to a newer Ubuntu release, so you should run this command again after the release upgrade.

You may also wish to add the following packages. The first will cause many apps from the Medibuntu repository to appear in Ubuntu Software Center (Ubuntu 9.10+) or Add/Remove Applications (versions prior to 9.10). The second will allow users to generate crash reports against Medibuntu packages and submit them to the Medibuntu bugtracker.

sudo apt-get install app-install-data-medibuntu apport-hooks-medibuntu