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

Last updated: May 18,2024

1. Install "python3-sop" package

Please follow the steps below to install python3-sop on Kali Linux

$ sudo apt update $ sudo apt install python3-sop

2. Uninstall "python3-sop" package

Learn how to uninstall python3-sop on Kali Linux:

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

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

Package: python3-sop
Source: python-sop
Version: 0.5.1-2
Installed-Size: 70
Maintainer: Daniel Kahn Gillmor
Architecture: all
Depends: python3:any
Size: 14108
SHA256: 9c8ec2973cfc3bb216a1515c35a63e32c4f385ab7f80a686c7b6b14a1c50af46
SHA1: 9652e33d66b2a61a10a58d237a63995ef19b5743
MD5sum: 60175fb6406982f574c244c58cf52154
Description: Framework for implementing the Stateless OpenPGP CLI in Python
The Stateless OpenPGP Command-Line Interface (or `sop`) is a
specification that encourages OpenPGP implementors to provide a
common, relatively simple command-line API for purposes of object
security.
.
This Python module helps implementers build such a CLI from any
implementation accessible to the Python interpreter.
.
This package does *not* provide such an implementation itself -- this
is just the scaffolding for the command line, which should make it
relatively easy for an implementer to supply a handful of Python
functions as methods of a class and get a full-fledged CLI as the
result.
Description-md5:
Homepage: https://gitlab.com/dkg/python-sop
Section: python
Priority: optional
Filename: pool/main/p/python-sop/python3-sop_0.5.1-2_all.deb