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

Last updated: November 14,2024

1. Install "libmagicenum-dev" package

In this section, we are going to explain the necessary steps to install libmagicenum-dev on Kali Linux

$ sudo apt update $ sudo apt install libmagicenum-dev

2. Uninstall "libmagicenum-dev" package

This tutorial shows how to uninstall libmagicenum-dev on Kali Linux:

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

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

Package: libmagicenum-dev
Source: magic-enum
Version: 0.9.5-2
Installed-Size: 204
Maintainer: Stephan Lachnit
Architecture: all
Size: 36152
SHA256: 555671bf32d247932853e9f635e893153e35effc3edaedce3cb249232fbeceab
SHA1: 00756abfc8823f55c640c48a65eeee09d414598a
MD5sum: e96ecc5003cadcb97e1a00b8532a1fb7
Description: C++ library providing static reflection for enums
magic_enum is a popular C++17 header-only library that provides static
reflection for enums. It works with any enum type and does not require any
macros or boilerplate code. It provides static reflection features such as
to_string, from_string, iteration, etc., to C++ enums.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Neargye/magic_enum
Section: libdevel
Priority: optional
Filename: pool/main/m/magic-enum/libmagicenum-dev_0.9.5-2_all.deb

5. The same packages on other Linux Distributions