Je suis nouveau sur Ubuntu, et malgré tout ce que j'ai pu lire, je ne trouve pas, ou je suis juste incapable, de résoudre mon problème.
Dans le coin supérieur droit de l'écran, j'ai un panneau "stop", qui dit :
Une erreur s'est produite. Veuillez exécuter Package Manager à partir du menu du clic droit ou exécuter apt-get dans un > terminal pour voir ce qui ne va pas. Le message d'erreur était :
'Unknown error: '<class 'SystemError'> > (E:Malformed line 57 in source list/etc/apt/sources.list(dist parse))'
.
Cela signifie généralement > que vos paquets installés ont des dépendances non satisfaites".
Lorsque je lance "Apt-get", voici ce que j'obtiens :
girouxn@girouxn-ThinkPad-X220:~$ apt-get
apt 1.0.1ubuntu2 for amd64 compiled on Oct 28 2014 20:55:14
Usage: apt-get [options] command
apt-get [options] install|remove pkg1 [pkg2 ...]
apt-get [options] source pkg1 [pkg2 ...]
apt-get is a simple command line interface for downloading and
installing packages. The most frequently used commands are update
and install.
Commands:
update - Retrieve new lists of packages
upgrade - Perform an upgrade
install - Install new packages (pkg is libc6 not libc6.deb)
remove - Remove packages
autoremove - Remove automatically all unused packages
purge - Remove packages and config files
source - Download source archives
build-dep - Configure build-dependencies for source packages
dist-upgrade - Distribution upgrade, see apt-get(8)
dselect-upgrade - Follow dselect selections
clean - Erase downloaded archive files
autoclean - Erase old downloaded archive files
check - Verify that there are no broken dependencies
changelog - Download and display the changelog for the given package
download - Download the binary package into the current directory
Options:
-h This help text.
-q Loggable output - no progress indicator
-qq No output except for errors
-d Download only - do NOT install or unpack archives
-s No-act. Perform ordering simulation
-y Assume Yes to all queries and do not prompt
-f Attempt to correct a system with broken dependencies in place
-m Attempt to continue if archives are unlocatable
-u Show a list of upgraded packages as well
-b Build the source package after fetching it
-V Show verbose version numbers
-c=? Read this configuration file
-o=? Set an arbitrary configuration option, e.g. -o dir::cache=/tmp
See the apt-get(8), sources.list(5) and apt.conf(5) manual
pages for more information and options.
This APT has Super Cow Powers.
girouxn@girouxn-ThinkPad-X220:~$
En plus de cela, lorsque j'ouvre le Centre logiciel Ubuntu, il s'ouvre en blanc pendant une seconde et se referme aussitôt.
Une bonne âme peut-elle m'aider à comprendre et à résoudre ce problème ?
Merci beaucoup, Nicolas
Informations supplémentaires / réponses
Merci pour les réponses. @Steeldriver : voici à quoi ressemble ma ligne 57 :
deb http://archive.canonical.com/ partner
Quel est le problème ?
@Mikolaj : voici ce que j'obtiens, je pense que cela ne fait que confirmer mon erreur :
girouxn@girouxn-ThinkPad-X220:~$ sudo apt-get clean
[sudo] password for girouxn:
girouxn@girouxn-ThinkPad-X220:~$ sudo apt-get -f install
Reading package lists... Error!
E: Malformed line 57 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read.
E: The package lists or status file could not be parsed or opened.
girouxn@girouxn-ThinkPad-X220:~$ ^C
girouxn@girouxn-ThinkPad-X220:~$
Voyez-vous quelque chose d'anormal dans ma ligne 57 ?