How to install software in Fedora

Source: Internet
Author: User
After finding the desired software on the Internet, many of the files downloaded are tar.gz files. In the past, manual decompression was required for such files in the terminal. Currently, Fedora is a "advanced product. You can directly right-click the extract option to complete the decompression, which is quite convenient. After compression, the file is installed. The general step is to try a few times in the terminal, and sometimes the root permission is required. 1. Run the cd command to enter the decompressed folder, which is the same as dos. Only when listing the file list

After finding the desired software on the Internet, many of the files downloaded are tar.gz files. In the past, manual decompression was required for such files in the terminal. Currently, Fedora is a "advanced product. You can directly right-click the extract option to complete the decompression, which is quite convenient.

After compression, the file is installed. The general step is to try a few times in the terminal, and sometimes the root permission is required.

1. Run the cd command to enter the decompressed folder, which is the same as dos. Only ls is required when listing the file list, instead of dir.

2. type./configure. If there is no error, go to the next step.

3. Type make. If there is no error, go to the next step.

4. Type make install. If there are no errors, the program you want to install will be correctly installed on your machine!

5. However, it is generally estimated that the newly installed system will have errors, because many packages, libraries, and other things are not typed. Just find the meaning of the error content on the Internet, this is a difficult process, but it is also a long process.

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.