J'ai essayé Sudo apt-get install xubuntu-desktop
. C'était comme ça:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xubuntu-desktop : Depends: gtk2-engines-pixbuf but it is not going to be installed
Recommends: abiword but it is not going to be installed
Recommends: abiword-plugin-grammar but it is not going to be installed
Recommends: abiword-plugin-mathview but it is not going to be installed
Recommends: brltty-x11 but it is not going to be installed
Recommends: gimp but it is not going to be installed
Recommends: gthumb but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Quelqu'un sait ce que cela signifie et comment y remédier?
`
On dirait que vous avez une mise à jour ou une installation logicielle défectueuse, donc soit votre apt-cache est foiré, soit votre dpkg ne reçoit pas de verrou. Premier essai
Sudo dpkg --configure -a
Ensuite:
Sudo apt-get update
Sudo apt-get autoclean
Sudo apt-get clean
Sudo apt-get autoremove
Sudo dpkg --remove -force --force-remove-reinstreq broken-packagename
Facultativement, pour supprimer l'unité:
Sudo apt-get purge ubuntu-default-settings
Sudo apt-get purge ubuntu-desktop
Sudo apt-get autoremove