How To Install Deb Package via Command Line Interface?

The Deb package is used to install software for Linux distributions like Debian, Ubuntu, Mint, Kali etc. These distributions are called deb-based distributions as their default package management system is based on deb packages. The deb packages can be installed via the command line interface by using different commands and package managers which provide the … Read more

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

“apt get install” Command Tutorial

"apt get install" Command Tutorial

apt-get install command is one of the most useful commands for the deb-based distributions. The apt is a package manager mostly used by deb-based distributions. Deb-based distributions mean distributions using the deb packages like Debian, Ubuntu, Mint, Kali, etc. The “apt-get install” command is also used as “apt install” which provides the very same features … 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

List Upgradeable Packages with apt In Ubuntu

List Upgradeable Packages with apt In Ubuntu

Ubuntu uses the apt and apt-get command in order to manage packages. The apt is the next-generation update of the apt-get command and provides the same features with some extra useful features. The apt command can be used to list upgradeable packages before and upgrade. Update Package and Repository Information with “apt update” The apt … Read more

How To Install .deb Packages (GUI& Command Line)?

How To Install .deb Packages (GUI& Command Line)?

Linux distributions like Debian, Ubuntu, Mint, Kali, etc. uses .deb packages in order to install new software. These .deb packages can be provided via different ways like a central repository, file server, USB, web page, etc. After acquiring a .deb package it should be installed into the current system. Even in most cases, centralized package … Read more