I just installed a cisco vpn. And after installing some required libraries I got the option to get rid of “unused” libraries. So I did ‘sudo apt autoremove’ as suggested. After I rebooted I no longer have a either x11 or wayland in the drop down menu. I can no longer login via the GUI.

Running latest Debian.

Where did I go wrong? Any immediate help appreciated 🙏

Edit: The Cisco VPN required me to download libkit2gtk-4.0-dev if that has anything to do with it?

  • Guenther_Amanita@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I recommend checking out Fedora Silverblue and other immutable distros, or, at least, use more containerization like Flatpak and Distrobox.

    When the programs are all in their own small environment, they at least don’t affect the base system like deleting the DE or other important packages when something goes wrong or changes dependencies.


    But, in your case, try switching to tty (CTRL + ALT + F2) and installing the DE base (e.g. gnome-desktop). This will co-install all other dependencies, like X11.


    Remember to always backup everything and reading thoroughly when using sudo in the future. And, maybe, check out the tips from my first paragraph :)