libstdc++6 : Casse: libkolabxml1 [Sujet fleuve]

Demande d'aide : c'est ici.
Répondre
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Code : Tout sélectionner

# mount
aufs on / type aufs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sr0 on /live/image type iso9660 (ro,noatime)
tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
tmpfs on /live type tmpfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)

Code : Tout sélectionner

# fdisk -l

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x8e448e44

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        6374    51199123+   7  HPFS/NTFS
/dev/sda2            6375       10453    32764567+   c  W95 FAT32 (LBA)
/dev/sda3           10454       30401   160232310    7  HPFS/NTFS

Disk /dev/sdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00011201

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        3648    29295616   83  Linux
/dev/sdb2            3648        8511    39062528   83  Linux
/dev/sdb3            8511        8754     1952768   82  Linux swap / Solaris
/dev/sdb4            8754       24792   128829804    7  HPFS/NTFS

Disk /dev/sdc: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c0fb3

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1        4256    34179072   83  Linux
/dev/sdc2            4256        7295    24414208   83  Linux
/dev/sdc3            7295        7538     1952768   82  Linux swap / Solaris
/dev/sdc4            7538       38913   252021600+   7  HPFS/NTFS

Disk /dev/sdd: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x14f4623b

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1       20397   163838871    7  HPFS/NTFS
/dev/sdd2           20398       31870    92156872+   7  HPFS/NTFS
/dev/sdd3           31871       38914    56574976   83  Linux
[
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

Ok.
wetaskiwin a écrit :J'y suis mais le clavier est en qwerty et j'ai du mal. On peut changer ?
Si c'est un live-cd Kde, tu fais comme dab, "Menu des applications" > "Configuration du système" > "Personnalisation" > "Paramètres régionaux" de mémoire.
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Ce que j'ai trouve n'est pas accessible. Tant pis, je vais faire sans et me passer des accents pour cette fois.
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

Si c'est un live Kde, c'est bien dans le panneau "Configuration du système" qu'il te faut farfouiller.
wetaskiwin a écrit :La Sid est sur sdb (1, 2 et 3).
[...]

Code : Tout sélectionner

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        3648    29295616   83  Linux
/dev/sdb2            3648        8511    39062528   83  Linux
/dev/sdb3            8511        8754     1952768   82  Linux swap / Solaris
/dev/sdb4            8754       24792   128829804    7  HPFS/NTFS
Bien, ouvres une console et lances le chroot.

Code : Tout sélectionner

# mount -t ext4 /dev/sdb1 /mnt
# mount -t ext4 /dev/sdb2 /mnt/home
# mount -B /dev /mnt/dev
# mount -B /dev/shm /mnt/dev/shm
# mount -B /dev/pts /mnt/dev/pts
# mount -B /sys /mnt/sys
# mount -B /run /mnt/run
# mount -t proc /proc /mnt/proc

Code : Tout sélectionner

# chroot /mnt/
Ta sid chrooter, vérifions.

Code : Tout sélectionner

# mount && ls
-----------
PS: pour la suite, dans tous les retours qui suivront, inclus également l'ensemble du prompt.
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Fait pour le première étape (j'ai retrouvé les accents entre temps), sauf

Code : Tout sélectionner

# mount -B /run /mnt/run
mount: special device /run does not exist

Code : Tout sélectionner

# chroot /mnt/
root@debian:/# mount && ls
/dev/sdb1 on / type ext4 (rw,relatime,barrier=1,data=ordered)
/dev/sdb2 on /home type ext4 (rw,relatime,barrier=1,data=ordered)
none on /dev type devtmpfs (rw,relatime,size=2031132k,nr_inodes=507783,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
/proc on /proc type proc (rw,relatime)
bin   dev  home        initrd.img.old  lib64       media  opt   root  sbin  sys  usr  vmlinuz
boot  etc  initrd.img  lib             lost+found  mnt    proc  run   srv   tmp  var  vmlinuz.old
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

wetaskiwin a écrit :j'ai retrouvé les accents entre temps
Cool !
wetaskiwin a écrit :sauf

Code : Tout sélectionner

# mount -B /run /mnt/run
mount: special device /run does not exist
wetaskiwin a écrit :mount && ls
[...]
bin dev home initrd.img.old lib64 media opt root sbin sys usr vmlinuz
boot etc initrd.img lib lost+found mnt proc run srv tmp var vmlinuz.old
Le répertoire run est présent, ce qui est normal.

Sors du chroot et relances .

Code : Tout sélectionner

# exit
# mount -B /run /mnt/run

Code : Tout sélectionner

# chroot /mnt/

Code : Tout sélectionner

root@debian:/# mount
----------------

*edit*

C'est probablement dû à ton live préhistorique.
Ce périphérique n'est peut-être pas encore présent en cette version.

Ouvres une seconde console (user lambda) et passes en root (sudo -s).
Ces retours, stp.

Code : Tout sélectionner

# pwd
# ls -la /
Si le répertoire run est absent, tu le crées à la racine /run puis passes en première console, sorts du chroot, remontes # mount -B /run /mnt/run et # chroot /mnt
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Code : Tout sélectionner

root@debian:/# exit
exit
root@debian:/home/user# mount -B /run /mnt/run
mount: special device /run does not exist

Code : Tout sélectionner

root@debian:/home/user# chroot /mnt/

Code : Tout sélectionner

root@debian:/# mount
/dev/sdb1 on / type ext4 (rw,relatime,barrier=1,data=ordered)
/dev/sdb2 on /home type ext4 (rw,relatime,barrier=1,data=ordered)
none on /dev type devtmpfs (rw,relatime,size=2031132k,nr_inodes=507783,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
/proc on /proc type proc (rw,relatime)
BelZéButh a écrit :Si le répertoire run est absent, tu le crées à la racine /run
Comment ?
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

C'est pas grave, voyons si l'on peut s'en passer. Je crois que oui.
Tu es chrooté (?).

Tu valides (#) d'entrée de jeu.

Code : Tout sélectionner

# aptitude purge kde-workspace kde-workspace-bin
En simulation. Deux refus et valides.

Code : Tout sélectionner

$ aptitude -s purge kdepim-runtime kdepimlibs-kio-plugins libakonadi-calendar4 libakonadi-notes4 libkalarmcal2 libkcalutils4 libkmbox4

Code : Tout sélectionner

$ aptitude -s purge plasma-dataengines-workspace plasma-desktop plasma-scriptengine-python plasma-scriptengines plasma-widget-lancelot plasma-widgets-addons plasma-widgets-workspace python-kde4
-----------

PS: surveilles mes "edits" mais, aussi tes MP.
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

BelZéButh a écrit :C'est pas grave, voyons si l'on peut s'en passer. Je crois que oui.
Tu es chrooté (?).

Tu valides (#) d'entrée de jeu.

Code : Tout sélectionner

# aptitude purge kde-workspace kde-workspace-bin
Comme ça ?

Code : Tout sélectionner

root@debian:/# aptitude purge kde-workspace kde-workspace-bin
[ ERR] Reading state information
E: Could not open lock file /var/lock/aptitude - open (2: No such file or directory)
The following packages will be REMOVED:  
  kde-workspace{p} kde-workspace-bin{p} 
0 packages upgraded, 0 newly installed, 2 to remove and 381 not upgraded.
Need to get 0 B of archives. After unpacking 10.1 MB will be freed.
Do you want to continue? [Y/n/?]
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

J'en ai raté un (deux). Je dois commencer à perdre le fil.

Code : Tout sélectionner

user@debian:~$ pwd
/home/user
user@debian:~$ ls -la /
total 4
drwxr-xr-x  30 root root  240 May  6 15:24 .
drwxr-xr-x  30 root root  240 May  6 15:24 ..
drwxr-xr-x   2 root root 1565 Oct 14  2011 bin
drwxr-xr-x   2 root root  140 Oct 14  2011 boot
drwxr-xr-x  15 root root 3580 May  6 15:24 dev
drwxr-xr-x 131 root root  580 May  6 16:22 etc
drwxr-xr-x   3 root root   60 May  6 15:23 home
lrwxrwxrwx   1 root root   30 Oct 14  2011 initrd.img -> boot/initrd.img-2.6.32-5-amd64
drwxr-xr-x  12 root root 3698 Oct 14  2011 lib
drwxr-xr-x   2 root root 1049 Oct 14  2011 lib32
lrwxrwxrwx   1 root root    4 Oct 14  2011 lib64 -> /lib
drwxrwxrwt   4 root root   80 May  6 15:23 live
drwxr-xr-x   2 root root    3 Oct 14  2011 media
drwxr-xr-x  24 root root 4096 Aug 18  2015 mnt
drwxr-xr-x   2 root root    3 Oct 14  2011 opt
dr-xr-xr-x 194 root root    0 May  6 15:23 proc
drwx------   5 root root   60 May  6 17:03 root
drwxr-xr-x   2 root root 2549 Oct 14  2011 sbin
drwxr-xr-x   2 root root    3 Jul 21  2010 selinux
drwxr-xr-x   2 root root    3 Oct 14  2011 srv
drwxr-xr-x  13 root root    0 May  6 15:23 sys
drwxrwxrwt   9 root root  220 May  6 16:17 tmp
drwxr-xr-x  14 root root  100 Oct 14  2011 usr
drwxr-xr-x  20 root root  180 Oct 14  2011 var
lrwxrwxrwx   1 root root   27 Oct 14  2011 vmlinuz -> boot/vmlinuz-2.6.32-5-amd64
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

Procures toi un live récent avant de reprendre/poursuivre.
Quittes le chroot.

Code : Tout sélectionner

root@debian:/# exit

Code : Tout sélectionner

# umount /mnt/proc
# umount /mnt/sys
# umount /mnt/dev/pts
# umount /mnt/dev/shm
# umount /mnt/dev
# umount /mnt/home
# umount /mnt/
Dans le cas où tu as une erreur (au démontage du style fuser ...)).
T'embêtes pas.

Code : Tout sélectionner

# shutdown -h now
Et, un petit coucou, quand ...

-------------
wetaskiwin a écrit :J'en ai raté un (deux). Je dois commencer à perdre le fil.
Ok, je mettrai un frein pour la suite.
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

BelZéButh a écrit :Et, un petit coucou, quand ...
OK. Ad'taleur.
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Bon, je reprends :

Code : Tout sélectionner

user@debian:~$ sudo -s
root@debian:/home/user# mount -t ext4 /dev/sdb1 /mnt
root@debian:/home/user# mount -t ext4 /dev/sdb2 /mnt/home
root@debian:/home/user# mount -B /dev /mnt/dev
root@debian:/home/user# mount -B /dev/shm /mnt/dev/shm
root@debian:/home/user# mount -B /dev/pts /mnt/dev/pts
root@debian:/home/user# mount -B /sys /mnt/sys
root@debian:/home/user# mount -B /run /mnt/run
root@debian:/home/user# mount -t proc /proc /mnt/proc

Code : Tout sélectionner

root@debian:/home/user# chroot /mnt/
root@debian:/# 

Code : Tout sélectionner

root@debian:/# mount && ls
/dev/sdb1 on / type ext4 (rw,relatime,data=ordered)
/dev/sdb2 on /home type ext4 (rw,relatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=10240k,nr_inodes=487892,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=787904k,mode=755)
/proc on /proc type proc (rw,relatime)
bin  boot  dev  etc  home  initrd.img  initrd.img.old  lib  lib64  lost+found  media  mnt  opt  proc  root  run  sbin  srv  sys  tmp  usr  var  vmlinuz  vmlinuz.old

Code : Tout sélectionner

root@debian:/# exit
exit
root@debian:/home/user# mount -B /run /mnt/run
root@debian:/home/user# 

Code : Tout sélectionner

root@debian:/home/user# chroot /mnt/
root@debian:/# mount
/dev/sdb1 on / type ext4 (rw,relatime,data=ordered)
/dev/sdb2 on /home type ext4 (rw,relatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=10240k,nr_inodes=487892,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=787904k,mode=755)
/proc on /proc type proc (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=787904k,mode=755)

Code : Tout sélectionner

root@debian:/#  mount
/dev/sdb1 on / type ext4 (rw,relatime,data=ordered)
/dev/sdb2 on /home type ext4 (rw,relatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=10240k,nr_inodes=487892,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)                                                                                                                                      
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)                                                                                              
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)                                                                                                                          
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=787904k,mode=755)                                                                                                                 
/proc on /proc type proc (rw,relatime)                                                                                                                                              
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=787904k,mode=755)
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

Tu as un doute, un truc qui te chagrine, une question, tu stoppes tout et annonces la couleur.
Autre chose, ton prompt sera : root@debian:/# et nous utiliserons aptitude toujours en simulation, sauf spécification du contraire.

Code : Tout sélectionner

root@debian:/# aptitude -s <....>
Piano trémolo.

Dans ton cas, il est nécessaire de faire tomber quelques paquets pour pouvoir rétablir la situation.

Tu valides, la première offre.

Code : Tout sélectionner

# aptitude purge kde-workspace kde-workspace-bin

Deux refus et valides.

Code : Tout sélectionner

$ aptitude -s purge kdepim-runtime kdepimlibs-kio-plugins libakonadi-calendar4 libakonadi-notes4 libkalarmcal2 libkcalutils4 libkmbox4

Code : Tout sélectionner

$ aptitude -s purge plasma-dataengines-workspace plasma-desktop plasma-scriptengine-python plasma-scriptengines plasma-widget-lancelot plasma-widgets-addons plasma-widgets-workspace python-kde4
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Code : Tout sélectionner

root@debian:/# aptitude purge kde-workspace kde-workspace-bin                                                                                                                       
The following packages will be REMOVED:                                                                                                                                             
  kde-workspace{p} kde-workspace-bin{p}                                                                                                                                             
0 packages upgraded, 0 newly installed, 2 to remove and 381 not upgraded.                                                                                                           
Need to get 0 B of archives. After unpacking 10.1 MB will be freed.                                                                                                                 
Do you want to continue? [Y/n/?] y                                                                                                                                                  
Can't set locale; make sure $LC_* and $LANG are correct!                                                                                                                            
perl: warning: Setting locale failed.                                                                                                                                               
perl: warning: Please check that your locale settings:                                                                                                                              
        LANGUAGE = "",                                                                                                                                                              
        LC_ALL = (unset),                                                                                                                                                           
        LANG = "en_US.UTF-8"                                                                                                                                                        
    are supported and installed on your system.                                                                                                                                     
perl: warning: Falling back to the standard locale ("C").                                                                                                                           
locale: Cannot set LC_CTYPE to default locale: No such file or directory                                                                                                            
locale: Cannot set LC_MESSAGES to default locale: No such file or directory                                                                                                         
locale: Cannot set LC_ALL to default locale: No such file or directory                                                                                                              
(Reading database ... 347215 files and directories currently installed.)                                                                                                            
Removing kde-workspace (4:4.11.13-2) ...                                                                                                                                            
Removing kde-workspace-bin (4:4.11.13-2) ...                                                                                                                                        
Purging configuration files for kde-workspace-bin (4:4.11.13-2) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.22-1) ...

