Installing Software with the Package Manager
Explore the process of installing software on an Ubuntu virtual machine using the apt package manager. Learn to update package lists and install tools like tree and unzip to enhance your command-line skills.
We'll cover the following...
We'll cover the following...
In Installing Additional Programs with a Package Manager, we learned how to use the apt package manager built into Ubuntu to install the tree command. We want this program installed on our virtual machine so we can use it in the next chapter to visualize directory structures. We also want the unzip command so we can decompress archives. Going through this process again will give us more practice installing additional ...