How To Install python3-adapt on Fedora 36

In this tutorial we learn how to install python3-adapt in Fedora 36. python3-adapt is A python3 library for Adapt Intent Parser

Introduction

In this tutorial we learn how to install python3-adapt on Fedora 36.

What is python3-adapt

A python3 library for Adapt Intent Parser.

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

Install python3-adapt 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 python3-adapt using dnf by running the following command:

sudo dnf -y install python3-adapt

Install python3-adapt 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 python3-adapt using yum by running the following command:

sudo yum -y install python3-adapt

How To Uninstall python3-adapt on Fedora 36

To uninstall only the python3-adapt package we can use the following command:

sudo dnf remove python3-adapt

python3-adapt Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/adapt
/usr/lib/python3.10/site-packages/adapt/__init__.py
/usr/lib/python3.10/site-packages/adapt/__pycache__
/usr/lib/python3.10/site-packages/adapt/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/context.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/context.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/engine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/engine.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/entity_tagger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/entity_tagger.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/expander.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/expander.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/intent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/intent.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/context.py
/usr/lib/python3.10/site-packages/adapt/engine.py
/usr/lib/python3.10/site-packages/adapt/entity_tagger.py
/usr/lib/python3.10/site-packages/adapt/expander.py
/usr/lib/python3.10/site-packages/adapt/intent.py
/usr/lib/python3.10/site-packages/adapt/parser.py
/usr/lib/python3.10/site-packages/adapt/tools
/usr/lib/python3.10/site-packages/adapt/tools/__init__.py
/usr/lib/python3.10/site-packages/adapt/tools/__pycache__
/usr/lib/python3.10/site-packages/adapt/tools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/tools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/tools/debug
/usr/lib/python3.10/site-packages/adapt/tools/debug/__init__.py
/usr/lib/python3.10/site-packages/adapt/tools/debug/__pycache__
/usr/lib/python3.10/site-packages/adapt/tools/debug/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/tools/debug/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text
/usr/lib/python3.10/site-packages/adapt/tools/text/__init__.py
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__/tokenizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__/tokenizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__/trie.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text/__pycache__/trie.cpython-310.pyc
/usr/lib/python3.10/site-packages/adapt/tools/text/tokenizer.py
/usr/lib/python3.10/site-packages/adapt/tools/text/trie.py
/usr/lib/python3.10/site-packages/adapt_parser-1.0.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/adapt_parser-1.0.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/adapt_parser-1.0.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/adapt_parser-1.0.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/adapt_parser-1.0.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/adapt_parser-1.0.0-py3.10.egg-info/top_level.txt
/usr/share/licenses/python3-adapt
/usr/share/licenses/python3-adapt/LICENSE.md

References

Summary

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