voici la demarche aue j ai effectue en mode console :
user@debian:~$ sudo su
root@debian:/home/user# dpkg-reconfigure console-data
dpkg-query: package 'console-data' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: console-data is not installed
root@debian:/home/user# apt-get install console data
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package console
E: Unable to locate package data
root@debian:/home/user# dpkg-reconfigure console-data
dpkg-query: package 'console-data' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: console-data is not installed
root@debian:/home/user# apt-get install console-data
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libkms1
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
console-common
Suggested packages:
unicode-data
The following NEW packages will be installed:
console-common console-data
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,320 kB of archives.
After this operation, 3,291 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1
http://http.debian.net/debian/ wheezy/main console-data all 2:1.12-2 [1,192 kB]
Get:2
http://http.debian.net/debian/ wheezy/main console-common all 0.7.87 [128 kB]
Fetched 1,320 kB in 3s (432 kB/s)
Preconfiguring packages ...
Selecting previously unselected package console-data.
(Reading database ... 117994 files and directories currently installed.)
Unpacking console-data (from .../console-data_2%3a1.12-2_all.deb) ...
Selecting previously unselected package console-common.
Unpacking console-common (from .../console-common_0.7.87_all.deb) ...
Processing triggers for man-db ...
Setting up console-data (2:1.12-2) ...
Looking for keymap to install:
mac-usb-fr
Setting up console-common (0.7.87) ...
Looking for keymap to install:
mac-usb-fr
mais ca ne marche toujours pas. quand je redemarre le pc ; console-data n est plus installe.
comment dois-je faire ?