BetaONE will rise again!

BetaONE will rise again! (http:\\b1.hcanet.com\forum/index.php)
-   Alternative OS Support (http:\\b1.hcanet.com\forum/forumdisplay.php?f=40)
-   -   Installing Programs on Linux (http:\\b1.hcanet.com\forum/showthread.php?t=852)

kamikazee 18th Apr 02 07:38 PM

I could use a hand since I am very unfamiliar with the consol, I know where it is at least but thats about it... I also need help stting up a home network, I have 3 puters on a home network and the Linux box is on the net and surfing using netscape but I cannot get my windows boxes to see the Linux and vice versa, thanks

craftyc 18th Apr 02 09:20 PM

Usually to install a program you would
$ cd to where you downloaded the package
$ tar xfvz xxxxxx.tar.gz
$ cd xxxxxx(the directory the previous step just created)
$ ./bootstrap (Do this step if you downloaded the package as CVS)
$ ./configure
$ make
$ make check (this is optional)
$ make install (this step must be done as root so do "su root")

Usually the program will be available as a binary package (*.bin, *.rpm, *.deb)

For these at the prompt I do
$ ./packagename.bin
or
$ rpm -i packagename.rpm
However I'm not sure about the *.deb packages.

Most distributions have support for rpms.

You should also check the INSTALL file that is included with the package. It will have more details on how to install it.

That's it.

For home-networking see the Home-Network-mini-howto available from h**p://www.coastnet.com/~pramsey/linux/homenet.html

CARTMAN 19th Apr 02 07:21 AM

Actually if you download from cvs you do ./autogen.sh usually first :)

craftyc 19th Apr 02 10:04 AM

Oh yeah. :o I forgot that step.


All times are GMT +1. The time now is 09:54 PM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.