Code : Tout sélectionner

user@debian:~$ aptitude -s purge kdepim-runtime kdepimlibs-kio-plugins libakonadi-calendar4 libakonadi-notes4 libkalarmcal2 libkcalutils4 libkmbox4  
The following packages will be REMOVED:
  kdepim-runtime{p} kdepimlibs-kio-plugins{p} libakonadi-calendar4{p} libakonadi-notes4{p} libkalarmcal2{p} libkcalutils4{p} libkmbox4{p} 
0 packages upgraded, 0 newly installed, 7 to remove and 26 not upgraded.
Need to get 0 B of archives. After unpacking 15.7 MB will be freed.
The following packages have unmet dependencies:
 libkopete4 : Depends: kdepim-runtime but it is not going to be installed.
 kdepim-kresources : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
 kmail : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
         Depends: kdepimlibs-kio-plugins but it is not going to be installed.
         Depends: libakonadi-calendar4 (>= 4:4.14.0) but it is not going to be installed.
         Depends: libkalarmcal2 (>= 4:4.8.1) but it is not going to be installed.
         Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.
 libmessagecomposer4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
                       Depends: kdepimlibs-kio-plugins but it is not going to be installed.
 libksieveui4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
 libeventviews4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
                  Depends: libakonadi-calendar4 (>= 4:4.11.1) but it is not going to be installed.
                  Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.
 libmailcommon4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
                  Depends: kdepimlibs-kio-plugins but it is not going to be installed.
 libkdepim4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
 kaddressbook : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
 libmessageviewer4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
                     Depends: kdepimlibs-kio-plugins but it is not going to be installed.
                     Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.
                     Depends: libkmbox4 (>= 4:4.5.86) but it is not going to be installed.
 plasma-runners-addons : Depends: kdepim-runtime (> 4:4.10) but it is not going to be installed.
 knotes : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
          Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.
 libincidenceeditorsng4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
                          Depends: libakonadi-calendar4 (>= 4:4.11.1) but it is not going to be installed.
                          Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.
 libcalendarsupport4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
                       Depends: libakonadi-calendar4 (>= 4:4.11.1) but it is not going to be installed.
                       Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.
 python3-pykde4 : Depends: kdepim-runtime (> 4:4.10) but it is not going to be installed.
 python-kde4 : Depends: kdepim-runtime (> 4:4.10) but it is not going to be installed.
 korganizer : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.
              Depends: kdepimlibs-kio-plugins but it is not going to be installed.
              Depends: libakonadi-calendar4 (>= 4:4.13.1) but it is not going to be installed.                                                                                      
              Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.                                                                                             
 libmailimporter4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                                      
 libnoteshared4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                                        
 plasma-dataengines-workspace : Depends: kdepim-runtime (> 4:4.10) but it is not going to be installed.                                                                             
                                Depends: libakonadi-calendar4 (>= 4:4.11.1) but it is not going to be installed.                                                                    
                                Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.                                                                           
 libkdepimdbusinterfaces4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                              
 kopete : Depends: kdepim-runtime but it is not going to be installed.                                                                                                              
 libmessagecore4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                                       
 libtemplateparser4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                                    
 libktnef4 : Depends: libkcalutils4 (= 4:4.14.2-2+b1) but it is not going to be installed.                                                                                          
 plasma-widget-lancelot : Depends: kdepim-runtime (> 4:4.10) but it is not going to be installed.                                                                                   
 libkolab0 : Depends: libakonadi-notes4 (>= 4:4.9.3) but it is not going to be installed.                                                                                           
             Depends: libkcalutils4 (>= 4:4.5.86) but it is not going to be installed.                                                                                              
 libpimcommon4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                                         
 libmessagelist4 : Depends: kdepim-runtime (>= 4:4.10.2) but it is not going to be installed.                                                                                       
