Software Installation under Ubuntu

Source: Internet
Author: User
Tags deb file format

1. Software Installation

The first step in the recent start of switching from Windows to Linux for PCs is to install some personal software that used to be installed with Yum or Apt-get before playing Linux.

Here's how to download a file from the official website and install it.

To install Google Browser as an example, first download the Linux version of the source files from the official website, generally down is the Deb file format.

Then use the following command:

Dpkg-i XX (here is your package name)

Then the installation process often occurs first, requires a certain dependency, resulting in the installation is not possible.

Install dependencies with the following command

Apt-get-f Install

After the successful installation has come, re-install the package by the first command, and then install the package successfully.

2, Software location view

Software installed through the DPKG command is installed to the location specified by the package.

Below we use the command to view the software installation location.

First of all, we need to know the specific name of the software installed, through the instruction Dpkg-l | grep XX (This can be part of the package name) parameter is lowercase l

Then get the full software name from the previous step, get the location dpkg-l YY (here is the full name of the software)

Software Installation under Ubuntu

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.