hi Kammar#this paper describe how to install ns 3.10 in UBUNTU 9.10 $sudo aptitude update $ sudo apt-get install gcc g++ python $ sudo apt-get install gcc g++ python python-dev $ sudo apt-get install mercurial $ sudo apt-get install bzr $ sudo apt-get install gdb valgrind $ sudo apt-get install gsl-bin libgsl0-dev libgsl0ldbl $ sudo apt-get install flex bison $ sudo apt-get install gcc $ sudo apt-get install g++ $ sudo apt-get install tcpdump $ sudo apt-get install sqlite sqlite3 libsqlite3-dev $ sudo apt-get install libxml2 libxml2-dev $ sudo apt-get install libgtk2.0-0 libgtk2.0-dev $ sudo apt-get install vtun lxc $ sudo apt-get install uncrustify $ sudo apt-get install doxygen graphviz imagemagick $ sudo apt-get install texlive texlive-pdf texlive-latex-extra texlive-generic-extra texlive-generic-recommended $ sudo apt-get install python-pygraphviz python-kiwi python-pygoocanvas libgoocanvas-dev $ mkdir reposa $ cd reposa $ wget http://www.nsnam.org/releases/ns-allinone-3.10-RC1.tar.bz2 $ tar xjf ns-allinone-3.10-RC1.tar.bz2 $ cd cd ns-allinone-3.10-RC1 $ ./build.py $ cd ns-3.10-RC1 $ ./waf configure $ ./waf2011/4/16 KAMAR <kamar...@gmail.com>
HI
I need help about how to uninstall NS3.
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Hi all users ,
Normally, the command to uninstall software via the terminal is as follows: (sudo aptitude remove le_logiciel) but I don't know is that this rule works with NS3 or not. Another alternative which's to remove the directory containing all the file NS3 but I don't know that is rule effective or not.