The following actions will resolve these dependencies:                                                                                                                              
                                                                                                                                                                                    
      Remove the following packages:                                                                                                                                                
1)      akregator                                                                                                                                                                   
2)      apper                                                                                                                                                                       
3)      kaddressbook                                                                                                                                                                
4)      kde-plasma-desktop                                                                                                                                                          
5)      kde-standard                                                                                                                                                                
6)      kde-workspace                                                                                                                                                               
7)      kde-workspace-bin                                                                                                                                
8)      kdepim-kresources                                                                                                                                
9)      kdeplasma-addons                                                                                                                                 
10)     kmail                                                                                                                                            
11)     knotes                                                                                                                                           
12)     kopete                                                                                                                                           
13)     korganizer                                                                                                                                       
14)     kscreensaver                                                                                                                                     
15)     libcalendarsupport4                                                                                                                              
16)     libeventviews4                                                                                                                                   
17)     libincidenceeditorsng4                                                                                                                           
18)     libkdepim4                                                                                                                                       
19)     libkdepimdbusinterfaces4                                                                                                                         
20)     libkolab0                                                                                                                                        
21)     libkopete4                                                                                                                                       
22)     libksieveui4                                                                                                                                     
23)     libktnef4                                                                                                                                        
24)     libmailcommon4                                                                                                                                   
25)     libmailimporter4                                                                                                                                 
26)     libmessagecomposer4                                                                                                                              
27)     libmessagecore4                                                                                                                                  
28)     libmessagelist4                                                                                                                                  
29)     libmessageviewer4                                                                                                                                
30)     libnoteshared4                                                                                                                                   
31)     libpimcommon4                                                                                                                                    
32)     libtemplateparser4                                                                                                                               
33)     plasma-dataengines-workspace                                                                                                                     
34)     plasma-desktop                                                                                                                                   
35)     plasma-runners-addons                                                                                                                            
36)     plasma-scriptengine-python                                                                                                                       
37)     plasma-scriptengines                                                                                                                             
38)     plasma-widget-lancelot                                                                                                                           
39)     plasma-widgets-addons                                                                                                                            
40)     plasma-widgets-workspace                                                                                                                         
41)     python-kde4                                                                                                                                      
42)     python3-pykde4                                                                                                                                   
43)     software-properties-kde                                                                                                                          
44)     task-kde-desktop                                                                                                                                 

      Leave the following dependencies unresolved:                                                                                                       
45)     kde-workspace-bin recommends plasma-scriptengines                                                                                                
46)     korganizer recommends kdepim-kresources                                                                                                          
47)     plasma-widgets-addons recommends plasma-widget-lancelot                                                                                          
48)     libkopete4 recommends kopete (= 4:4.14.1-2)                                                                                                      
49)     task-desktop recommends task-gnome-desktop | task-xfce-desktop | task-kde-desktop | task-lxde-desktop | task-cinnamon-desktop | task-mate-desktop
50)     task-kde-desktop recommends apper                                                                                                                


Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

       Remove the following packages:                           
1)       akregator                                              
2)       apper                                                  
3)       kaddressbook                                           
4)       kde-plasma-desktop                                     
5)       kde-standard                                           
6)       kde-workspace                                          
7)       kde-workspace-bin                                      
8)       kdepim-kresources                                      
9)       kdeplasma-addons                                       
10)      kmail                                                  
11)      knotes                                                 
12)      kopete                                                 
13)      korganizer                                             
14)      kscreensaver                                           
15)      libcalendarsupport4                                    
16)      libeventviews4                                         
17)      libincidenceeditorsng4                                 
18)      libkdepim4                                             
19)      libkdepimdbusinterfaces4                               
20)      libkolab0                                              
21)      libkopete4                                             
22)      libksieveui4                                           
23)      libktnef4                                              
24)      libmailcommon4                                         
25)      libmailimporter4                                       
26)      libmessagecomposer4                                    
27)      libmessagecore4                                        
28)      libmessagelist4                                        
29)      libmessageviewer4                                      
30)      libnoteshared4                                         
31)      libpimcommon4                                          
32)      libtemplateparser4                                     
33)      plasma-dataengines-workspace                           
34)      plasma-desktop                                         
35)      plasma-runners-addons                                  
36)      plasma-scriptengine-python                             
37)      plasma-scriptengines                                   
38)      plasma-widget-lancelot                                 
39)      plasma-widgets-addons                                  
40)      plasma-widgets-workspace                               
41)      python-kde4                                            
42)      python3-pykde4                                         
43)      software-properties-kde                                
44)      task-kde-desktop                                       

       Install the following packages:                          
45)      desktop-file-utils [0.22-1 (stable)]                   
46)      evince-common [3.14.1-2 (stable)]                      
47)      evince-gtk [3.14.1-2 (stable)]                         
48)      exo-utils [0.10.2-4 (stable)]                          
49)      gnome-icon-theme-symbolic [3.12.0-1 (stable)]          
50)      gstreamer0.10-alsa [0.10.36-2 (stable)]                
51)      gstreamer0.10-plugins-base [0.10.36-2 (stable)]        
52)      gtk2-engines-xfce [3.0.1-2 (stable)]                   
53)      libevdocument3-4 [3.14.1-2 (stable)]                   
54)      libevview3-3 [3.14.1-2 (stable)]                       
55)      libexo-1-0 [0.10.2-4 (stable)]                         
56)      libexo-common [0.10.2-4 (stable)]                      
57)      libexo-helpers [0.10.2-4 (stable)]                     
58)      libgarcon-1-0 [0.2.1-2 (stable)]                       
59)      libgarcon-common [0.2.1-2 (stable)]                    
60)      libglade2-0 [1:2.6.4-2 (stable)]                       
61)      libgstreamer-plugins-base0.10-0 [0.10.36-2 (stable)]   
62)      libgstreamer0.10-0 [0.10.36-1.5 (stable)]              
63)      libgtksourceview2.0-0 [2.10.5-2 (stable)]              
64)      libgtksourceview2.0-common [2.10.5-2 (stable)]         
65)      libgxps2 [0.2.2-3+b2 (stable)]                         
66)      libkeybinder0 [0.3.0-3 (stable)]                       
67)      libkpathsea6 [2014.20140926.35254-6 (stable)]          
68)      liblightdm-gobject-1-0 [1.10.3-3 (stable)]             
69)      liblightdm-qt-3-0 [1.10.3-3 (stable)]                  
70)      libnotify-bin [0.7.6-2 (stable)]                       
71)      libpango1.0-0 [1.36.8-3 (stable)]                      
72)      libpangox-1.0-0 [0.0.2-5 (stable)]                     
73)      libreoffice-gtk [1:4.3.3-2+deb8u3 (stable)]            
74)      libreoffice-style-tango [1:4.3.3-2+deb8u3 (stable)]    
75)      libthunarx-2-0 [1.6.3-2 (stable)]                      
76)      libunique-1.0-0 [1.1.6-5 (stable)]                     
77)      libvte-common [1:0.28.2-5 (stable)]                    
78)      libvte9 [1:0.28.2-5 (stable)]                          
79)      libwnck-common [2.30.7-2 (stable)]                     
80)      libwnck22 [2.30.7-2 (stable)]                          
81)      libxfce4ui-1-0 [4.10.0-6 (stable)]                     
82)      libxfce4ui-utils [4.10.0-6 (stable)]                   
83)      libxfce4util-bin [4.10.1-2 (stable)]                   
84)      libxfce4util-common [4.10.1-2 (stable)]                
85)      libxfce4util6 [4.10.1-2 (stable)]                      
86)      libxfconf-0-2 [4.10.0-3 (stable)]                      
87)      libxklavier16 [5.2.1-1 (stable)]                       
88)      libxres1 [2:1.0.7-1+b1 (stable)]                       
89)      lightdm [1.10.3-3 (stable)]                            
90)      lightdm-kde-greeter [0.3.2.2-1 (stable)]               
91)      mousepad [0.3.0-2 (stable)]                            
92)      orage [4.10.0-1+b2 (stable)]                           
93)      tango-icon-theme [0.8.90-5 (stable)]                   
94)      task-xfce-desktop [3.31+deb8u1 (stable)]               
95)      thunar [1.6.3-2 (stable)]                              
96)      thunar-data [1.6.3-2 (stable)]                         
97)      thunar-volman [0.8.0-4 (stable)]                       
98)      xfce-keyboard-shortcuts [4.10.0-6 (stable)]            
99)      xfce4 [4.10.1 (stable)]                                
100)     xfce4-appfinder [4.10.1-1 (stable)]                    
101)     xfce4-mixer [4.10.0-3 (stable)]                        
102)     xfce4-notifyd [0.2.4-3 (stable)]                       
103)     xfce4-panel [4.10.1-1 (stable)]                        
104)     xfce4-session [4.10.1-10 (stable)]                     
105)     xfce4-settings [4.10.1-2 (stable)]                     
106)     xfce4-terminal [0.6.3-1+b1 (stable)]                   
107)     xfce4-volumed [0.1.13-5 (stable)]                      
108)     xfconf [4.10.0-3 (stable)]                             
109)     xfdesktop4 [4.10.2-3 (stable)]                         
110)     xfdesktop4-data [4.10.2-3 (stable)]                    
111)     xfwm4 [4.10.1-3 (stable)]                              
112)     xsane [0.998-6+b1 (stable)]                            
113)     xsane-common [0.998-6 (stable)]                        
114)     xscreensaver [5.30-1+deb8u1 (stable)]                  
115)     xscreensaver-data [5.30-1+deb8u1 (stable)]             

       Leave the following dependencies unresolved:             
116)     kde-workspace-bin recommends plasma-scriptengines      
117)     korganizer recommends kdepim-kresources                
118)     plasma-widgets-addons recommends plasma-widget-lancelot
119)     libkopete4 recommends kopete (= 4:4.14.1-2)            
120)     task-kde-desktop recommends apper                      
121)     task-xfce-desktop recommends xfce4-goodies             
122)     task-xfce-desktop recommends xfce4-power-manager       
123)     task-xfce-desktop recommends quodlibet                 
124)     task-xfce-desktop recommends network-manager-gnome     
125)     task-xfce-desktop recommends synaptic                  
126)     task-xfce-desktop recommends gnome-orca                
127)     thunar recommends tumbler                              
128)     thunar recommends gvfs                                 


Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

       Remove the following packages:                           
1)       akregator                                              
2)       apper                                                  
3)       kaddressbook                                           
4)       kde-plasma-desktop                                     
5)       kde-standard                                           
6)       kde-workspace                                          
7)       kde-workspace-bin                                      
8)       kdepim-kresources                                      
9)       kdeplasma-addons                                       
10)      kmail                                                  
11)      knotes                                                 
12)      kopete                                                 
13)      korganizer                                             
14)      kscreensaver                                           
15)      libcalendarsupport4                                    
16)      libeventviews4                                         
17)      libincidenceeditorsng4                                 
18)      libkdepim4                                             
19)      libkdepimdbusinterfaces4                               
20)      libkolab0                                              
21)      libkopete4                                             
22)      libksieveui4                                           
23)      libktnef4                                              
24)      libmailcommon4                                         
25)      libmailimporter4                                       
26)      libmessagecomposer4                                    
27)      libmessagecore4                                        
28)      libmessagelist4                                        
29)      libmessageviewer4                                      
30)      libnoteshared4                                         
31)      libpimcommon4                                          
32)      libtemplateparser4                                     
33)      plasma-dataengines-workspace                           
34)      plasma-desktop                                         
35)      plasma-runners-addons                                  
36)      plasma-scriptengine-python                             
37)      plasma-scriptengines                                   
38)      plasma-widget-lancelot                                 
39)      plasma-widgets-addons                                  
40)      plasma-widgets-workspace                               
41)      python-kde4                                            
42)      python3-pykde4                                         
43)      software-properties-kde                                
44)      task-kde-desktop                                       

       Install the following packages:                          
