(note) How to install tar.gz software inside ubuntu12.4

Source: Internet
Author: User


In general this is the source code. Download them first. Then CD to the download directory. Unzip the XXX.tar.gz with Tar Xvfz. Then go to the extracted directory.
Hit the./configure build configuration file. Play make to compile the source code, generate the library and the executable file. Final make install.
In the final step may be copied files into the system directory, so may require system permissions, General Linux system with sudo make install, other systems please refer to the system help.

tar.gz (BZ or bz2, etc.)
First, installation
1. Open a shell, that is, the terminal
2. Use the CD command to enter the directory where the source code compression package is located
3. Unzip the file according to the package type (* represents the package name)
TAR-ZXVF ****.tar.gz tar-jxvf ****.tar.bz (or bz2)
4. Use the CD command to enter the unzipped directory
5. Enter the compile file command:./configure (some compression packages have been compiled, this step can be omitted)
6. Then the command: Make
7, then the installation file command: Make install
8, Installation completed

(note) How to install tar.gz software inside ubuntu12.4

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.