How to Install and Uninstall python-nemu Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-nemu" package

Please follow the guidelines below to install python-nemu on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-nemu

2. Uninstall "python-nemu" package

In this section, we are going to explain the necessary steps to uninstall python-nemu on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-nemu $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-nemu package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-nemu
Priority: optional
Section: universe/python
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Martín Ferrari
Architecture: all
Version: 0.2-2
Provides: python2.7-nemu
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-unshare, python-passfd, iproute2, bridge-utils, procps
Suggests: xauth
Filename: pool/universe/p/python-nemu/python-nemu_0.2-2_all.deb
Size: 27770
MD5sum: 838e54289ca2fef8f2f2a666bc00b954
SHA1: d5ce96c3329d3e02eda863f44e5b071fbb1f1d99
SHA256: 6d2cd6f4c7fad76b26138d7682e9e0cc88abb14b193c1e64fa11d8de677fcc03
Description-en: lightweight network emulator embedded in a small python library
Nemu (Netwok EMUlator) is a small Python library to create emulated networks
and run and test programs in them.
.
Different programs, or copies of the same program, can run in different
emulated nodes, using only the emulated network to communicate, without ever
noticing they all run in the same computer.
.
Nemu provides a very simple interface to create nodes, connect them arbitrarily
with virtual interfaces, configure IPv4 and IPv6 addresses and routes, and
start programs in the nodes. The virtual interfaces also support emulation of
delays, loss, and reordering of packets, and bandwidth limitations.
.
More advanced configurations, like setting up netfilter (iptables) rules,
starting VPN tunnels, routing daemons, etc, are simply supported by executing
the appropriate commands in the emulated nodes, exactly as if they were
executed in real machines in a real network.
.
You can even start interactive sessions by opening xterms on different nodes,
Nemu has special support for forwarding X sessions to the emulated nodes.
Description-md5: 4b6e3f955bd6986d7f8eaef6a045677e
Homepage: https://github.com/TheTincho/nemu/wiki
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu