Terminal is fun (Really)
Explore how to manage software packages in Linux using apt-get and apt-cache commands. Learn to update package databases, upgrade and install software, and remove packages effectively.
We'll cover the following...
We'll cover the following...
What is apt-get?
apt-getis a friendly command line tool to interact with the packaging system.
It requires administrator privileges (super user accessibility), henceforth, we’ll be using sudo with apt-get.
It can be used to find new packages, install, update and upgrade them.
...