Install netanim
Installing netanim package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netanim
netanim package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netanim |
version | 3.100-1 |
description | network animator based on Qt4 working with ns-3 |
subsection | net |
website | nsnam.org / wiki / index.php / NetAnim |
maintainer | YunQiang Su |
Uninstall netanim
To remove just netanim package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netanim
Uninstall netanim and it’s dependent packages
To remove the netanim package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netanim
Purging netanim
If you also want to delete configuration and/or data files of netanim from Debian Sid then this will work:
sudo apt-get purge netanim
To delete configuration and/or data files of netanim and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netanim