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 install the RPM extension Toolkit through linux's iso Image

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

Share

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

It is believed that many inexperienced people don't know what to do about how to install the RPM extension kit through linux's iso image. Therefore, this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Install (RPM) extension kit through linux's iso image

When installing software in linux, it is more and more popular to install software through rpm instructions, because: using RPM to install is simple and convenient; more and more software provides RPM installation package; linux's IOS image file comes with a lot of system extension RPM installation package, and these software versions are the most suitable for the current linux system. It is based on these factors, so we recommend that you install the software through RPM during the installation process. When installing some basic extension software, in fact, we do not need to download the RPM package online, because the linux image file is provided. Here are some ideas for you through cmake installation:

0. Check whether the cmake instruction exists: which cmake (explain the difference of which/whereis/locate here: which is to find the corresponding executable instruction in the PATH of your current login user; whereis is to find the corresponding file or folder in linux's database; locate is to look up the corresponding keyword or keyword in linux's database. Update the linux database: updatedb. By default, linux updates the database once a day)

Check the installation package version of cmake: rpm-qa | grep cmake

Check the cmake installation package path: rpm-ql cmake-2.6.4-5.el5.4 (this is the version of the cmake installation package queried through qa)

1. Mount the centos.ios image CD: mount-O ro / dev/cdrom / media (mount the iso image as read-only)

2. Enter the Centos Image Toolkit: cd / media/Centos

3. Find the installation xmlrpc toolkit:

① check whether xmlrpc is installed: rpm-qa | grep xmlrpc

If ② is not installed, look for xmlrpc's rpm installation package: ls | grep xmlrpc

To install the xmlrpc toolkit for ③, you need to install two:

Rpm-ivh xmlrpc-c-1.16.24-1206.1840.4.el5.i386.rpm xmlrpc-c-client-1.16.24-1206.1840.4.el5.i386.rpm

4. Install rpm toolkit for cmake: rpm-ivh cmake-2.6.4-5.el5.4.rpm

5. Uninstall cmake:rpm-e `rpm-qa | grep cmake`

After reading the above, have you learned how to install the RPM extension kit through linux's iso image? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

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