Linux/ubuntu Installing/Uninstalling Software

Source: Internet
Author: User
1. Install the. deb file

To install chrome, for example:

(1) to the official website to download the corresponding version of the Chrome browser, such as Google-chrome-stable_current_i386.deb;

(2) Ctrl+alt+t open terminal, into the directory of the Deb file (the default "Downloads", the Chinese Operating system is "download");

CD ~/downloads

(2.5)

(3) Deb Package installation command:

sudo dpkg-i google-chrome-stable_current_amd64.deb

You may encounter problems in which the display:

Dpkg:dependency problems prevent configuration of ...

...

Package Libxss1 are not installed.

Because of a dependency on the package, install the dependency package "Libxss1"

(4) Install the dependency package to resolve the problem:

sudo apt-get install-f Install

(5) To complete the above operation, the prompt installation of "Y", enter, and then installed.

(6) Startup program (terminal start or ALT+F2 search program)

Google-chrome

Linux/ubuntu Installing/Uninstalling Software

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.