Installation of deb package under Ubuntu

deb is the installation format of debian linus, very similar to the rpm of red hat, the most basic installation command is:

dpkg -i file.deb

dpkg is the abbreviation of Debian Package. It is a package management system specially developed for Debian to facilitate software installation, update and removal. All Linux distributions from Debian use dpkg, such as Ubuntu, Knoppix, etc.
Here are some common usages of Dpkg:

1、 dpkg -i  <package.deb>
Install a Debian package, such as a file you downloaded manually.

2、 dpkg -c <package.deb>
List<package.deb>Content.

3、 dpkg -I <package.deb>
From<package.deb>Extract package information from.

4、 dpkg -r <package>
Remove an installed package.

5、 dpkg -P <package>
Completely remove an installed package. Unlike remove, remove only deletes data and executable files, while purge also deletes all configuration files.

6、 dpkg -L <package>
List<package>List of all files installed. Also see dpkg-c to check one.The contents of the deb file.

7、 dpkg -s <package>
Display information about installed packages. Also see apt-cache displays package information in the Debian archive, and dpkg-I to show from a.Package information extracted from the deb file.

8、 dpkg-reconfigure <package>
Reconfigure an installed package if it uses debconf(debconf provides a unified configuration interface for package installation)。

Recommended Posts

Installation of deb package under Ubuntu
Installation of Docker CE under Ubuntu
Installation and uninstallation of CUDA under Ubuntu 16.04
Ubuntu offline installation package
LNMP installation under Ubuntu
Installation of pulseaudio and API usage under Ubuntu 12.04
Use of mediawiki under ubuntu
Install rgl package under Ubuntu
Installation and use of GDAL in Python under Ubuntu
Installation and usage instructions of rz/sz command under ubuntu
Happy installation of Jenkins in ubuntu
Installation under centos6.9 of jenkins learning
Redis installation under ubuntu and windows
Ubuntu 16.04 installation graphic tutorial under VMware 12
Coexistence of CUDA8.0 and CUDA9.0 under Ubuntu 16.04
Detailed explanation of quick installation and configuration of Subversion (SVN) under Ubuntu
Ubuntu16.04 mirror complete installation tutorial under VMware
ubuntu Docker installation and deployment of Rancher
Installation of python common libraries under windows
Installation and use of Mysql under CentOS
Installation and configuration of redis under centos7
Installation and deployment of Nginx in Ubuntu
The implementation of the Ubuntu18.04 installation Pycharm tutorial
Installation and use of Win10 subsystem Ubuntu
DLNA/UPnP Server installation and configuration under Ubuntu 12.04
UBUNTU 16.04 installation diary
ubuntu 1804 installation details
Ubuntu package management
Ubuntu system installation
Ubuntu installation record
ubuntu 18.04 installation (UEFI+GBT)
ubuntu installation error
Expand the disk size of Ubuntu under VMware
Install the old version of seurat under Ubuntu
The solution to the failure to install .deb under Ubuntu 16.04
Problems encountered in pip tool installation under Ubuntu
Installation and configuration of rsync server under CentOS 6.5
Kaldi installation and configuration graphic tutorials under Ubuntu
Installation, configuration and uninstallation of GitLab in Ubuntu19.1
Non-Root installation of Microsoft R Open under Centos
Installation and use of SSH in Ubuntu environment
From installation to entry of FastDFS under Centos7
Manual for Ubuntu Installation
Install node.js under Ubuntu
Installation and cracking of confluence6.3 operation records under Centos
The default installation path of apt-get install of ubuntu (transfer)
How to repackage Deb files under Debian and Ubuntu
Ubuntu16.04 mirror complete installation and configuration tutorial under VMware
Ubuntu16.04 installation partition settings
ubuntu redis php installation
Install mysql under Ubuntu 16.04
Install Thrift under ubuntu 14.10
Install nvidia graphics driver under Ubuntu (easy installation method)
Install OpenJDK10 under Ubuntu
Install Caffe under Ubuntu 14.04
Python MySQLd under Ubuntu
Start working under ubuntu
Installation and cracking of Jira7 operation records under Centos
Detailed explanation of static DNS configuration under Ubuntu system
Ubuntu introduction and installation
[python] python2 and python3 under ubuntu