Summarize the software installation under Linux

Source: Internet
Author: User
Best Practices for installing software

Although we know that there are three ways to install software under Linux, namely, source code installation, RPM package installation and Yum installation, but from controllability and combined with their current level, the following two ways to install the program are preferred.

1, install with RPM package

In general, first download the corresponding RPM package under Windows, then copy to the Linux server via the WINSCP tool and install it via the following command.

RPM-IVH xxx.rpm

2, installing with source code

If no RPM packages are available, you can choose to install the source code at this time.

Check for installed software
  1. RPM package installed, can be seen with RPM-QA, if you want to find out if a package is installed, with Rpm-qa | grep "Software or package name"
  2. If you installed it in source code, you can use the Locate command or the Find command to search by keywords.
  3. Yum method installed, can be found with Yum list installed, if it is to find the specified package, with Yum list installed | grep "software name or package name"

Summarize the software installation under Linux

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.