How to Install and Uninstall libumlib-dev Package on Kali Linux

Last updated: April 30,2024

1. Install "libumlib-dev" package

Please follow the guidelines below to install libumlib-dev on Kali Linux

$ sudo apt update $ sudo apt install libumlib-dev

2. Uninstall "libumlib-dev" package

This guide let you learn how to uninstall libumlib-dev on Kali Linux:

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

3. Information about the libumlib-dev package on Kali Linux

Package: libumlib-dev
Source: umview
Version: 0.8.2-3.1
Installed-Size: 56
Maintainer: Debian VSquare Team
Architecture: amd64
Replaces: libumlib0-dev
Depends: libumlib0 (= 0.8.2-3.1)
Conflicts: libumlib0-dev
Size: 15796
SHA256: 69a63ad273c2e48fa4a39cfcfe5841f0107f84370c5365e118bec0db4d81314a
SHA1: bd8b34f332c53bc33320e601a264f12f90e95c3b
MD5sum: 394856b593418ed8a70c54bd38099c6c
Description: 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:
Homepage: http://view-os.sourceforge.net
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/u/umview/libumlib-dev_0.8.2-3.1_amd64.deb