LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-25-2005, 11:14 AM   #1
ElvenAssassin
Member
 
Registered: Apr 2004
Distribution: Slackware v9.1
Posts: 33

Rep: Reputation: 15
how/where should I be installing files?


hi!

I've read the tutorial here on how to install programmes, but I've run into a kink, or two, and don't know how to proceed.

For example: I've dumped all the tarballs to everything I want to fiddle around with in /usr/local/src (as per directed by the tutorial). Openbox is one of these things, as it doesn't come prepackaged with Slack v10.

I untar, make, and install it.... but it's installed in that directory. Having the intial impression that /usr/local/src is just a working directory to fiddle around in... shouldn't I be putting it somewhere else? is it ok there? Will other users be able to acces it? I had expected the exectuable to be in /etx/X11 like where the exectuables for blackbox or fluxbox currently reside (according to my X config file).

If I should be making sure it installs somewhere else... how would I do that?

Which expends into the general question of where should the destination of ANY install be? IE: I left openbox alone, and am now trying to install FireFox... it asks me where I want to put it... and I have no idea. Windows slaps everything inside Program Files, usually. I expect Linux, no matter what the distro, to have the same thing...

I just don't want to end up installing something that say, only root can access, but no one else can't, because of where I put it.

Any help/explanations would be greatly appreciated!
~Michelle
 
Old 04-25-2005, 11:35 AM   #2
azucaro
Member
 
Registered: Jan 2005
Location: Washington, D.C.
Distribution: Arch (Custom), CentOS
Posts: 239

Rep: Reputation: 30
I'm not at my Linux box right now, but the short answer to your question is that you can install packages anywhere on your machine. You just might have to remember where you put them.

Try "whereis <program you installed>" to get its location. If one pops up, you just have to type in the full path to execute the program.

What you may have to do is update your $PATH variable to include the directory that your programs are placed. A quick google search on that will provide you with a better explanation, but essentially your shell doesn't know where to look in the directory for your program; you have to tell it where to look by default.

Don't worry about only root being able to use a program. Usually you can do ./configure, make, and make install and things will work out just fine.
 
Old 04-25-2005, 11:41 AM   #3
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
you can do things anyway you want. I usually keep all of my source in $HOME/apps, kernels and everything ( I'm the only user of the machine). Once you do this for awhile, you will know what you want and develop your habits. for me, I install everything to /usr or /opt. For someone else it could be completely different. the important thing is to learn how to manipulate your environment in your chosen shell so that your programs will work correctly. Just remember that "./configure, make, make install" will not get you through forever, you will need to make sure you are doing things correctly for them to work.
 
Old 04-25-2005, 12:31 PM   #4
ElvenAssassin
Member
 
Registered: Apr 2004
Distribution: Slackware v9.1
Posts: 33

Original Poster
Rep: Reputation: 15
mmkay, thanks
 
Old 04-25-2005, 01:57 PM   #5
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Also, as a Slack user, have a look at Checkinstall from /extra (FTP or 3rd CD) and try running that instead of 'make install' - it will run the make install and then allow you to create a Slackware package for that software that you can easily install or remove (since not all programs provide a 'make uninstall')

Most programs that are built from source will try to install to /usr/local, although you can override it (software that comes with Slackware itself can be found in /usr)

Software from source typically installs to /usr/local/lib, with a binary or a symbolic link to start the program in /usr/local/bin (the same is true of /usr - /usr/lib and /usr/bin) Some programs use /opt, and it's best not to fiddle with their prefix - i.e. KDE & it's software, OpenOffice
 
Old 04-25-2005, 01:59 PM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
if you aren't already making packages of your builds, head over to a slackware mirror and in the /extra directory grab checkinstall ( or use makepkg, whichever you prefer ( checkinstall being the "quick and dirty" way)) to make slack packages of your builds, it'll make life much easier on you when you need to remove or upgrade something.

to use checkinstall just do the normal:

./configure <options>
make

but instead of make install do "checkinstall". if you need something other than the default make install like say

make DOCDIR=blahblah install
then you'll need to:

checkinstall make DOCDIR=blahbah install

Last edited by __J; 04-25-2005 at 02:03 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help with installing files Linux nooB 454 Linux - Newbie 2 05-24-2005 09:54 AM
installing bin files ganja_man9999 Linux - Newbie 8 02-13-2005 12:46 PM
Help w/installing gz files supern00b Linux - Newbie 4 10-14-2003 02:01 PM
Installing .exe files tangaz Linux - General 16 09-18-2003 07:45 AM
Installing files Kid_Gloves Linux - General 1 05-03-2001 08:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration