Nala – A Feature-rich Commandline Frontend For APT Package Manager

Apt, stands for “Advanced Package Tool”, is the default, command line package manager for Debian, Ubuntu and its derivatives such as Elementary OS, Linux Mint and Pop!_OS. Using apt, we …

How to Clear Apt Cache

When you install packages in Debian/Ubuntu using the apt-get command, a copy of the .deb file is locally stored. This helps in case you need to reinstall them after removal, …

How To Find The List Of Installed Repositories From Commandline In Linux

This brief tutorial explains how to find the list of installed repositories in Linux from command line. Listing the installed repositories from CLI mode is not only easier, but also …