Linux Software Management

Source: Internet
Author: User

There are two ways to install software under Linux:

1, source Installation

After downloading to the source code, unzip. And then do the following.

a)./configure generates a makefile file based on the current operating environment (this step is not required if there is a makefile file).

b) Make Clean/make

c) make install generates a corresponding. install file containing the corresponding application header files and libraries, and the software is also configured in the system.

2, online installation

Debian/ubuntu apt-get Install xxx (dpkg mechanism)

fedora/red hat yum install xxx (RPM mechanism)

3,rpm

Radhat Package Manager,

Query (whether the query XXX software is installed) Rpm-qa|grep xxx.

Yum command, remove, query update, query Yum server command, yum install/update/remove/list updates/search/

Linux Software Management

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.