Ubuntu to install new software, already have the Deb install package

Source: Internet
Author: User

If Ubuntu installs new software, it already has a Deb installation package (for example: Iptux.deb), but cannot log on to the desktop environment. How do I install it? The answer is: Use the dpkg command.
The common format of the dpkg command is as follows:
sudo dpkg-i iptux.deb# View details of the Iptux.deb package, including software name, version, and size (where-I is equivalent to--info)
sudo dpkg-c iptux.deb# View the file structure included in the Iptux.deb package (where-C is equivalent to--contents)
sudo dpkg-i iptux.deb# Installing the Iptux.deb package (where-I is equivalent to--install)
sudo dpkg-l iptux# View information for Iptux packages (software names can be viewed through dpkg-i commands, where-L is equivalent to--list)
sudo dpkg-l iptux# View all files installed by the Iptux package (software name can be viewed by Dpkg-i command, where-L is equivalent to--listfiles)
sudo dpkg-s iptux# View details of the Iptux package (software name can be viewed through the dpkg-i command, where-S is equivalent to--status)
sudo dpkg-r iptux# uninstall Iptux software package (software name can be viewed by Dpkg-i command, where-R is equivalent to--remove)
Note: The dpkg command does not automatically resolve dependencies. If you install a Deb package that has a dependent package, you should avoid using this command, or install the dependent package in a dependency order.

Ubuntu to install new software, already have the Deb install package

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.