How to Install NS All In One 2.35 in Ubuntu 12.04
As Ubuntus new version 12.04 LTS needs following packages before any further installation,otherwise it will not work with it. Please follow the following steps: 1. Download & install some packages from repository if needed (Now its optional) $ sudo apt-get update $ sudo apt-get install build-essential autoconf automake libxmu-dev 2. Download NS All In One 2.35 URL: http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download $ tar -zxvf ns-allinone-2.35.tar.gz $ cd ns-allinone-2.35 $ ./install 3. Set environment variables $ gedit ~/.bashrc Add the following lines to the end of ...