Install Deb Files In Ubuntu

Ubuntu is one of the most popular Linux distributions with its packages. Ubuntu uses the deb packages in order to install software and tools. The deb packages contain binaries, documentation, libraries, and configurations of the application. The Ubuntu distribution uses the deb package in order to manage and install the software. We can install the … Read more

How To Add Apt Repository In Ubuntu and Debian?

How To Add Apt Repository In Ubuntu and Debian?

Ubuntu and Debian use the apt repositories in order to download and install packages. Apt repositories provide the *.deb packages with their metadata information. Ubuntu and Debian provide official Apt repositories with a lot of packages. But in some cases 3rd party apt repositories can be used to install different software packages. The add-apt-repository command … Read more

How To List Installed Packages In Ubuntu?

How To List Installed Packages In Ubuntu?

Ubuntu is a popular Linux distribution that uses *.deb packages. The package management can be done via different ways or tools like apt, apt-get, dpkg, GUI Package manager, etc. You may ask how can you list installed packages in Ubuntu for different cases by using different tools. List Installed Packages with apt Command The apt … Read more