45)      desktop-file-utils [0.22-1 (stable)]                   
46)      exo-utils [0.10.2-4 (stable)]                          
47)      gstreamer0.10-alsa [0.10.36-2 (stable)]                
48)      gstreamer0.10-plugins-base [0.10.36-2 (stable)]        
49)      gtk2-engines-xfce [3.0.1-2 (stable)]                   
50)      libexo-1-0 [0.10.2-4 (stable)]                         
51)      libexo-common [0.10.2-4 (stable)]                      
52)      libexo-helpers [0.10.2-4 (stable)]                     
53)      libgarcon-1-0 [0.2.1-2 (stable)]                       
54)      libgarcon-common [0.2.1-2 (stable)]                    
55)      libglade2-0 [1:2.6.4-2 (stable)]                       
56)      libgstreamer-plugins-base0.10-0 [0.10.36-2 (stable)]   
57)      libgstreamer0.10-0 [0.10.36-1.5 (stable)]              
58)      libgtksourceview2.0-0 [2.10.5-2 (stable)]              
59)      libgtksourceview2.0-common [2.10.5-2 (stable)]         
60)      libkeybinder0 [0.3.0-3 (stable)]                       
61)      liblightdm-gobject-1-0 [1.10.3-3 (stable)]             
62)      liblightdm-qt-3-0 [1.10.3-3 (stable)]                  
63)      libnotify-bin [0.7.6-2 (stable)]                       
64)      libpango1.0-0 [1.36.8-3 (stable)]                      
65)      libpangox-1.0-0 [0.0.2-5 (stable)]                     
66)      libreoffice-gtk [1:4.3.3-2+deb8u3 (stable)]            
67)      libreoffice-style-tango [1:4.3.3-2+deb8u3 (stable)]    
68)      libthunarx-2-0 [1.6.3-2 (stable)]                      
69)      libunique-1.0-0 [1.1.6-5 (stable)]                     
70)      libvte-common [1:0.28.2-5 (stable)]                    
71)      libvte9 [1:0.28.2-5 (stable)]                          
72)      libwnck-common [2.30.7-2 (stable)]                     
73)      libwnck22 [2.30.7-2 (stable)]                          
74)      libxfce4ui-1-0 [4.10.0-6 (stable)]                     
75)      libxfce4ui-utils [4.10.0-6 (stable)]                   
76)      libxfce4util-bin [4.10.1-2 (stable)]                   
77)      libxfce4util-common [4.10.1-2 (stable)]                
78)      libxfce4util6 [4.10.1-2 (stable)]                      
79)      libxfconf-0-2 [4.10.0-3 (stable)]                      
80)      libxklavier16 [5.2.1-1 (stable)]                       
81)      libxres1 [2:1.0.7-1+b1 (stable)]                       
82)      lightdm [1.10.3-3 (stable)]                            
83)      lightdm-kde-greeter [0.3.2.2-1 (stable)]               
84)      mousepad [0.3.0-2 (stable)]                            
85)      orage [4.10.0-1+b2 (stable)]                           
86)      tango-icon-theme [0.8.90-5 (stable)]                   
87)      task-xfce-desktop [3.31+deb8u1 (stable)]               
88)      thunar [1.6.3-2 (stable)]                              
89)      thunar-data [1.6.3-2 (stable)]                         
90)      thunar-volman [0.8.0-4 (stable)]                       
91)      xfce-keyboard-shortcuts [4.10.0-6 (stable)]            
92)      xfce4 [4.10.1 (stable)]                                
93)      xfce4-appfinder [4.10.1-1 (stable)]                    
94)      xfce4-mixer [4.10.0-3 (stable)]                        
95)      xfce4-notifyd [0.2.4-3 (stable)]                       
96)      xfce4-panel [4.10.1-1 (stable)]                        
97)      xfce4-session [4.10.1-10 (stable)]                     
98)      xfce4-settings [4.10.1-2 (stable)]                     
99)      xfce4-terminal [0.6.3-1+b1 (stable)]                   
100)     xfce4-volumed [0.1.13-5 (stable)]                      
101)     xfconf [4.10.0-3 (stable)]                             
102)     xfdesktop4 [4.10.2-3 (stable)]                         
103)     xfdesktop4-data [4.10.2-3 (stable)]                    
104)     xfwm4 [4.10.1-3 (stable)]                              
105)     xsane [0.998-6+b1 (stable)]                            
106)     xsane-common [0.998-6 (stable)]                        
107)     xscreensaver [5.30-1+deb8u1 (stable)]                  
108)     xscreensaver-data [5.30-1+deb8u1 (stable)]             

       Leave the following dependencies unresolved:             
109)     kde-workspace-bin recommends plasma-scriptengines      
110)     korganizer recommends kdepim-kresources                
111)     plasma-widgets-addons recommends plasma-widget-lancelot
112)     libkopete4 recommends kopete (= 4:4.14.1-2)            
113)     task-kde-desktop recommends apper                      
114)     task-xfce-desktop recommends xfce4-goodies             
115)     task-xfce-desktop recommends xfce4-power-manager       
116)     task-xfce-desktop recommends quodlibet                 
117)     task-xfce-desktop recommends evince-gtk | evince       
118)     task-xfce-desktop recommends network-manager-gnome     
119)     task-xfce-desktop recommends synaptic                  
120)     task-xfce-desktop recommends gnome-orca                
121)     thunar recommends tumbler                              
122)     thunar recommends gvfs                                 


Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
  desktop-file-utils{a} exo-utils{a} gstreamer0.10-alsa{a} gstreamer0.10-plugins-base{a} gtk2-engines-xfce{a} libexo-1-0{a} libexo-common{a} libexo-helpers{a} libgarcon-1-0{a} 
  libgarcon-common{a} libglade2-0{a} libgstreamer-plugins-base0.10-0{a} libgstreamer0.10-0{a} libkeybinder0{a} libnotify-bin{a} libpango1.0-0{a} libpangox-1.0-0{a} 
  libthunarx-2-0{a} libunique-1.0-0{a} libvte-common{a} libvte9{a} libwnck-common{a} libwnck22{a} libxfce4ui-1-0{a} libxfce4ui-utils{a} libxfce4util-bin{a} 
  libxfce4util-common{a} libxfce4util6{a} libxfconf-0-2{a} libxklavier16{a} libxres1{a} orage{a} tango-icon-theme{a} thunar{a} thunar-data{a} thunar-volman{a} 
  xfce-keyboard-shortcuts{a} xfce4{a} xfce4-appfinder{a} xfce4-mixer{a} xfce4-notifyd{a} xfce4-panel{a} xfce4-session{a} xfce4-settings{a} xfce4-terminal{a} xfce4-volumed{a} 
  xfconf{a} xfdesktop4{a} xfdesktop4-data{a} xfwm4{a} xscreensaver{a} xscreensaver-data{a} 
