How to Install and Uninstall umview-mod-umlwip Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "umview-mod-umlwip" package

Please follow the step by step instructions below to install umview-mod-umlwip on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install umview-mod-umlwip

2. Uninstall "umview-mod-umlwip" package

Please follow the step by step instructions below to uninstall umview-mod-umlwip on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove umview-mod-umlwip $ sudo apt autoclean && sudo apt autoremove

3. Information about the umview-mod-umlwip package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: umview-mod-umlwip
Priority: optional
Section: universe/misc
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian VSquare Team
Architecture: amd64
Source: umview
Version: 0.8.2-1.1
Depends: libumlib0 (= 0.8.2-1.1), libc6 (>= 2.4), liblwipv6-2
Filename: pool/universe/u/umview/umview-mod-umlwip_0.8.2-1.1_amd64.deb
Size: 5958
MD5sum: 54c7dd988675ef4ee0b28437abb1abd5
SHA1: ebb0a7364a9a045e08ff847a5cd1bfbd9d156775
SHA256: 555e3ce2f08970bdd6b683980e5e38055a698d68255a5406432f4d7ec1570527
Description-en: View-OS in user space - LWIPv6 gateway module
View-OS is a novel approach to the process/kernel interface. The semantics of
each system call can be assigned process by process giving the user the right
to decide which view of the system each process has to join. Each process can
"see" a different file system structure, networking resources, processor,
devices. Moreover some of the resources can be provided by the user
him/herself, thus these resource can be private to the single process and are
not known a priori by the system. Groups of processes can share the same view
but this is just an optimization to share management methods.
.
For more information, see http://wiki.virtualsquare.org
.
UMView is a user-mode implementation of View-OS. Processes are run with a
controlling daemon that captures all the system calls (at present using the
ptrace() system call) and uses dynamically loadable modules to change their
semantic.
.
This package contains the umnewlwipv6 module, a gateway to the LWIPv6
user-level networking library (see liblwipv6-2). It makes possible for
processes inside UMView to use virtual network interfaces that are connected
to the external world through a TUN/TAP device or a VDE switch.
Description-md5: 4c47eb9f21e215f9cb061c0589fa6612
Homepage: http://view-os.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu