

This parameter may or may not be followed by any other parameter. It is controlled fully with the help of command-line parameters and the first parameter is referred to as the action parameter that is used to direct what to do.

We use the dpkg command to interact with packages on our system. What is the dpkg command?Įssentially, the man page describes it like this: “dpkg is a tool to install, build, remove and manage Debian packages.” Let’s talk about one of those package management utilities, the dpkg command in Linux today. This repository can be accessed by a package management service whenever required. All the packages on a system are stored in a local ‘repository’. These packages are used when you want to install a new program or service on their system. Essentially, packages are compressed archive of the files and dependencies required to install a program or service.

Packages help in delivering or installing any application on a Linux system. Let’s discuss the dpkg command in Linux in this article.
