Ns2 Download for Ubuntu 20.04

        By reading this article, you can really get to know the required process to download file in network simulator 2 along with the guidance of our technical experts. Are you getting interested? Let’s start to glance!

Basic Libraries

         Firstly, we have to know about the fundamental libraries through the implementation of below mentioned commands.

sudo apt install build-essential autoconf automake libxmu-dev

sudo apt update

sudo apt install gcc-4.8 g++-4.8

Download Ns2 for Ubuntu 20.04

        We have to click the below mentioned URL to download the packages based on Ns2 for Ubuntu 20.04.

https://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz

Link to Download Ns2 Ubuntu 20.04

       Then, unzip the Ns2 packages to home folder and change the ns2 package location by using the execution of the below commands.

tar zxvf ns-allinone-2.35.tar.gz

cd ns-allinone-2.35/ns-2.35

Configure Ns 2.35 for Ubuntu 20.04

        Finally, we have highlighted the process of configuring Ns 2.35 for Ubuntu 20.04 through the below mentioned codes to modify the following make files.

~ns-2.35/Makefile.in

~nam-1.15/Makefile.in

~xgraph-12.2/Makefile.in

~otcl-1.14/Makefile.in

Change @CC@ to gcc-4.8

change @CXX@ to g++-4.8

        By considering these as the reference, download your own Ns2. Besides, if something looks like to be problematic, you are always cheered to avail our assistances.