Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9255707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:46:17+00:00 2026-06-18T11:46:17+00:00

I have created a CentOS server in a virtual machine and now I would

  • 0

I have created a CentOS server in a virtual machine and now I would like to know how to install programs from scratch, without using yum or rpm. Every search I’ve tried on how to go about finding each individual program and what commands I would use to install them has returned very useful information on why using yum would be so much better and how to install yum if I don’t have it.

So basically all I want to know are how to find the download links to individual programs,how to download them (since I’m using only text I’m unfamiliar with this whole process), and what commands I need to use to install them once I have them.

Thanks guys!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T11:46:18+00:00Added an answer on June 18, 2026 at 11:46 am

    When in rome, man. They’re telling you to do it that way because CentOS really prefers rpm-based packages. They’re easier to manage, upgrade, uninstall, etc.

    However since this is a learning exercise, ignore all of that.

    Each piece of software is unique, and you need to read the installation instructions that come with the source code for the project. A good chunk of software out there uses a system called “automake” whose commands are usually very predictable. The experience is usually something like this:

    1. Download the source code from a website (often comes are a .tar.gz or .zip) You can use wget to download files from websites.
    2. Extract the source code locally (using tar or unzip)
    3. Set some compiler variables (don’t do this unless you know what you’re doing — the defaults are usually sufficient, esp. for a learning exercise). e.g. export CFLAGS="-O2 -pipe"
    4. Run the configure script with --help to determine what kinds of options are configurable. ./configure --help
    5. Run configure with the options you want: ./configure --prefix=/usr/local --enable-option1 --with-library=/path/to/lib --without-cowbell
    6. This will set up the project to be compiled. Now you need to run make. Just type make
    7. Once everything has compiled (assuming there are no compile errors) run make install. You have to run this command as root usually.
    8. Tada. The package has been installed from source.

    There are of course other compile systems out there (cmake for example) but I won’t cover all of them. Things will break for you. Google is your friend when this happens. Usually it’s due to (a) shitty source code, or (b) missing / out of date libraries on your system.

    Also keep in mind that just because a package compiles doesn’t mean it will work out of the box for you. Most packages need a certain amount of configuration to actually run properly, so be sure to read any documentation available to you.

    EDIT

    Also, if you REALLY want the FULL experience, there’s always linux from scratch which can, and will teach you everything you were afraid to ask about compiling things from source.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a pentaho BI server running on a CentOS machine (osapp), then the
I have a dedicated CentOS server. I manage all my users, apps, and virtual
I have a CentOS server and I want to know if it is possible
I have two virtual machines with seemingly identical configuration (created from the same VM
I am accessing dedicated server (centOS) through ssh. I have created few FTP accounts
I have created 3 classes as following Ext.mine.TextParent - Inherting from Textfield Ext.mine.child.TextChildA -
I have recently installed Subversion onto a Linux server ( CentOS ) and everything
I have created a simple client/server app and it works great (1MB/s which is
I have a git branch on my production server which is centos. I am
I'm trying to install therubyracer on my centos server and i'm having hella problems.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.