%20en%20DEBIAN.png)
Estoy intentando instalar el entorno de escritorio en Debian en VM
gnomo:
apt-get install gnome-desktop-environment
Error de lanzamiento:
Reading package lists.. Done
Building dependency tree
Reading state information.. Done
You might want to run 'apt-get-f install' to correct these;
The following packages have unmet Dependencies:
gnome-desktop-environment : Depends: gnome(>=1:3.4+7+deb7u1) but it is not going to be installed
liblouis2 : Depends: liblouis-data but it is not going to be installed
python-pyatspi2 : Depends: python-pyatspi(=2.5.3+dfsg-3) but it is not going to be installed
tracker-gui: Depends: tracker(=0.14.1-3) but it is not going to be installed
E:Unmet dependencies. Try apt-get install with no packages(or specify a solution).
Luego probé este código
apt-get -f install
Se encontraron errores al procesar
/var/cache/apt/archives/tracker_0.14.1-3_amd64.deb
/var/cache/apt/archives/liblouis-data_2.4.1-1_all.deb
/var/cache/apt/archives/libatk-adapter_2.5.3-2_amd64.deb
/var/cache/apt/archives/libgail-common_2.24.10-2_amd64.deb
/var/cache/apt/archives/python-pyatspi_2.5.3+dfsg-3_all.deb
E: sub-process /usr/bin/dpkg returned an error code(1)
Y también probé el siguiente código pero fallé.
# apt-get install aptitude tasksel
# tasksel install gnome-desktop --new-install
Respuesta1
Aumento de espacio en el dispositivo mediante el siguiente comando
# lvextend -L10G /dev/mapper/vg0-usr
# resize2fs /dev/mapper/vg0-usr
Después de eso ejecuto
# apt-get install aptitude tasksel
# tasksel install gnome-desktop --new-install
Ejecutado con éxito