Read‐04 - Skalyx866/Notes GitHub Wiki

What is Ubuntu?

Ubuntu is a distribution of linux which is an open source and free operating system that is maintained by the community.

Why would you choose to install the LTS version over regular Ubuntu releases?

You would choose to install the LTS version over regular Ubuntu releases mainly because it stands for Long Term Support which means it is the one that is constantly getting updated and getting patches while the others are not being maintained.

What is the Ubuntu GNOME Shell?

The Ubuntu GNOME Shell is the graphical user interface that belongs to GNOME. It contains a complete desktop environment along with a terminal emulator

How do I install software from the command line?

You would install software from the command line by typing sudo apt-get install (name of software)

Things I would like to know more about

I would like to know more about the inner depths of linux systems and what is all needed to make them work, especially with how the package managers function

Source: The Complete guide to Ubuntu