Tips for beginners: basic installation of Tar in Linux

Source: Internet
Author: User
& Nbsp; 1. copy the installation file to your Directory. if you log on as root, copy the software to/root. Unzip cpxxx.tar.gz/root2, decompress. Unzip tarxvzfxxx.tar.gz or double-click extract. 3. check the compilation. #./Configure4. check passed  

1. copy the installation file to your Directory. if you log on as root, copy the software to/root.

# Cp xxx.tar.gz/root

2. decompress the package.

# Tar xvzf xxx.tar.gz

Or double-click to decompress the package.

3. check the compilation.

#./Configure

4. after the check is passed, the MakeFile file for compilation will be generated. In this case, you can start compiling.

# Make.

5. after compilation, start installation.

# Make install

6. after installation, clear the temporary files generated during compilation and files generated during configuration.

# Make clean

# Make distclean

So far, the installation is complete.

If you want to uninstall the SDK, run make uninstall.

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.