LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   uninstalling ns2.34 in fedora14 (https://www.linuxquestions.org/questions/fedora-35/uninstalling-ns2-34-in-fedora14-4175413109/)

YAMUNA DEVI 06-24-2012 06:34 AM

uninstalling ns2.34 in fedora14
 
hi all,

i have loaded ns2.34 in fedora14.

i am able to run ns2 files. but makefile is missing from ns2.34 folder and i am not able to modify any protocols. so i want to uninstall ns2 and want to reload it. can somebody help me.


bye

yamuna

knudfl 06-24-2012 06:47 AM

Welcome to LQ.
Quote:

I have loaded ns2.34 in fedora14.
How did you do that ? ?


Removing ns-2.34 : Simply delete ns-2.34 folders / files.

Installing ns-allinone-2.34 : 1) The prerequisites :
# yum install \
gcc-c++ compat-gcc-34-c++ patch automake autoconf libtool libX11-devel \
libXext-devel libXau-devel libXmu-devel xorg-x11-proto-devel && exit

2) Installing ns-allinone-2.34 in /home/<user-name>/ :
tar xvf ns-allinone-2.34.tar.gz &&
cd ns-allinone-2.34/ && export CC=gcc34 CXX=g++34 && ./install && exit

3) Installing the binary 'ns' :
cd ns-allinone-2.34/ns-2.34/ ; su ; make install
( 'make install' will copy 'ns' to /usr/local/bin/ ).

.

YAMUNA DEVI 06-26-2012 12:11 PM

un installing ns2.34
 
hi

thanks for the reply.

i will try that

bye

yamuna


All times are GMT -5. The time now is 07:09 PM.