Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 516 Bytes

Install-NS2.md

File metadata and controls

25 lines (16 loc) · 516 Bytes

For Network simulation using NS2

Systems using apt as the package manager

1. Install NS2

sudo apt install ns2

2. Install NAM(Network animator)

sudo apt install nam

3. Install tcl(Tool command language)

sudo apt install tcl

Systems using dnf as package manager

1. Search for packages using dnf

dnf search package-name

2. Install the package

sudo dnf install package-name

Systems using yum as package manager

1. Install NS2

yum install ns2