diegoman
Sat Jan 04, 2020 11:48:13 pm
As I was trying to install a printer in Zorin, I had to install "dbus" and "libtool" as necessary features; they were already installed but the installation program said the opposite, so I tried reinstalling as follows:
After rebooting, I lost access to the GUI / desktop, I can only login in the terminal. I tried lots of tutorials from other forums for other Linux distros but nothing has worked so far.
Just like that, I'm new to Linux. Hope you can help me, thanks in advance.
- Code:
sudo apt-get uninstall libtool
sudo apt-get remove libtool
sudo apt-get install libtool
sudo apt-get remove dbus
sudo apt-get install dbus
After rebooting, I lost access to the GUI / desktop, I can only login in the terminal. I tried lots of tutorials from other forums for other Linux distros but nothing has worked so far.
Just like that, I'm new to Linux. Hope you can help me, thanks in advance.