How to Install and Uninstall openmcdf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "openmcdf" package

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

$ sudo apt update $ sudo apt install openmcdf

2. Uninstall "openmcdf" package

Learn how to uninstall openmcdf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove openmcdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the openmcdf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: openmcdf
Priority: optional
Section: universe/cli-mono
Installed-Size: 349
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Applications Team
Architecture: all
Version: 1.5.4-3
Depends: mono-runtime (>= 3.0~), libhexbox1.5-cil, libmono-corlib4.5-cil (>= 4.2.0), libmono-system-drawing4.0-cil (>= 3.0.6), libmono-system-windows-forms4.0-cil (>= 1.0), libmono-system4.0-cil (>= 4.2.0)
Filename: pool/universe/o/openmcdf/openmcdf_1.5.4-3_all.deb
Size: 200548
MD5sum: 8eb80db92c7f8824dad0204b691bdc82
SHA1: cc35c926fc2b2ea8182f0efbc73642e0c8543239
SHA256: 4672a0923620f11927119c71852493da868c2fce5c100595d4b5c1329517bcd8
Description-en: Structured Storage Explorer
OpenMCDF is a 100% managed CLI component that allows client applications to
manipulate COM structured storage files, also known as Microsoft Compound
Document Format files.
.
This file format is used under the hood by a lot of applications: the files
created by Microsoft Office until the 2007 product release are all structured
storage files. They include multiple streams of information (document summary,
user data) in a single physical container (the file). Also the omnipresent
Thumbs.db, used by Windows as thumbnails cache, is a structured storage file.
.
OpenMCDF makes available to the developer an easy interface to read, write, add
and remove structured storage primitives. Structured storage items are
organized in a hierarchical tree where 'storage' nodes act like a directory and
'stream' nodes like a file. Developers can use OpenMCDF to view storages and
streams, traverse hierarchical trees of items, explore existing compound file
and modify them or create a new compound file from scratch.
Description-md5: 626f053aaf700aac0c4c5df070e8e585
Homepage: http://openmcdf.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu