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

Last updated: May 05,2024

1. Install "python3-paypal" package

Please follow the step by step instructions below to install python3-paypal on Kali Linux

$ sudo apt update $ sudo apt install python3-paypal

2. Uninstall "python3-paypal" package

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

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

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

Package: python3-paypal
Source: python-paypal
Version: 1.2.5-4
Installed-Size: 73
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3:any
Size: 19020
SHA256: 5a0b1613f070c30b47a343cbb0cf13eb7be4bff4961815d13ba7de9b0c57dd5d
SHA1: 9a461901370eca1625dfd8f80765bde208e24656
MD5sum: c434f718e40521b9b2dd5b348c6df1fe
Description: PayPal API implementation (Python 3)
This package implements Paypal's Website Payments Pro NVP API in Python.
This currently includes Direct Payments (Credit card payments without a PayPal
Account) and PayPal Express Checkout (Payment via a PayPal account).
.
python-paypal does no real validation, doesn't hold hands, and is generally
only going to handle authentication, http-level stuff, and serializing
a list of keyword arguments passed to the API methods. You'll need to
read the official PayPal documentation for what key/values to pass:
https://developer.paypal.com/docs/classic/
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://pypi.python.org/pypi/paypal
Section: python
Priority: optional
Filename: pool/main/p/python-paypal/python3-paypal_1.2.5-4_all.deb