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

Last updated: June 29,2024

1. Install "python3-pymisp" package

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

$ sudo apt update $ sudo apt install python3-pymisp

2. Uninstall "python3-pymisp" package

This is a short guide on how to uninstall python3-pymisp on Kali Linux:

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

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

Package: python3-pymisp
Source: pymisp
Version: 2.4.175-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 625
Depends: python3-dateutil, python3-deprecated, python3-jsonschema, python3-requests, python3:any
Suggests: python-pymisp-doc
Multi-Arch: foreign
Homepage: https://github.com/MISP/PyMISP
Priority: optional
Section: python
Filename: pool/main/p/pymisp/python3-pymisp_2.4.175-0kali1_all.deb
Size: 127800
SHA256: 636d783314d7052bcd8003ef2a56dfccb3be1bce3fa8862f9ae4de35ea1dc681
SHA1: 9ebd264bca3f083306f8ec71eb058525651ed2b6
MD5sum: b74fa8abc7b3c7a08600eab8c5d44ebc
Description: Python Library to access MISP (Python 3)
This package contains a Python library to access MISP platforms via their REST
API.
.
PyMISP allows you to fetch events, add or update events/attributes, add or
update samples or search for attributes.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions