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

Last updated: May 17,2024

1. Install "umview-mod-umfuseiso9660" package

This guide covers the steps necessary to install umview-mod-umfuseiso9660 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "umview-mod-umfuseiso9660" package

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

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

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

Package: umview-mod-umfuseiso9660
Priority: optional
Section: universe/misc
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian VSquare Team
Architecture: amd64
Source: fuse-umfuse-iso9660
Version: 0.3-1.1
Depends: libc6 (>= 2.14), libcdio13 (>= 0.83), libfuse2 (>= 2.8.1), libiso9660-8 (>= 0.83), zlib1g (>= 1:1.1.4)
Filename: pool/universe/f/fuse-umfuse-iso9660/umview-mod-umfuseiso9660_0.3-1.1_amd64.deb
Size: 10114
MD5sum: 9705395b899b697d543161e44721e2d4
SHA1: 4fe4e5bb11b32e7c2515a7f06a12a9cf4e20653d
SHA256: 8314be182a1ee6f054dc8d86d7cc549b7fad73ff1f5e1570b2fe82daec43e0ed
Description-en: View-OS in user space - ISO9660 module for UMFUSE
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 a sub-module for umfuse. umfuse is contained in the
main UMView package and allows almost complete source compatibility with FUSE
modules. umfuseiso9660 can be used to mount ISO-9660 CD images inside an
UMView instance.
Description-md5: 2b0d8be30683022f88425d7ea25fc900
Homepage: http://view-os.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu