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

Last updated: June 24,2024

1. Install "python3-testslide-docs.noarch" package

Please follow the step by step instructions below to install python3-testslide-docs.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-testslide-docs.noarch

2. Uninstall "python3-testslide-docs.noarch" package

Please follow the step by step instructions below to uninstall python3-testslide-docs.noarch on Fedora 36:

$ sudo dnf remove python3-testslide-docs.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:46:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-testslide-docs
Version : 2.7.0
Release : 2.fc36
Architecture : noarch
Size : 304 k
Source : python-TestSlide-2.7.0-2.fc36.src.rpm
Repository : fedora
Summary : Documentation for python3-TestSlide
URL : https://github.com/facebook/TestSlide
License : MIT
Description : A test framework for Python that enable unit testing / TDD / BDD to be
: productive and enjoyable.
:
: Its well behaved mocks with thorough API validations catches bugs both
: when code is first written or long in the future when it is changed.
:
: The flexibility of using them with existing unittest.TestCase or TestSlide's
: own test runner let users get its benefits without requiring refactoring
: existing code.
:
: The python3-testslide-docs package contains documentation for
: python3-testslide.