RHEL 6 Software Installation

Source: Internet
Author: User

 

Compression and decompression in Linux

.Tar.gz zip package

.Tar.bz2 zip package

 

Extract

.Tar.gz

Tar-zxf file name Extraction

-Z zip

-X Extract

-F name

-C. Place the extracted items in another directory.

 

Make a compressed package

The directory where the tar-zcf file name is extracted and put into the compressed package

-Z zip

-C: Create a compressed package

-F name

 

.Tar.bz2

Extract tar-jxf file name

-J bzip2 Mode

-X Extract

-F name

-C. Place the extracted items in another directory.

 

Make a compressed package

The directory where the tar-jcf file name is extracted and put into the compressed package

-J bzip2 Mode

-C: Create a compressed package

-F name

 

Rpm is a special compressed package.

-I installation (decompression and other work under the/directory)

-E Delete

-Q: Check whether the name is installed. If nothing is displayed, it indicates no installation.

-Qa: Query all software packages installed in the system.

-Qf: queries the software package from which a file or directory comes from.

 

Installation of source code software (general steps)

1. Download Software

2. Extract

3. Enter the extracted directory.

4. Execute./configure for pre-Installation check and Configuration

5. make compilation software

6. make install after compilation

 

 

This article is from the blog "Wang Dao-Xu zhongzhi (MakeWong )".

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.