reading note 4 - carlosjorr/reading-notes GitHub Wiki

Read class 04

    • What is Ubuntu?

is one of the most popular and widely used operating systems in the world. Linux is used to power almost everything - from phones and tablets to home appliances, servers on the internet, and even supercomputers.

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

LTS releases are supported and maintained with security updates and bug fixes for five years after the initial release. Due to this, LTS releases are always the most stable and secure.

    • What is the Ubuntu GNOME Shell?

takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience.

    • How do I install software from the command line?

Ubuntu has by default something called APT. To install any package, just open a terminal (Ctrl + Alt + T) and type sudo apt-get install . For example, to get Chrome type sudo apt-get install chromium-browser.