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.