dpkg – POFTUT

What Is APT (Advanced Package Tool) For Linux?

What Is APT (Advanced Package Tool) For Linux?

Apt or Advanced Package Tool is a tool or application which is used to manage packages on Linux distributions. In Linux terminology, a package is an application, library, tool which is similar to the program on Windows. Linux distributions generally use centralized repositories to install and update applications where the package is provided by these … Read more

How To Clean Unused Packages with Apt Autoremove?

Linux distributions uses package managers in order to install new software. apt is one of the most popular package management tool. Over time installed packages will be hold in the operating system. This is will create some overhead for disk usage. In this tutorial we will look to to remove this cached and unused packages. Use … Read more

“Perl warning Setting locale failed” Error and Solution In Linux

All operating systems uses some locale settings to properly interpret language related data. In Linux this settings are called as locale and used even without GUI or desktop environment. They are generally configured during installation of the operating system but also changed after installation. “Perl warning Setting locale failed” is mostly occurring error after installation. Which … Read more

How To Apt-Get Update, Upgrade, Dist-Upgrade, Full-Upgrade, and Their Similarities and Differences?

How To Apt-Get Update, Upgrade, Dist-Upgrade, Full-Upgrade, and Their Similarities and Differences?

deb based distributions provide apt or apt-get to manage packages interactively and from network repositories. While updating packages update, upgrade or dist-upgrade can be used. But what is the difference between these two commands. In this tutorial, we will look at this issue. Apt-Get/Apt Update updatecommand will simply get the packages information from repositories. These … Read more

How To Update and Upgrade Ubuntu, Debian, Mint, and Kali?

How To Update and Upgrade Ubuntu, Debian, Mint, and Kali?

Ubuntu, Debian, Kali, and Mint use the same package management software named dpkg and apt. Updating OS is an important part of the system administration. We will look at how to update and upgrade deb based distributions. Update Package Index The first step to updating packages for Ubuntu, Debian, Kali, and Mint is updating the … Read more

How To Remove Packages From Ubuntu, Debian, Mint and Kali with Apt-Get Uninstall Command with Examples

How To Remove Packages From Ubuntu, Debian, Mint and Kali with Apt-Get Uninstall Command with Examples

apt-get is a standard package manager provided by popular distributions like Ubuntu, Debian, Mint, and Kali. We can use apt-get remove and purge in order to remove packages from the system. apt-get This package manager provides a lot of options in order to manage packages precisely. We have already examined very complete tutorial about apt-get … Read more

How To Solve ” sub process usr bin dpkg returned an error code 1″ Error?

dpkg is a tool used to install packages into a Debian, Ubuntu, Mint, Kali or deb based distribution. Generally package managers works without problem. But in some situations there may be some errors about package installation. One of the most popular dpkg error is sub process usr bin dpkg returned an error code 1 . … Read more

Ubuntu, Debian, Kali, Mint Apt-Get Search Tutorial with Examples

Ubuntu, Debian, Mint, Kali and other related distributions uses apt-get as package manager. All of these distributions are deb or dpkg related distributions. apt-get provides different type of commands to list, search, install, remote, revert etc. Detailed information about apt-get can found in the following tutorial. http://www.poftut.com/apt-and-apt-get-tutorial-with-examples/ In this tutorial we will look apt-cache search command in detail. Search Packages We … Read more

Dpkg Error “Dpkg Was Interrupted” and Solution

This is a small post about dpkg error. Dpkg is a tool used to manage package installation, removing, update of distributions like Debian, Ubuntu. Actually dpkg can be used distributions like Fedora, CentOS, RedHat but their default package manager is rpm. Error Here is the problem while install a package with apt-get or dpkg directly … Read more