Install the deployment software in Bare Linux (no gcc, no RPM Package Manager, no make command, no system software manager such as Apt-get,zypper,yast, etc.) __linux

Source: Internet
Author: User

One

way to install the RPM software in bare Linux (no gcc, no RPM Package Manager, no make command, no system software manager such as Apt-get,zypper,yast, etc.) Installing software in an extremely cropped Linux system is a hassle.
Our bare Linux refers to:
    1. No system-led management software, such as YaST (SuSE), Apt-get (Debian), Zypper, etc.
    2. There is no access to the Internet, or in a small LAN, can not get the repo source of the case;
    3. No RPM Package Manager, That is, you cannot use the RPM command to install the software;
    4. No make command, no automake, and make components; cannot use make;
    5. Without the GCC command, which means there is no GCC suite, you can't load GCC. Make is also dependent on GCC;

Solution:

First Step: Extract the RPM package Rpm2cpio xxxx.rpm using the Rmp2cpio command
|CPIO-IVD 

The second step: the unpacked folder (generally there will be USR and etc folders) to cover the corresponding location of the system folder;

The third step: use the software. Generally the main program of the software should be located under/usr/bin.

Perfect solution.


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.