How to Install and Uninstall libuemf0 Package on Kali Linux

Last updated: April 29,2024

1. Install "libuemf0" package

Please follow the guidance below to install libuemf0 on Kali Linux

$ sudo apt update $ sudo apt install libuemf0

2. Uninstall "libuemf0" package

Please follow the instructions below to uninstall libuemf0 on Kali Linux:

$ sudo apt remove libuemf0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libuemf0 package on Kali Linux

Package: libuemf0
Source: libuemf
Version: 0.2.8+ds-3
Installed-Size: 558
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 150652
SHA256: e4b10471f1960b612524b2a388ff1a579762ebc0d20955950a2050852f16a19e
SHA1: 57dc05cb9a1eae609f7f26eb66b481cb06310df1
MD5sum: 869f4236dcfe0080c3052d460213fb1d
Description: Read/write EMF, EMF+, WMF files (shared library)
libUEMF is a portable C99 implementation for reading/writing Enhanced Metafile
(EMF), Enhanced Metafile Format Plus (PMF), and Windows Metafile (WMF) files.
libUEMF avoids collisions with Microsoft defined functions and values, so
portable programs which use it and have a Windows version, do not require any
conditional logic to separate the native GDI support from the WMF/EMF/PMF
support provided by libUEMF. To accomplish this libUEMF does not implement GDI
calls. Instead, for each WMR/EMR/PMR record type, and each object type
incorporated into such a record, it provides corresponding *_set, *_print, and
*_swap functions. For PMF and WMF there are also *_get functions, see below.
For example, for the U_EMRBITBLT record there are corresponding functions:
U_EMRBITBLT_set, U_EMRBITBLT_print, and U_EMRBITBLT_swap. A few additional
functions are provided for assembling the EMF in memory, debugging, and
converting the EMF file to/from Little Endian representation. (EMF files'
internal data representation is always Little Endian.)
Description-md5:
Multi-Arch: same
Homepage: https://sourceforge.net/projects/libuemf/
Section: libs
Priority: optional
Filename: pool/main/libu/libuemf/libuemf0_0.2.8+ds-3_amd64.deb