How to Install and Uninstall openmcdf Package on Kali Linux

Last updated: May 16,2024

1. Install "openmcdf" package

Please follow the steps below to install openmcdf on Kali Linux

$ sudo apt update $ sudo apt install openmcdf

2. Uninstall "openmcdf" package

In this section, we are going to explain the necessary steps to uninstall openmcdf on Kali Linux:

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

3. Information about the openmcdf package on Kali Linux

Package: openmcdf
Version: 1.5.4-3.1
Installed-Size: 349
Maintainer: Debian CLI Applications Team
Architecture: all
Depends: mono-runtime (>= 3.0~), libhexbox1.5-cil, libmono-corlib4.5-cil (>= 5.18.0.240), libmono-system-drawing4.0-cil (>= 5.12.0.309), libmono-system-windows-forms4.0-cil (>= 5.16.0.220), libmono-system4.0-cil (>= 5.18.0.240)
Size: 201804
SHA256: d2b3ce40ded32f63b50d5d96ef17bed5c86a0e31561a8fe863d7647f8545dbbf
SHA1: cfe7ade709dc69787f592444a6feb5f0379a8486
MD5sum: bff936451d5c96bd858384e2e83fd804
Description: 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:
Homepage: http://openmcdf.sourceforge.net/
Section: cli-mono
Priority: optional
Filename: pool/main/o/openmcdf/openmcdf_1.5.4-3.1_all.deb