How to Install and Uninstall libumlib-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libumlib-dev" package

This guide let you learn how to install libumlib-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libumlib-dev

2. Uninstall "libumlib-dev" package

This guide covers the steps necessary to uninstall libumlib-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libumlib-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libumlib-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libumlib-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 79
Maintainer: Ubuntu Developers
Original-Maintainer: Debian VSquare Team
Architecture: amd64
Source: umview
Version: 0.8.2-1.1
Replaces: libumlib0-dev
Depends: libumlib0 (= 0.8.2-1.1)
Conflicts: libumlib0-dev
Filename: pool/universe/u/umview/libumlib-dev_0.8.2-1.1_amd64.deb
Size: 10436
MD5sum: 664c2f956fd0fe7c7212bd9e451f2756
SHA1: 6decfb32a95c49c59bcf778a354f6a730f06233e
SHA256: 34573c3ae2c81d6d8ba51b6ef220b63deee30aa9986f87b9b7aa8757316929d7
Description-en: View-OS in user space - Development files
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 headers and library needed to write and compile new
UMView modules. For some simple module examples, you can take a look to the
existing modules (expecially in the um_testmodule directory of the source
tree).
Description-md5: 76efbfcb3838170168817a1a68237cf2
Homepage: http://view-os.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu