In the Ubuntu system, in addition to starting the deb installation package through the desktop, you can also run the deb installation package through the command line, you need to use the dpkg command, the following small series will introduce you to Ubuntu using the dpkg command to start the deb installation. The method of the package, let's learn together.
dpkg command commonly used format is as follows:
sudo dpkg -I linuxidc.deb # to view details linuxidc.deb package, including software name, version, and size (where - I is equivalent to --info)
sudo dpkg -c linuxidc.deb#View the file structure contained in the linuxidc.deb package (where -c is equivalent to --contents)
Sudo dpkg -i linuxidc.deb#Install linuxidc.deb package (where -i is equivalent to --install)
sudo dpkg -l linuxidc#View linuxidc package information (software name can be passed dpkg - I command to view, where -l is equivalent to --list)
sudo dpkg -L linuxidc#View all files installed by linuxidc package (software name can be viewed by dpkg -I command, where -L is equivalent In --listfiles)
sudo dpkg -s linuxidc#View detailed information about linuxidc package (software name can be viewed by dpkg -I command, where -s is equivalent to --status)
sudo dpkg -r linuxidc# Uninstall linuxidc package (software name can be viewed by dpkg -I command, where -r is equivalent to --re Move)
Note: The dpkg command does not automatically resolve dependencies. If the installed deb package has dependencies, you should avoid using this command or install the dependencies in order of dependency.
The above is the way Ubuntu uses the dpkg command to run the deb installation package. This article describes the common format of the dpkg command in detail. You can choose the appropriate one to use.
Linux under the symbolic link is what we usually call soft links, and hard links ar
In the Linux command, the chown command can change the owner of the file. Generally, this command is
Linux is the most horrible problem with git bash. Once garbled, it will affect git
In the Windows system, if the application does not respond, we will start the task
How to use the df command to view Linux disk space?
How to set up the program to boot from Debian
Linux system how to switch the foreground process and background process
Logrotate tool usage summary in Linux system
Linux function library creation method
Linux network management command list
RedHat Linux system how to install wireless network card driver
How to solve Linux Chinese garbled?
How to create a video DVD in a Linux desktop environment
How to restore the boot partition deleted by CentOS 6
Win7 boot system backup failed error 0x80070422 how to do?
How to manually modify the default ost data file location of Outlook 2013 under Win8
Essential information 103 Windows XP Run Commands
Win10 Operation Center Settings Delete/Add Quick Action Button Method
Windows XP Tips Move "My Documents"
How to enable or disable the demo mode of Win8
Win8 disruptive pricing: increase OEM prices, lower personal thresholds
Windows8 puts shutdown, restart, logout, etc. into the right-click menu bar
How to solve XP system can not access Win10 system shared resources?