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

Last updated: October 01,2024

1. Install "python3-nltk.noarch" package

In this section, we are going to explain the necessary steps to install python3-nltk.noarch on Fedora 38

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

2. Uninstall "python3-nltk.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-nltk.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:00:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-nltk
Epoch : 1
Version : 3.6.2
Release : 6.fc38
Architecture : noarch
Size : 2.6 M
Source : python-nltk-3.6.2-6.fc38.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.