The following packages will be REMOVED:
  akregator{a} apper{a} apper-data{u} ca-certificates-java{u} coinor-libcbc3{u} coinor-libcgl1{u} coinor-libclp1{u} coinor-libcoinmp1{u} coinor-libcoinutils3{u} 
  coinor-libosi1{u} default-jre{u} default-jre-headless{u} firebird2.5-common{u} firebird2.5-common-doc{u} firebird2.5-server-common{u} fonts-opensymbol{u} 
  fonts-sil-gentium{u} fonts-sil-gentium-basic{u} hyphen-en-us{u} java-common{u} kaddressbook{a} kde-plasma-desktop{a} kde-standard{a} kde-workspace{a} kde-workspace-bin{a} 
  kdeaccessibility{u} kdepim-kresources{a} kdepim-runtime{p} kdepimlibs-kio-plugins{p} kdeplasma-addons{a} kdesudo{u} kmail{a} knotes{a} kopete{a} korganizer{a} 
  kscreensaver{a} libabw-0.1-1{u} libakonadi-calendar4{p} libakonadi-notes4{p} libatk-wrapper-java{u} libatk-wrapper-java-jni{u} libboost-date-time1.55.0{u} 
  libcalendarsupport4{a} libcdr-0.1-1{u} libclucene-contribs1{u} libcmis-0.4-4{u} libdebconf-kde0{u} libe-book-0.1-1{u} libeot0{u} libetonyek-0.1-1{u} libeventviews4{a} 
  libexttextcat-2.0-0{u} libexttextcat-data{u} libfbclient2{u} libfbembed2.5{u} libfreehand-0.1-1{u} libgconf2-4{u} libgee-0.8-2{u} libgltf-0.0-0{u} libgnome2-0{u} 
  libharfbuzz-icu0{u} libhsqldb1.8.0-java{u} libhyphen0{u} libincidenceeditorsng4{a} libkalarmcal2{p} libkcalutils4{p} libkdepim4{a} libkdepimdbusinterfaces4{a} libkmbox4{p} 
  libkolab0{a} libkopete4{a} libksieveui4{a} libktnef4{a} liblangtag-common{u} liblangtag1{u} liblistaller-glib0{u} libmailcommon4{a} libmailimporter4{a} 
  libmessagecomposer4{a} libmessagecore4{a} libmessagelist4{a} libmessageviewer4{a} libmspub-0.1-1{u} libmwaw-0.3-3{u} libmythes-1.2-0{u} libnoteshared4{a} libnspr4{u} 
  libnss3{u} libodfgen-0.1-1{u} liborcus-0.8-0{u} libpackagekitqt4-0{u} libpimcommon4{a} libpython3.4{u} libqapt-runtime{u} libqapt1{u} libreoffice{u} 
  libreoffice-avmedia-backend-gstreamer{u} libreoffice-base{u} libreoffice-base-core{u} libreoffice-base-drivers{u} libreoffice-calc{u} libreoffice-common{u} 
  libreoffice-core{u} libreoffice-draw{u} libreoffice-help-en-us{u} libreoffice-impress{u} libreoffice-java-common{u} libreoffice-kde{u} libreoffice-math{u} 
  libreoffice-report-builder-bin{u} libreoffice-sdbc-firebird{u} libreoffice-sdbc-hsqldb{u} libreoffice-style-galaxy{u} libreoffice-style-oxygen{u} libreoffice-writer{u} 
  librevenge-0.0-0{u} libsctp1{u} libtemplateparser4{a} libvisio-0.1-1{u} libwpd-0.10-10{u} libwpg-0.3-3{u} libwps-0.3-3{u} listaller{u} lksctp-tools{u} lp-solve{u} 
  mythes-en-us{u} openjdk-7-jre{u} openjdk-7-jre-headless{u} plasma-dataengines-workspace{a} plasma-desktop{a} plasma-runners-addons{a} plasma-scriptengine-python{a} 
  plasma-scriptengines{a} plasma-widget-lancelot{a} plasma-widgets-addons{a} plasma-widgets-workspace{a} python-kde4{a} python3-dbus{u} python3-gi{u} python3-pykde4{a} 
  python3-pyqt4{u} python3-sip{u} python3-software-properties{u} python3-uno{u} qapt-batch{u} software-properties-common{u} software-properties-kde{a} task-desktop{u} 
  task-kde-desktop{a} tzdata-java{u} unattended-upgrades{u} uno-libs3{u} ure{u} 
The following packages are RECOMMENDED but will NOT be installed:
  gvfs tumbler 
0 packages upgraded, 52 newly installed, 153 to remove and 24 not upgraded.
Need to get 18.6 MB of archives. After unpacking 593 MB will be freed.
Do you want to continue? [Y/n/?] 

Code : Tout sélectionner

user@debian:~$ aptitude -s purge plasma-dataengines-workspace plasma-desktop plasma-scriptengine-python plasma-scriptengines plasma-widget-lancelot plasma-widgets-addons plasma-widgets-workspace python-kde4
The following packages will be REMOVED:
  plasma-dataengines-workspace{p} plasma-desktop{p} plasma-scriptengine-python{p} plasma-scriptengines{p} plasma-widget-lancelot{p} plasma-widgets-addons{p} 
  plasma-widgets-workspace{p} python-kde4{p} 
0 packages upgraded, 0 newly installed, 8 to remove and 26 not upgraded.
Need to get 0 B of archives. After unpacking 37.5 MB will be freed.
The following packages have unmet dependencies:
 kde-plasma-desktop : Depends: plasma-desktop (>= 4:4.11.3) but it is not going to be installed.
 kdeplasma-addons : Depends: plasma-widget-lancelot (>= 4:4.14.2-1) but it is not going to be installed.
                    Depends: plasma-widgets-addons (>= 4:4.14.2-1) but it is not going to be installed.
 kde-workspace-bin : Depends: plasma-desktop (= 4:4.11.13-2) but it is not going to be installed. or
                              plasma-netbook (= 4:4.11.13-2) but it is not going to be installed.
The following actions will resolve these dependencies:

     Remove the following packages:                                                                                                                     
1)     kde-plasma-desktop                                                                                                                               
2)     kde-standard                                                                                                                                     
3)     kde-workspace                                                                                                                                    
4)     kde-workspace-bin                                                                                                                                
5)     kdeplasma-addons                                                                                                                                 
6)     kscreensaver                                                                                                                                     
7)     task-kde-desktop                                                                                                                                 

     Leave the following dependencies unresolved:                                                                                                       
8)     kde-workspace-bin recommends plasma-scriptengines                                                                                                
9)     task-desktop recommends task-gnome-desktop | task-xfce-desktop | task-kde-desktop | task-lxde-desktop | task-cinnamon-desktop | task-mate-desktop


Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

      Remove the following packages:                        
1)      kde-plasma-desktop                                  
2)      kde-standard                                        
3)      kde-workspace                                       
4)      kde-workspace-bin                                   
5)      kdeplasma-addons                                    
6)      kscreensaver                                        
7)      task-kde-desktop                                    

      Install the following packages:                       
