How to Install and Uninstall perl-Text-Ngram.x86_64 Package on Fedora 35

Last updated: October 09,2024

1. Install "perl-Text-Ngram.x86_64" package

Learn how to install perl-Text-Ngram.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Text-Ngram.x86_64

2. Uninstall "perl-Text-Ngram.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Text-Ngram.x86_64 on Fedora 35:

$ sudo dnf remove perl-Text-Ngram.x86_64 $ sudo dnf autoremove

3. Information about the perl-Text-Ngram.x86_64 package on Fedora 35

Last metadata expiration check: 2:22:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Text-Ngram
Version : 0.15
Release : 22.fc35
Architecture : x86_64
Size : 21 k
Source : perl-Text-Ngram-0.15-22.fc35.src.rpm
Repository : fedora
Summary : Ngram analysis of text
URL : https://metacpan.org/release/Text-Ngram
License : GPL+ or Artistic
Description : n-Gram analysis is a field in textual analysis which uses sliding window
: character sequences in order to aid topic analysis, language determination
: and so on. The n-gram spectrum of a document can be used to compare and
: filter documents in multiple languages, prepare word prediction networks,
: and perform spelling correction.