Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use tar-xzvf in Fedora make to unlock this package

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to use tar-xzvf to unlock this package in Fedora make, I believe most people don't know much about it, so share this article for your reference. I hope you can learn a lot after reading this article. Let's learn about it together.

1. First, use tar-xzvf to unlock the package, such as # tar-xzvf apache_1_3_6_tar.gz, which creates a new directory in the current directory (the directory name is similar to the file name of the .tat.gz package) to store the extracted content. As in this case, it is apache_1.3.6.

two。 Enter this directory and use the ls command to view the included files, such as:

# cd apache_1.3.6

# ls

You can see which of the following files are contained in this directory: configure, Fedora makefile, or IFedora make.

1) if it is a configure file, execute:

#. / configure

# make

# make install

2) if it is a Fedora makefile file, execute:

# make

# make install

3) if it is an IFedora make file, execute:

# xmkmf

# make

# make install

According to the above method, there is a configure file, and there is a problem with [root@localhost xmms-1.2.10] #. / configure configure: error: * GLIB > = 1.2.2 not installed-please install first * * [root@localhost xmms-1.2.10] # Fedora makeFedora make: * No target is specified and the Fedora makefile cannot be found. Stop it.

Almost all projects based on GNU tools use GNU's auto family of project management tools to manage projects. Those three commands are the basic compilation and installation methods for the project release code package.

Configure produces Fedora makefile according to the system environment and some custom engineering steps.

Fedora make is to compile the project, equivalent to Fedora make all Fedora make install is to install the project files to the system. 0.Fedora make dist-gzip is to generate the project code package, XXX.tar.gz files.

The above is all the contents of the article "how to use tar-xzvf in Fedora make to unlock this package". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report