5. install software in linux

Source: Internet
Author: User
5. install software in linux 4. the full name of commonly abbreviated commands in linux is linuxtarball. recommended 1. extract the tarball data to/usr/local/src (as shown in the file name) cd/usr/local/srctar-zvxfsoftwareCode.tar.gz2... 5. install software in linux 4. the full name of the commonly abbreviated commands in linux is linux tarball. recommended 1. decompress the tarball data to/usr/local/src (see the file name) cd/usr/local/src tar-zvxf softwareCode.tar.gz 2 each software is separately installed under/usr/local/softwareName (easy for reverse installation ). /configure -- help | less (check the parameters supported by configure ). /configure -- prefix =/usr/loc Al/softwareName (specify the installation path and generate the corresponding makefile file) make clean; makemake install3 add the man page of the software to vim/etc/man under man path. config MANPATH/usr/local/softwareName/man linux RPM and DPKG installation settings source sudo gedit/etc/apt/sources. list sudo apt-get update this command only updates the package list and does not update the software.
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.