8)      desktop-file-utils [0.22-1 (stable)]                
9)      evince-common [3.14.1-2 (stable)]                   
10)     evince-gtk [3.14.1-2 (stable)]                      
11)     exo-utils [0.10.2-4 (stable)]                       
12)     gnome-icon-theme-symbolic [3.12.0-1 (stable)]       
13)     gstreamer0.10-alsa [0.10.36-2 (stable)]             
14)     gstreamer0.10-plugins-base [0.10.36-2 (stable)]     
15)     gtk2-engines-xfce [3.0.1-2 (stable)]                
16)     libevdocument3-4 [3.14.1-2 (stable)]                
17)     libevview3-3 [3.14.1-2 (stable)]                    
18)     libexo-1-0 [0.10.2-4 (stable)]                      
19)     libexo-common [0.10.2-4 (stable)]                   
20)     libexo-helpers [0.10.2-4 (stable)]                  
21)     libgarcon-1-0 [0.2.1-2 (stable)]                    
22)     libgarcon-common [0.2.1-2 (stable)]                 
23)     libglade2-0 [1:2.6.4-2 (stable)]                    
24)     libgstreamer-plugins-base0.10-0 [0.10.36-2 (stable)]
25)     libgstreamer0.10-0 [0.10.36-1.5 (stable)]           
26)     libgtksourceview2.0-0 [2.10.5-2 (stable)]           
27)     libgtksourceview2.0-common [2.10.5-2 (stable)]      
28)     libgxps2 [0.2.2-3+b2 (stable)]                      
29)     libkeybinder0 [0.3.0-3 (stable)]                    
30)     libkpathsea6 [2014.20140926.35254-6 (stable)]       
31)     liblightdm-gobject-1-0 [1.10.3-3 (stable)]          
32)     liblightdm-qt-3-0 [1.10.3-3 (stable)]               
33)     libnotify-bin [0.7.6-2 (stable)]                    
34)     libpango1.0-0 [1.36.8-3 (stable)]                   
35)     libpangox-1.0-0 [0.0.2-5 (stable)]                  
36)     libreoffice-gtk [1:4.3.3-2+deb8u3 (stable)]         
37)     libreoffice-style-tango [1:4.3.3-2+deb8u3 (stable)] 
38)     libthunarx-2-0 [1.6.3-2 (stable)]                   
39)     libunique-1.0-0 [1.1.6-5 (stable)]                  
40)     libvte-common [1:0.28.2-5 (stable)]                 
41)     libvte9 [1:0.28.2-5 (stable)]                       
42)     libwnck-common [2.30.7-2 (stable)]                  
43)     libwnck22 [2.30.7-2 (stable)]                       
44)     libxfce4ui-1-0 [4.10.0-6 (stable)]                  
45)     libxfce4ui-utils [4.10.0-6 (stable)]                
46)     libxfce4util-bin [4.10.1-2 (stable)]                
47)     libxfce4util-common [4.10.1-2 (stable)]             
48)     libxfce4util6 [4.10.1-2 (stable)]                   
49)     libxfconf-0-2 [4.10.0-3 (stable)]                   
50)     libxklavier16 [5.2.1-1 (stable)]                    
51)     libxres1 [2:1.0.7-1+b1 (stable)]                    
52)     lightdm [1.10.3-3 (stable)]                         
53)     lightdm-kde-greeter [0.3.2.2-1 (stable)]            
54)     mousepad [0.3.0-2 (stable)]                         
55)     orage [4.10.0-1+b2 (stable)]                        
56)     tango-icon-theme [0.8.90-5 (stable)]                
57)     task-xfce-desktop [3.31+deb8u1 (stable)]            
58)     thunar [1.6.3-2 (stable)]                           
59)     thunar-data [1.6.3-2 (stable)]                      
60)     thunar-volman [0.8.0-4 (stable)]                    
61)     xfce-keyboard-shortcuts [4.10.0-6 (stable)]         
62)     xfce4 [4.10.1 (stable)]                             
63)     xfce4-appfinder [4.10.1-1 (stable)]                 
64)     xfce4-mixer [4.10.0-3 (stable)]                     
65)     xfce4-notifyd [0.2.4-3 (stable)]                    
66)     xfce4-panel [4.10.1-1 (stable)]                     
67)     xfce4-session [4.10.1-10 (stable)]                  
68)     xfce4-settings [4.10.1-2 (stable)]                  
69)     xfce4-terminal [0.6.3-1+b1 (stable)]                
70)     xfce4-volumed [0.1.13-5 (stable)]                   
71)     xfconf [4.10.0-3 (stable)]                          
72)     xfdesktop4 [4.10.2-3 (stable)]                      
73)     xfdesktop4-data [4.10.2-3 (stable)]                 
74)     xfwm4 [4.10.1-3 (stable)]                           
75)     xsane [0.998-6+b1 (stable)]                         
76)     xsane-common [0.998-6 (stable)]                     
77)     xscreensaver [5.30-1+deb8u1 (stable)]               
78)     xscreensaver-data [5.30-1+deb8u1 (stable)]          

      Leave the following dependencies unresolved:          
79)     kde-workspace-bin recommends plasma-scriptengines   
80)     task-xfce-desktop recommends xfce4-goodies          
81)     task-xfce-desktop recommends xfce4-power-manager    
82)     task-xfce-desktop recommends quodlibet              
83)     task-xfce-desktop recommends network-manager-gnome  
84)     task-xfce-desktop recommends synaptic               
85)     task-xfce-desktop recommends gnome-orca             
86)     thunar recommends tumbler                           
87)     thunar recommends gvfs                              


Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

      Remove the following packages:                        
1)      kde-plasma-desktop                                  
2)      kde-standard                                        
3)      kde-workspace                                       
4)      kde-workspace-bin                                   
5)      kdeplasma-addons                                    
6)      kscreensaver                                        
7)      task-kde-desktop                                    

      Install the following packages:                       
8)      desktop-file-utils [0.22-1 (stable)]                
9)      exo-utils [0.10.2-4 (stable)]                       
10)     gstreamer0.10-alsa [0.10.36-2 (stable)]             
11)     gstreamer0.10-plugins-base [0.10.36-2 (stable)]     
12)     gtk2-engines-xfce [3.0.1-2 (stable)]                
13)     libexo-1-0 [0.10.2-4 (stable)]                      
14)     libexo-common [0.10.2-4 (stable)]                   
15)     libexo-helpers [0.10.2-4 (stable)]                  
16)     libgarcon-1-0 [0.2.1-2 (stable)]                    
17)     libgarcon-common [0.2.1-2 (stable)]                 
18)     libglade2-0 [1:2.6.4-2 (stable)]                    
19)     libgstreamer-plugins-base0.10-0 [0.10.36-2 (stable)]
20)     libgstreamer0.10-0 [0.10.36-1.5 (stable)]           
21)     libgtksourceview2.0-0 [2.10.5-2 (stable)]           
22)     libgtksourceview2.0-common [2.10.5-2 (stable)]      
23)     libkeybinder0 [0.3.0-3 (stable)]                    
24)     liblightdm-gobject-1-0 [1.10.3-3 (stable)]          
25)     liblightdm-qt-3-0 [1.10.3-3 (stable)]               
26)     libnotify-bin [0.7.6-2 (stable)]                    
27)     libpango1.0-0 [1.36.8-3 (stable)]                   
28)     libpangox-1.0-0 [0.0.2-5 (stable)]                  
29)     libreoffice-gtk [1:4.3.3-2+deb8u3 (stable)]         
30)     libreoffice-style-tango [1:4.3.3-2+deb8u3 (stable)] 
31)     libthunarx-2-0 [1.6.3-2 (stable)]                   
32)     libunique-1.0-0 [1.1.6-5 (stable)]                  
33)     libvte-common [1:0.28.2-5 (stable)]                 
34)     libvte9 [1:0.28.2-5 (stable)]                       
35)     libwnck-common [2.30.7-2 (stable)]                  
36)     libwnck22 [2.30.7-2 (stable)]                       
37)     libxfce4ui-1-0 [4.10.0-6 (stable)]                  
38)     libxfce4ui-utils [4.10.0-6 (stable)]                
39)     libxfce4util-bin [4.10.1-2 (stable)]                
40)     libxfce4util-common [4.10.1-2 (stable)]             
41)     libxfce4util6 [4.10.1-2 (stable)]                   
42)     libxfconf-0-2 [4.10.0-3 (stable)]                   
43)     libxklavier16 [5.2.1-1 (stable)]                    
44)     libxres1 [2:1.0.7-1+b1 (stable)]                    
45)     lightdm [1.10.3-3 (stable)]                         
46)     lightdm-kde-greeter [0.3.2.2-1 (stable)]            
47)     mousepad [0.3.0-2 (stable)]                         
48)     orage [4.10.0-1+b2 (stable)]                        
49)     tango-icon-theme [0.8.90-5 (stable)]                
50)     task-xfce-desktop [3.31+deb8u1 (stable)]            
51)     thunar [1.6.3-2 (stable)]                           
52)     thunar-data [1.6.3-2 (stable)]                      
53)     thunar-volman [0.8.0-4 (stable)]                    
54)     xfce-keyboard-shortcuts [4.10.0-6 (stable)]         
55)     xfce4 [4.10.1 (stable)]                             
56)     xfce4-appfinder [4.10.1-1 (stable)]                 
57)     xfce4-mixer [4.10.0-3 (stable)]                     
58)     xfce4-notifyd [0.2.4-3 (stable)]                    
59)     xfce4-panel [4.10.1-1 (stable)]                     
60)     xfce4-session [4.10.1-10 (stable)]                  
61)     xfce4-settings [4.10.1-2 (stable)]                  
62)     xfce4-terminal [0.6.3-1+b1 (stable)]                
63)     xfce4-volumed [0.1.13-5 (stable)]                   
64)     xfconf [4.10.0-3 (stable)]                          
65)     xfdesktop4 [4.10.2-3 (stable)]                      
66)     xfdesktop4-data [4.10.2-3 (stable)]                 
67)     xfwm4 [4.10.1-3 (stable)]                           
68)     xsane [0.998-6+b1 (stable)]                         
69)     xsane-common [0.998-6 (stable)]                     
70)     xscreensaver [5.30-1+deb8u1 (stable)]               
71)     xscreensaver-data [5.30-1+deb8u1 (stable)]          

      Leave the following dependencies unresolved:          
