How to Install and Uninstall python3-stripe.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-stripe.noarch" package

Please follow the steps below to install python3-stripe.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-stripe.noarch

2. Uninstall "python3-stripe.noarch" package

This guide let you learn how to uninstall python3-stripe.noarch on Fedora 36:

$ sudo dnf remove python3-stripe.noarch $ sudo dnf autoremove

3. Information about the python3-stripe.noarch package on Fedora 36

Last metadata expiration check: 0:54:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-stripe
Version : 2.74.0
Release : 1.fc36
Architecture : noarch
Size : 281 k
Source : python-stripe-2.74.0-1.fc36.src.rpm
Repository : updates
Summary : Python library for the Stripe API
URL : https://github.com/stripe/stripe-python
License : MIT
Description : The Stripe Python library provides convenient access to the Stripe API from
: applications written in the Python language. It includes a pre-defined set of
: classes for API resources that initialize themselves dynamically from API
: responses which makes it compatible with a wide range of versions of the
: Stripe API.