LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install Nctuns 4.0 in fedora 8 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-nctuns-4-0-in-fedora-8-a-705751/)

cute_kitty 02-18-2009 07:13 PM

How to install Nctuns 4.0 in fedora 8
 
Hi friends,

Im new in linux environment,please help me...


1)What the command use to extract compress this file(NCTUns-allinone-linux-2.6.24.2-f8.20080225.tar) in fedora 8.

2)After extract this file...what command can i use in order to complete the installation??

I hope somebody can give me a step by step command to install and run this Nctuns 4.0 successful....:newbie:

linuxlover.chaitanya 02-20-2009 04:02 AM

To extract a tar archive use the command

Code:

tar xvf NCTUns-allinone-linux-2.6.24.2-f8.20080225.tar
Once it is extracted it will create a directory with similar name but would not have .tar extension.
Cd to that directory and find if there is a file called configure.
This is the script that you need to run like

Code:

./configure
If it runs without errors you need to run

Code:

make
If it goes well then run

Code:

sudo make install

knudfl 02-20-2009 06:37 AM

@linuxlover.chaitanya, have a look here
http://nsl10.csie.nctu.edu.tw/download/
http://nsl10.csie.nctu.edu.tw/downlo...viousVersions/
( No configure script, more like an installer in the packages
I have downloaded.)

@ cute_kitty, the install :

1) tar xvf NCTUns-allinone-linux-2.6.24.2-f8.20080225.tar.gz
And please read 'INSTALL' in the extracted result, NCTUns-5.0/

2) 'cd NCTUns-5.0' .. and 'su' to become root.

3) 'sh install.sh' and hit <Enter> ( also when asked )
to have all the default installed into /usr/local/nctuns/

4) Reboot by choosing the 'NCTUns' kernel .......

and ..... how to use it : please find the documentation.

.....


All times are GMT -5. The time now is 12:23 PM.