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 8282373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:21:00+00:00 2026-06-08T10:21:00+00:00

I need to run a program on a linux machine, and the only one

  • 0

I need to run a program on a linux machine, and the only one I have access to is my university’s server with (for some reason) outdated versions of autoconf and automake. My program needs more recent versions. I have the most recent versions of each on the server in my home directory, but can’t install them in /usr/local/bin since I’m not a root user. So I guess I have two questions:

  1. How to get autoconf/automake to install somewhere in my home directory? Is this possible?
  2. How to get a program to access these newer versions, instead of automatically calling the outdated ones?

Any help would be greatly appreciated.

  • 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-08T10:21:01+00:00Added an answer on June 8, 2026 at 10:21 am

    My preferred method for this is to use GNU Stow to manage packages in my home directory. You can use $HOME or $HOME/usr or whatever else. I think $HOME/usr is probably best, as it stops stow from having to walk all over your homedir.

    So first you configure and install stow. Download and unpack it, then run something like:

    $ ./configure --prefix=$HOME/usr && make && make install prefix=$HOME/usr/stow/stow-2.2.0
    

    Then you make stow stow itself:

    $ cd ~/usr/stow
    $ stow-2.2.0/bin/stow stow-2.2.0
    

    Now you add $HOME/usr/bin to $PATH. Then you install autoconf. Unpack and cd into it, then run:

    $ ./configure --prefix=$HOME/usr && make && make install prefix=$HOME/usr/stow/autoconf-2.69
    $ cd ~/usr/stow
    $ stow autoconf-2.69
    

    Why do I do this? it lets me easily remove a package from my home directory without causing massive headaches: cd ~/usr/stow && stow -D autoconf-2.69, for instance. I manage /usr/local in a similar fashion, but there I can get stow from apt, so there’s no bootstrapping trouble.

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

Sidebar

Related Questions

I have a legacy program that I need to run with the extension of
I need to prepare some input data to run through a program, the data
I am writing a program that needs to run a java.jar server. I need
I have a remote Music Player Daemon(MPD) server running on a linux machine. I
I need to run a program that will have a similar output both on
I am using Scientific Linux 6.1. To run a program (DS9) I need to
I need to run a program - probably for a couple of days. I
I need to run this line from my c++ program: java -jar test.jar text1
I want to run my client program 25,000 times. I need to create a
I need to run the application that I have made in Xcode on my

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.