Merci!
Les commandes dans l’ordre 
Vlc est un exemple, j’ai le même problème quelque soit le programme:
[code]pi@raspberrypi ~ $ sudo apt-get install vlc
Lecture des listes de paquets… 0%
Puis, blocage…
[/code]
pi@raspberrypi ~ $ dpkg --audit
dpkg : erreur : analyse du fichier '/var/lib/dpkg/status' vers la ligne 1602 paquet 'tk8.5' :
champ « Depends », nom de paquet incorrect « `rb`0za$ » : doit commencer par un caractère alphanumérique
pi@raspberrypi ~ $ aptitude search ~c
[ ERR] Lecture des listes de paquets
E: Problem parsing dependency Depends
E: Erreur apparue lors du traitement de tk8.5 (NewVersion2)
E: Problem with MergeList /var/lib/dpkg/status
E: Les listes de paquets ou le fichier d'état ne peuvent pas être ouverts, ou sont incompréhensibles.
pi@raspberrypi ~ $ cat /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
pi@raspberrypi ~ $ ls -la /etc/apt/
total 48
drwxr-xr-x 6 root root 4096 janv. 8 00:30 .
drwxr-xr-x 104 root root 4096 janv. 9 08:45 ..
drwxr-xr-x 2 root root 4096 janv. 8 22:04 apt.conf.d
drwxr-xr-x 2 root root 4096 oct. 17 21:21 preferences.d
-rw-r--r-- 1 root root 82 janv. 8 00:30 sources.list
drwxr-xr-x 2 root root 4096 janv. 7 23:08 sources.list.d
-rw------- 1 root root 1200 janv. 7 22:09 trustdb.gpg
-rw------- 1 root root 5859 janv. 7 23:06 trusted.gpg
-rw------- 1 root root 4669 janv. 7 22:51 trusted.gpg~
drwxr-xr-x 2 root root 4096 janv. 7 23:08 trusted.gpg.d
pi@raspberrypi ~ $ ls -la /etc/apt/sources.list.d
total 20
drwxr-xr-x 2 root root 4096 janv. 7 23:08 .
drwxr-xr-x 6 root root 4096 janv. 8 00:30 ..
-rw-r--r-- 1 root root 48 janv. 7 22:51 collabora.list
-rw-r--r-- 1 root root 55 janv. 7 22:30 raspi.list
-rw-r--r-- 1 root root 120 nov. 20 22:44 wolfram.list
pi@raspberrypi ~ $ uname -a && lsb_release -a
Linux raspberrypi 3.12.20+ #687 PREEMPT Fri May 30 16:39:11 BST 2014 armv6l GNU/Linux
-bash: lsb_release : commande introuvable
[code]pi@raspberrypi ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:97:9a:0b
inet adr:192.168.1.134 Bcast:192.168.1.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6251 errors:0 dropped:0 overruns:0 frame:0
TX packets:3791 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:7318886 (6.9 MiB) TX bytes:423277 (413.3 KiB)
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:30 errors:0 dropped:0 overruns:0 frame:0
TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:3120 (3.0 KiB) TX bytes:3120 (3.0 KiB)
[/code]
pi@raspberrypi ~ $ cat /etc/resolv.conf
domain ubuntu-fr.lan
search ubuntu-fr.lan
nameserver 192.168.1.1
pi@raspberrypi ~ $ route
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
[code]pi@raspberrypi ~ $ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination [/code]
Merci pour votre aide 