Hi All, Our website moved to a new URL. Please bookmark the new link: https://ns2bloggers.blogspot.com/

Wednesday 6 October 2021

INSTALLATION OF NS2 AND NS3

  Hey guys, In this post we are discussing about how to install ns2 and ns3 together.

Could I install the NS2 and NS3 in the same computer?

Yes, You can install both in same computer and its easy. 

And for that you have to run this simple command on terminal;

sudo apt-get install ns2 ns3

If we have a look at the installed files for each package you will see that both can happily exist on the same system with no potentially overwritten files or duplicate filenames:

NS2 Folders

  • /usr/bin/calcdest
  • /usr/bin/dec-tr-stat
  • /usr/bin/epa-tr-stat
  • /usr/bin/nlanr-tr-stat
  • /usr/bin/ns
  • /usr/bin/nse
  • /usr/bin/nstk
  • /usr/bin/setdest
  • /usr/bin/ucb-tr-stat
  • /usr/share/doc/ns2/README
  • /usr/share/doc/ns2/README.Debian
  • /usr/share/doc/ns2/TODO.html
  • /usr/share/doc/ns2/changelog.Debian.gz
  • /usr/share/doc/ns2/copyright
  • /usr/share/doc/ns2/release_steps.txt
  • /usr/share/lintian/overrides/ns2
  • /usr/share/man/man1/ns.1.gz
  • /usr/share/man/man1/nse.1.gz
  • /usr/share/man/man1/nstk.1.gz
NS3 Folders
  • /usr/bin/ns3.22-bench-packets
  • /usr/bin/ns3.22-bench-simulator
  • /usr/bin/ns3.22-print-introspected-doxygen
  • /usr/bin/ns3.22-raw-sock-creator
  • /usr/bin/ns3.22-tap-creator
  • /usr/bin/ns3.22-tap-device-creator
  • /usr/share/doc/ns3/README
  • /usr/share/doc/ns3/README.Debian
  • /usr/share/doc/ns3/RELEASE_NOTES.gz
  • /usr/share/doc/ns3/changelog.Debian.gz
  • /usr/share/doc/ns3/copyright
  • /usr/share/lintian/overrides/ns3
Happy Coding!!!

No comments :

Post a Comment