Linux installation Software command in the detailed

Source: Internet
Author: User

Summary of software installation methods under Linux:


First, RPM package installation method steps:

1, find the corresponding package, such as soft.version.rpm, download to the local directory;

2, open a terminal, Su-into the root user;

3, the CD soft.version.rpm is located in the directory;

4. Input RPM-IVH soft.version.rpm



Second, the Deb package installation method steps:

1, find the corresponding package, such as Soft.version.deb, download to the local directory;

2, open a terminal, Su-into the root user;

3, the CD Soft.version.deb is located in the directory;

4. Input Dpkg-i Soft.version.deb



Three, tar.gz source code package installation method:

1, find the corresponding package, such as soft.tar.gz, download to the local directory;

2, open a terminal, Su-into the root user;

3, the CD soft.tar.gz is located in the directory;

4, TAR-XZVF soft.tar.gz//general will generate a soft directory

5. CD Soft

6,./configure

7. Make

8. Make Install



Four, tar.bz2 source code package installation method:

1, find the corresponding package, such as soft.tar.bz2, download to the local directory;

2, open a terminal, Su-into the root user;

3, the CD soft.tar.bz2 is located in the directory;

4, TAR-XJVF soft.tar.bz2//general will generate a soft directory

5. CD Soft

6,./configure

7. Make

8. Make Install



Five, APT mode installation:

1, open a terminal, Su-into the root user;

2, Apt-cache search Soft Note: Soft is the name of the software you are looking for or related information

3, if 2 found the software soft.version, then use the Apt-get install soft.version command installation software Note: As long as you can surf the Internet, only need to use Apt-cachesearch to find software, with Apt-get install software



Six, bin file installation:

If the name of the software you downloaded to is Soft.bin, which is generally an executable file, the installation method is as follows:

1, open a terminal, Su-into the root user;

2, chmod +x Soft.bin

3./soft.bin//Run this command to install the software






Linux installation Software command in the detailed

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.