Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.1 KB

File metadata and controls

27 lines (18 loc) · 2.1 KB

Readings 4: Installing Ubuntu Linux

What is Ubuntu? • Ubuntu is a popular open-source Linux-based operating system. It is known for its user-friendly interface and strong community support. Ubuntu is free and often used for desktop and server computing. "Ubuntu" comes from an African philosophy emphasizing community and interconnectedness.

Why would you choose to install the LTS version over regular Ubuntu releases? • Stability: LTS releases are supported for five years, providing a stable and reliable platform. • Extended Support: Regular releases have a shorter support period, while LTS versions receive security updates and bug fixes for longer. • Production Environments: LTS is the preferred choice for servers, workstations, and production environments where continuity and reliability are crucial. • Predictable Upgrades: LTS-to-LTS upgrades are more seamless, as you can skip intermediate releases, reducing potential disruptions. • Reduced Maintenance: LTS versions require less frequent system upgrades and reconfiguration, saving time and effort. • Easier Planning: The support timeline helps with long-term system maintenance and update planning.

What is the Ubuntu GNOME Shell? • The Ubuntu GNOME Shell is a version of Ubuntu that uses the GNOME desktop environment as its default user interface. It offers a different look and feel than the standard Unity interface in older Ubuntu releases.

How do I install software from the command line? • To install software from the command line, use package management tools like apt on Debian/Ubuntu. First, update the package repository information with apt update or yum/dnf update, and then install the desired software with apt install or yum/dnf install, replacing "package-name" with the software you want. Always use sudo for superuser privileges when running these commands.

Resources Used: • https://web.archive.org/web/20220312030901/https://www.lifewire.com/beginners-guide-to-ubuntu-2205722https://www.youtube.com/watch?v=5ocq6_3-nEw

Lab: https://docs.google.com/document/d/1xxjiprVy53Gf3HKxhxID0-rLz9fctAEQBois9BVmmDo/edit?usp=sharing