How To Install python-sure-doc on Fedora 36

In this tutorial we learn how to install python-sure-doc in Fedora 36. python-sure-doc is Documentation for Sure

Introduction

In this tutorial we learn how to install python-sure-doc on Fedora 36.

What is python-sure-doc

An idiomatic testing library for python with powerful and flexible assertions created by Gabriel Falcão. Sure’s developer experience is inspired and modeled after RSpec Expectations and should.js.

We can use yum or dnf to install python-sure-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-sure-doc.

Install python-sure-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-sure-doc using dnf by running the following command:

sudo dnf -y install python-sure-doc

Install python-sure-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-sure-doc using yum by running the following command:

sudo yum -y install python-sure-doc

How To Uninstall python-sure-doc on Fedora 36

To uninstall only the python-sure-doc package we can use the following command:

sudo dnf remove python-sure-doc

python-sure-doc Package Contents on Fedora 36

/usr/share/doc/python-sure-doc
/usr/share/doc/python-sure-doc/CHANGELOG.md
/usr/share/doc/python-sure-doc/README.rst
/usr/share/doc/python-sure-doc/Sure.pdf
/usr/share/doc/python-sure-doc/TODO.rst
/usr/share/licenses/python-sure-doc
/usr/share/licenses/python-sure-doc/COPYING

References

Summary

In this tutorial we learn how to install python-sure-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).