How To Install python-cffi-doc.noarch on Amazon Linux 2

In this tutorial we learn how to install python-cffi-doc.noarch in Amazon Linux 2. python-cffi-doc.noarch is Documentation for CFFI

Introduction

In this tutorial we learn how to install python-cffi-doc.noarch on Amazon Linux 2.

What is python-cffi-doc.noarch

Documentation for CFFI, the Foreign Function Interface for Python.

We can use yum to install python-cffi-doc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-cffi-doc.noarch.

Install python-cffi-doc.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install python-cffi-doc.noarch

How To Uninstall python-cffi-doc.noarch on Amazon Linux 2

To uninstall only the python-cffi-doc.noarch package we can use the following command:

sudo yum remove python-cffi-doc.noarch

python-cffi-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/python-cffi-doc-1.6.0
/usr/share/doc/python-cffi-doc-1.6.0/html
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/cdef.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/embedding.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/index.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/installation.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/overview.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/ref.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/using.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_sources/whatsnew.txt
/usr/share/doc/python-cffi-doc-1.6.0/html/_static
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/ajax-loader.gif
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/basic.css
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/comment-bright.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/comment-close.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/comment.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/default.css
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/doctools.js
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/down-pressed.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/down.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/file.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/jquery.js
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/minus.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/plus.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/pygments.css
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/searchtools.js
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/sidebar.js
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/underscore.js
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/up-pressed.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/up.png
/usr/share/doc/python-cffi-doc-1.6.0/html/_static/websupport.js
/usr/share/doc/python-cffi-doc-1.6.0/html/cdef.html
/usr/share/doc/python-cffi-doc-1.6.0/html/embedding.html
/usr/share/doc/python-cffi-doc-1.6.0/html/genindex.html
/usr/share/doc/python-cffi-doc-1.6.0/html/index.html
/usr/share/doc/python-cffi-doc-1.6.0/html/installation.html
/usr/share/doc/python-cffi-doc-1.6.0/html/objects.inv
/usr/share/doc/python-cffi-doc-1.6.0/html/overview.html
/usr/share/doc/python-cffi-doc-1.6.0/html/ref.html
/usr/share/doc/python-cffi-doc-1.6.0/html/search.html
/usr/share/doc/python-cffi-doc-1.6.0/html/searchindex.js
/usr/share/doc/python-cffi-doc-1.6.0/html/using.html
/usr/share/doc/python-cffi-doc-1.6.0/html/whatsnew.html

References

Summary

In this tutorial we learn how to install python-cffi-doc.noarch on Amazon Linux 2 using yum.