Install software in Ubuntu

Source: Internet
Author: User
There are several ways to install software in Ubuntu, commonly used is the deb package installation method, deb is the debian series of Linux package management method, ubuntu is a derivative of debian, this software installation method is also supported by default. After the software is downloaded to a deb format, it can be installed directly on the interface.

Another common installation method is to compile and install the source code. Many software will provide the source code to the end user. You need to compile and install the software by yourself. First, extract the source code to a directory using tar, go to the directory and run the following three commands:

./Configure

Make

Sudo make install

After the execution is complete, the software can be compiled and installed.

Another method is the apt-get installation method. APT is the Software Package Manager of Debian and its derivative releases. APT can automatically download, configure, and install software packages in binary or source code format, therefore, the process of managing software on Unix systems is simplified. Common installation commands are:

Sudo apt-get install software name

Sudo apt-get remove software name

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.