LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-19-2002, 05:15 PM   #1
NaCo
Member
 
Registered: Jun 2002
Location: L.A.
Distribution: Fedora
Posts: 46

Rep: Reputation: 15
Question (Read at least)New on this: How to install a program?


I am pretty new using Linux ( I have Mandrake Linux 8.1), and then I downloaded everybuddy in order to chat with MSN messanger friends. My big problem is that i don't know how to install a program on Linux.

Please tell me how to do that, or if it's possible explain, describe or whatever you want to call it, or maybe some link where explains how linux works!!

I would apreciate any help!!


Thanks
 
Old 06-19-2002, 05:50 PM   #2
Tiresias
LQ Newbie
 
Registered: Jun 2002
Location: Berlin, Germany
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
Hi there,

There are several ways to install programs such as the one you are asking about. Here is some of my experience--

Check the website where you downloaded the program from. They often have instructions on how to install the software. For example, a quick search on Google for everybuddy gave a link to a page with clear instructions on how to install (http://www.everybuddy.com/en/download.php).

There are two basic ways to install software--

(1) From packages. This is usually the easier, softer way to install programs. The package will come in a "package" format, such as an RPM or tarball (Slackware) or whatever. These are generally installed with a command based on your distribution (rpm -Uvh everybuddy-x.x.x-i386.rpm for example).

(2) From source code. This is often the better way to go, as you have more control over what get installed, etc. In this case, you download the source code in a zipped up file, unzip it, compile and install it. A typical example is-#

tar zxvf everybuddy-x.x.x.tar.gz
cd everybuddy
./configure
make
make install (as root)

If you issue the command "./configure --help", often you can set flags to compilse with certain features disabled or whatever.

Hope that helps.
Jeremy
 
Old 04-24-2006, 12:59 AM   #3
kasi
LQ Newbie
 
Registered: Apr 2006
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by Tiresias
, A typical example is-#

tar zxvf everybuddy-x.x.x.tar.gz
cd everybuddy
./configure
make
make install (as root)
So where do you write this?
 
Old 04-24-2006, 04:50 AM   #4
Seagull
Member
 
Registered: Oct 2003
Location: Holland
Distribution: SuSE 10.0 SuSE 10.2
Posts: 70

Rep: Reputation: 15
In a console. This is like the MS-DOS (command) window on MS installations.
After each line hit the return key to execute the command. Wait for any messages etc.
The make install (as root) means that you need to become the root user before you issue the command. Root will have the correct permissions to put files where they need to be etc.
 
  


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
Linux program to read .pub files? SystemDownfall Linux - Software 14 12-27-2021 02:00 AM
Program to read *.chm files minm Linux - Newbie 5 03-25-2006 02:20 AM
read gateway address from C program cranium2004 Programming 6 11-20-2004 06:20 PM
Perl Program That Read From .conf File Crashed_Again Programming 2 12-07-2003 06:49 AM
C in Linux. The program only read the first line and then stop Linh Programming 2 07-03-2003 04:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:10 PM.

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