How can I install the tar.gz package under Linux

Source: Internet
Author: User
Who can teach me how to install the tar.gz package under linux- Linux general technology-Linux technology and application information? For details, refer to the following. Now there are not many things in tar.gz. The software package with tar.gz and tar.bz2 is mostly installed through./configure; make install; some software is directly make; make install;

We can use. /configure -- help to view the functions of the configuration software. Most of the software is provided. /configure configures the functions of the software; a few do not, if not, do not use. /configure; directly make; make install;

. One of the most important parameters of/configure is -- prefix. With the -- prefix parameter, we can specify the software installation directory. If we don't need this software, simply delete the Software Directory;

For example, you can specify that fcitx is installed in the/opt/fcitx directory;

[Root @ localhost fcitx] #./configure -- prefix =/opt/fcitx

If you do not need fcitx, you can directly Delete the/opt/fcitx directory;

In this example, if fcitx is customized to the/opt/fcitx directory, the complete installation method should be:
QUOTE:
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.