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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-28-2004, 05:05 PM
|
#1
|
LQ Newbie
Registered: Mar 2004
Posts: 25
Rep:
|
How to install programs, basic auestion
Hi all!
This is real newbie question. I have recently installed Linux Redhat 9.0 and got the resulotion right thanks to HarPax (on this board). Now i want to install Licq (icq for linux), could someone tell me what is the standard way to install programs on a Linux system? i read in the readme files for most programs that you have to compile the program? what does that mean. I also see while downloading programs that you can choose to download a binary files, what does that mean. Please dont laugh at me im totally new at this. But i can tell you this Linux is much more fun than Windows, it kind of reminds me of the old days hacking the C64 and Amiga, and as soon as i got Linux the way i want it i dont ever want to use windows again. It took me 3 days to get my resolution right but thanks to you guys i did it and i can tell you it was worth it, hope i get some help with installing progz to!
Peace
//Tom
|
|
|
03-28-2004, 05:24 PM
|
#2
|
Senior Member
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528
Rep:
|
binaries (rpm , deb , ..) are like setup files .exe in win. and they are easier to install u just double click on them or type rpm -i <program name> , while source files u must compile them by typing : ./configure
make
make install (using su)
but its also better to read the readme file that comes with the source.
|
|
|
03-28-2004, 05:27 PM
|
#3
|
Senior Member
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528
Rep:
|
sorry forgot to tell u
u should try to check out a program called yum or apt-get they will make searching and installing software a whole lot easier .
example : if u want to install mplayer in apt-get all u have to do is type apt-get install mplayer
thats it , it will download it from the net and install it for u and if it needs any other dependancy it will download it too ,
to make things easier there is a gui for it called synaptic.
|
|
|
03-28-2004, 05:43 PM
|
#4
|
LQ Newbie
Registered: Mar 2004
Posts: 25
Original Poster
Rep:
|
Thank you for your reply, the install file mentions that you need a C++ compiler, what is the esiest to install and best compiler to use?
|
|
|
03-28-2004, 05:48 PM
|
#5
|
Senior Member
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528
Rep:
|
u should already have a c++ compiler
the one that i know is gcc u could know which vresion that u have by typing :
gcc --version
|
|
|
03-28-2004, 05:51 PM
|
#6
|
Member
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo, Slackware
Posts: 333
Rep:
|
The best compiler to use is probably the one that came with your distro. It might have already been installed by default. If not, check your distro's documentation on installing 'development tools'.
|
|
|
All times are GMT -5. The time now is 07:43 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|