Gms9810 wrote:
The last one tells me to start in safe mode and check the option to try to fix broken packages. I researched how to start in safe mode and it said to hold down the esc key while it booted, I tried that and it doesn't work.
Rather than the kind of "safe mode" that's available in Windows, Linux uses a basic set of
Runlevels. Runlevel 5 (which is normally the default Runlevel in most distros) will start up in multi-user mode, enable networking and load your
display manager (X Windows). Runlevels below 5 don't load up the display manager and it's sometimes beneficial to update your system (or run other system commands) without the display manager running.
Package manager operations can be ran just as easily from the bash prompt as they can using the package manager's GUI. For example, you can boot into Runlevel 3 and execute your updates or other package manager (
apt-get quikref ) operations from the command line (as root).
You can run into problems when updating in Runlevel 3 if you use certain GUI based Network Applications (like NetworkManager Applet) to make you network connection. That's because you don't connect to the network/router unless you have the GUI running. If that's the case, you'll have specify to load network services at startup. If you just want to get over to the bash prompt for updating or other apt-get functions, go ahead and load up the DE, connect to the Internet and Ctrl-Alt-F2 to get to the command line (Ctrl-Alt F1 takes you back to the DE).
In Fedora, I have the option to select run level on the fly (at boot-up) using GRUB. You'll have to check to see how Runlevels are specified on your specific Linux distro.
Sorry to ramble on but I'm just trying to pass along some information that you will hopefully find useful at some point.
By the way, Fedora has official spins of both
LXDE & XFCE.