72)     kde-workspace-bin recommends plasma-scriptengines   
73)     task-xfce-desktop recommends xfce4-goodies          
74)     task-xfce-desktop recommends xfce4-power-manager    
75)     task-xfce-desktop recommends quodlibet              
76)     task-xfce-desktop recommends evince-gtk | evince    
77)     task-xfce-desktop recommends network-manager-gnome  
78)     task-xfce-desktop recommends synaptic               
79)     task-xfce-desktop recommends gnome-orca             
80)     thunar recommends tumbler                           
81)     thunar recommends gvfs                              


Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
  desktop-file-utils{a} exo-utils{a} gstreamer0.10-alsa{a} gstreamer0.10-plugins-base{a} gtk2-engines-xfce{a} libexo-1-0{a} libexo-common{a} libexo-helpers{a} libgarcon-1-0{a} 
  libgarcon-common{a} libglade2-0{a} libgstreamer-plugins-base0.10-0{a} libgstreamer0.10-0{a} libkeybinder0{a} libnotify-bin{a} libpango1.0-0{a} libpangox-1.0-0{a} 
  libthunarx-2-0{a} libunique-1.0-0{a} libvte-common{a} libvte9{a} libwnck-common{a} libwnck22{a} libxfce4ui-1-0{a} libxfce4ui-utils{a} libxfce4util-bin{a} 
  libxfce4util-common{a} libxfce4util6{a} libxfconf-0-2{a} libxklavier16{a} libxres1{a} orage{a} tango-icon-theme{a} thunar{a} thunar-data{a} thunar-volman{a} 
  xfce-keyboard-shortcuts{a} xfce4{a} xfce4-appfinder{a} xfce4-mixer{a} xfce4-notifyd{a} xfce4-panel{a} xfce4-session{a} xfce4-settings{a} xfce4-terminal{a} xfce4-volumed{a} 
  xfconf{a} xfdesktop4{a} xfdesktop4-data{a} xfwm4{a} xscreensaver{a} xscreensaver-data{a} 
The following packages will be REMOVED:
  apper{u} apper-data{u} ca-certificates-java{u} coinor-libcbc3{u} coinor-libcgl1{u} coinor-libclp1{u} coinor-libcoinmp1{u} coinor-libcoinutils3{u} coinor-libosi1{u} 
  default-jre{u} default-jre-headless{u} firebird2.5-common{u} firebird2.5-common-doc{u} firebird2.5-server-common{u} fonts-opensymbol{u} fonts-sil-gentium{u} 
  fonts-sil-gentium-basic{u} hyphen-en-us{u} java-common{u} kde-plasma-desktop{a} kde-standard{a} kde-workspace{a} kde-workspace-bin{a} kdeaccessibility{u} kdeplasma-addons{a} 
  kdesudo{u} kscreensaver{a} libabw-0.1-1{u} libatk-wrapper-java{u} libatk-wrapper-java-jni{u} libboost-date-time1.55.0{u} libcdr-0.1-1{u} libclucene-contribs1{u} 
  libcmis-0.4-4{u} libdebconf-kde0{u} libe-book-0.1-1{u} libeot0{u} libetonyek-0.1-1{u} libexttextcat-2.0-0{u} libexttextcat-data{u} libfbclient2{u} libfbembed2.5{u} 
  libfreehand-0.1-1{u} libgconf2-4{u} libgee-0.8-2{u} libgltf-0.0-0{u} libgnome2-0{u} libharfbuzz-icu0{u} libhsqldb1.8.0-java{u} libhyphen0{u} liblangtag-common{u} 
  liblangtag1{u} liblistaller-glib0{u} libmspub-0.1-1{u} libmwaw-0.3-3{u} libmythes-1.2-0{u} libnspr4{u} libnss3{u} libodfgen-0.1-1{u} liborcus-0.8-0{u} libpackagekitqt4-0{u} 
  libpython3.4{u} libqapt-runtime{u} libqapt1{u} libreoffice{u} libreoffice-avmedia-backend-gstreamer{u} libreoffice-base{u} libreoffice-base-core{u} 
  libreoffice-base-drivers{u} libreoffice-calc{u} libreoffice-common{u} libreoffice-core{u} libreoffice-draw{u} libreoffice-help-en-us{u} libreoffice-impress{u} 
  libreoffice-java-common{u} libreoffice-kde{u} libreoffice-math{u} libreoffice-report-builder-bin{u} libreoffice-sdbc-firebird{u} libreoffice-sdbc-hsqldb{u} 
  libreoffice-style-galaxy{u} libreoffice-style-oxygen{u} libreoffice-writer{u} librevenge-0.0-0{u} libsctp1{u} libvisio-0.1-1{u} libwpd-0.10-10{u} libwpg-0.3-3{u} 
  libwps-0.3-3{u} listaller{u} lksctp-tools{u} lp-solve{u} mythes-en-us{u} openjdk-7-jre{u} openjdk-7-jre-headless{u} plasma-dataengines-workspace{p} plasma-desktop{p} 
  plasma-scriptengine-python{p} plasma-scriptengines{p} plasma-widget-lancelot{p} plasma-widgets-addons{p} plasma-widgets-workspace{p} python-kde4{p} python3-dbus{u} 
  python3-gi{u} python3-pykde4{u} python3-pyqt4{u} python3-sip{u} python3-software-properties{u} python3-uno{u} qapt-batch{u} software-properties-common{u} 
  software-properties-kde{u} task-desktop{u} task-kde-desktop{a} tzdata-java{u} unattended-upgrades{u} uno-libs3{u} ure{u} 
The following packages are RECOMMENDED but will NOT be installed:
  gvfs tumbler 
0 packages upgraded, 52 newly installed, 120 to remove and 24 not upgraded.
Need to get 18.6 MB of archives. After unpacking 515 MB will be freed.
Do you want to continue? [Y/n/?] 
Pour le moment, ca va, a part les accents que je n'ai pas retrouves, cette fois,
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

Code : Tout sélectionner

$ apt-cache policy locales

Code : Tout sélectionner

$ locale

Code : Tout sélectionner

# locale
a part les accents que je n'ai pas retrouves
Quel est ton live-cd ?
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Code : Tout sélectionner

user@debian:~$ apt-cache policy locales
locales:
  Installed: 2.19-18+deb8u4
  Candidate: 2.19-18+deb8u4
  Version table:
 *** 2.19-18+deb8u4 0
        500 http://http.debian.net/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status
     2.19-18+deb8u3 0
        500 http://security.debian.org/ jessie/updates/main amd64 Packages
        
user@debian:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

root@debian:/# locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Je ne te fais pas trop de miseres ?
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Belzebuth a écrit :Quel est ton live-cd ?
debian live kde 8.4.0 amd 64, pas forcement dans cet ordre-la
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

moi a écrit :$ apt-cache policy locales
C'est de ma faute.
apt-cache policy locales, depuis le chroot.

Soit :

Code : Tout sélectionner

root@debian:/# apt-cache policy locales
PS: vigilance sur le prompt.
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
wetaskiwin
Membre très actif
Membre très actif
Messages : 1023
Inscription : 23 avr. 2016, 19:06
Localisation : Île de France
Status : Hors-ligne

Code : Tout sélectionner

root@debian:/# apt-cache policy locales
locales:
  Installed: 2.22-7
  Candidate: 2.22-7
  Version table:
 *** 2.22-7 0
        500 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
        500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages
        100 /var/lib/dpkg/status
     2.19-18+deb8u4 0
        500 http://ftp.fr.debian.org/debian/ stable/main amd64 Packages
     2.19-18+deb8u3 0
        500 http://security.debian.org/ stable/updates/main amd64 Packages
On cède d’abord sur les mots et puis, peu à peu, aussi sur les choses (Sigmund Freud - Psychologie des foules et analyse du moi)
Répondre