How to Install and Uninstall python3-puremagic Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-puremagic" package

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

$ sudo apt update $ sudo apt install python3-puremagic

2. Uninstall "python3-puremagic" package

Please follow the steps below to uninstall python3-puremagic on Kali Linux:

$ sudo apt remove python3-puremagic $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-puremagic package on Kali Linux

Package: python3-puremagic
Source: puremagic
Version: 1.20-1
Installed-Size: 144
Maintainer: Jeroen Ploemen
Architecture: all
Depends: python3:any
Size: 31172
SHA256: b70a21386f84f21ded6fd5027568734b3e54ca9e3dd6e4c6441d8ed9ce68c1d0
SHA1: c4ae70c608d344c6980c487dbffd3a24e0da459d
MD5sum: b08dd9de4d1729febb1a55e063e21466
Description: pure-Python module to identify files by their magic signature
Puremagic is a pure-Python module to identify files by their magic numbers.
It is fast, lightweight, minimalistic, cross-platform, and doesn't have
dependencies. It can serve as a stand-in for python-magic, but its own
magic_file() and magic_string() function are more powerful and also display
a confidence score and possible duplicate matches.
Description-md5:
Homepage: https://github.com/cdgriffith/puremagic
Section: python
Priority: optional
Filename: pool/main/p/puremagic/python3-puremagic_1.20-1_all.deb