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

Last updated: May 02,2024

1. Install "libuemf-dev" package

Please follow the instructions below to install libuemf-dev on Kali Linux

$ sudo apt update $ sudo apt install libuemf-dev

2. Uninstall "libuemf-dev" package

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

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

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

Package: libuemf-dev
Source: libuemf
Version: 0.2.8+ds-3
Installed-Size: 561
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libuemf0 (= 0.2.8+ds-3)
Size: 78772
SHA256: d046337bf98e44fff4980f8a9ea0e6693f1a946ae77f04f9a6186aea3a43c500
SHA1: 74f931a742dbae86aa69a500662d39bd3a65d0ed
MD5sum: 3d2b8b2ae3e0582b9fd8c20b889c0d57
Description: Read/write EMF, EMF+, WMF files (development files)
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.)
.
This package contains the development files.
Description-md5:
Multi-Arch: same
Homepage: https://sourceforge.net/projects/libuemf/
Section: libdevel
Priority: optional
Filename: pool/main/libu/libuemf/libuemf-dev_0.2.8+ds-3_amd64.deb