Linux common commands-39: dpkg

The dpkg command is a tool for installing, creating and managing software packages in Debian Linux systems.

Syntax format: dpkg [parameter]

Common parameters:

Example

 # 安装软件包dpkg -i test.deb # 显示已安装的软件包dpkg -l # 显示软件包中的内容dpkg -c test.deb # 删除软件包dpkg -r test.deb

This article is reprinted from https://xugaoxiang.com/2022/06/11/linux-cmds-39-dpkg/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment