Dear forum members,
I have been using LMDE and been doing upgrades without any problem.
Then after one update, I had to do a cold restart. And then the computer only boots into the tty (1-6) terminals.
Having tried hitting Ctrl-Alt-F7 but without luck, I logged in tty1 and did a 'startx' - all that I had on the screen was a movable mouse.
Eventually, I figured out that
/etc/X11/default-display-manager
points to
/usr/sbin/gdm3
And gdm3 has not been installed.
I tried to install gdm3 from within the tty1 by doing a:
$ sudo apt-get install gdm3
but I got some error messages:
The following packages have unmet dependencies:
gdm3 : Depends: libcanberra-gtk3-0 (>= 0.25) but is it not going to be installed
Depends: libgtk-3-0 (>= 3.0.0) but it is not going to be installed
Depends: gnome-session-bin (>= 3.0) but it is not going to be installed
Depends: policykit-1-gnome but it is not going to be installed
Recommends: zenity
Recommends: gnome-power-manager (>= 2.28) but it is not going to be installed
Recommends: gnome-settings-daemon but it is not going to be installed
Recommends: gnome-icon-theme but it is not going to be installed
E: Unable to correct problems, you have held broken packages
Eventually, some packages above also points to the package 'libfontconfig1'. But apt-get said it is already the newest version.
Question 1: How do I fix the display manager problem without totally reinstalling.
Question 2: There is a problem about 'update-initramfs' probably because of the forced shutdown during update. How can I fix these "not fully installed or removed" packages?
Thank you very much for your help and suggestions in advance.
- MJ




