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

Last updated: December 23,2024

1. Install "python3-mceliece" package

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

$ sudo apt update $ sudo apt install python3-mceliece

2. Uninstall "python3-mceliece" package

Here is a brief guide to show you how to uninstall python3-mceliece on Kali Linux:

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

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

Package: python3-mceliece
Source: python-mceliece
Version: 0~20230612.2-1
Installed-Size: 37
Maintainer: Jan Mojžíš
Architecture: all
Depends: libmceliece1, python3:any
Size: 7016
SHA256: 2e3abf7e08d13f093a6054ba69eecaa3d949bfca748b7a0f444fcac5bc0206ff
SHA1: 8810b6212b013748c4cb781e85b40878cc2a9073
MD5sum: 9daeb7cbcd4589cd60345884423e6967
Description: Classic McEliece microlibrary - Python wrapper
libmceliece is a Classic McEliece microlibrary.
libmceliece has a very simple stateless API based on the SUPERCOP API,
with wire-format inputs and outputs, providing functions that directly match
the KEM operations provided by Classic McEliece, such as functions
.
mceliece6960119.keypair()
mceliece6960119.enc()
mceliece6960119.dec()
for the mceliece6960119 KEM.
Description-md5:
Homepage: https://github.com/janmojzis/python-mceliece
Section: python
Priority: optional
Filename: pool/main/p/python-mceliece/python3-mceliece_0~20230612.2-1_all.deb

5. The same packages on other Linux Distributions