How to Install and Uninstall python3-nltk.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "python3-nltk.noarch" package

Please follow the guidelines below to install python3-nltk.noarch on Fedora 35

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

2. Uninstall "python3-nltk.noarch" package

This guide let you learn how to uninstall python3-nltk.noarch on Fedora 35:

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

3. Information about the python3-nltk.noarch package on Fedora 35

Last metadata expiration check: 2:49:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-nltk
Epoch : 1
Version : 3.6.2
Release : 2.fc35
Architecture : noarch
Size : 1.9 M
Source : python-nltk-3.6.2-2.fc35.src.rpm
Repository : fedora
Summary : Natural Language Toolkit (Python 3)
URL : http://www.nltk.org/
License : ASL 2.0 and GPLv2+ with exceptions
Description : NLTK is a Python package that simplifies the construction of programs
: that process natural language; and defines standard interfaces between
: the different components of an NLP system. It was designed primarily
: to help teach graduate and undergraduate students about computational
: linguistics; but it is also useful as a framework for implementing
: research projects.
:
: This package provides the Python 3 build of NLTK.