How to Install and Uninstall fasttext.x86_64 Package on AlmaLinux 8

Last updated: October 05,2024

1. Install "fasttext.x86_64" package

In this section, we are going to explain the necessary steps to install fasttext.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install fasttext.x86_64

2. Uninstall "fasttext.x86_64" package

This tutorial shows how to uninstall fasttext.x86_64 on AlmaLinux 8:

$ sudo dnf remove fasttext.x86_64 $ sudo dnf autoremove

3. Information about the fasttext.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:06:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : fasttext
Version : 0.9.2
Release : 1.el8
Architecture : x86_64
Size : 140 k
Source : fasttext-0.9.2-1.el8.src.rpm
Repository : epel
Summary : Efficient learning of word representations and sentence classification
URL : https://github.com/facebookresearch/fastText
License : MIT
Description : The fastText is a library for efficient learning of
: word representations and sentence classification.