How to Optimize the apt Package Manager on Debian-Based Linux Distributions
When it comes to Linux and installing software via the package manager, you can always ensure the system will be aware of the package, updates are easily applied and systems can always be repaired (should they go awry).
In this guide, Jack Wallen writing for TechRepublic Premium, explains how to make the most out of the apt package manager on Debian-based Linux distributions.
Featured text from the download:
HOW TO USE APT TO INSTALL APPLICATIONS LIKE A PRO
Let’s start off with the basic usage. Before we do, know that there are two ways to use apt: Either via apt or apt-get. What’s the difference? For the most part, apt and apt-get are the same tool. However, by design, apt was created to be the user-facing tool and does not need to be backward compatible (as does apt-get).
The apt system works by checking itself against remote repositories that are configured on the system. Let’s consider the installation of the Apache web server. To install this web server, you’d issue the command:
sudo apt install apache2 -y
Enhance your Linux knowledge with our in-depth eight-page PDF guide. Previously priced at $49, this is now available for download at just $9. Alternatively, enjoy complimentary access with a Premium annual subscription. Click here to find out more.
TIME SAVED: Crafting this content required 18 hours of dedicated writing, editing and research.
Resource Details
* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.
* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.