QUOTE(PatrikJohansson88 @ Dec 10 2004, 11:50)
How do i install programs in my Fedora Core 3 ?
I installed Fedora Core 3 a few days ago and so far i have tried to install a few programs.
For example how do i install LinNeigborhood?
Since i am a noob i have no idea!
But arent you supposed to just run ./configure , make and make install ?
Anyway i did that when i tried to install Ettercap but it didn,t work.
I just got loads of error messages!
Thanks for any help!

[right][snapback]585078318[/snapback][/right]
Each type of file has a different install format, but here are general tips:
Use rpms for your distro.
Wherever possible use yum, urpmi, apt-get or other autoupdate tools to d/l and install your software.
If not, use something like Kpackage, software install (mandrake), or something like that to help you install things.
Worse comes to worse, use console, and use a -nodeps (my console commands are rusty) to force the install.
If you are getting alot of errors, are you sure you have everything needed to compile code against? Alot of software needs kernel source to compile against...