How to Install and Uninstall mecab.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 05,2024

1. Install "mecab.x86_64" package

Please follow the steps below to install mecab.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mecab.x86_64

2. Uninstall "mecab.x86_64" package

Please follow the steps below to uninstall mecab.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mecab.x86_64 $ sudo dnf autoremove

3. Information about the mecab.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:05:36 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mecab
Version : 0.996
Release : 1.module_el8.2.0+493+63b41e36.9
Architecture : x86_64
Size : 393 k
Source : mecab-0.996-1.module_el8.2.0+493+63b41e36.9.src.rpm
Repository : appstream
Summary : Yet Another Part-of-Speech and Morphological Analyzer
URL : http://mecab.sourceforge.net/
License : BSD or LGPLv2+ or GPL+
Description : MeCab is a open source morphological analyzer which uses
: CRF (Conditional Random Fields) as the estimation of parameters.
:
: NOTE:
: You have to install MeCab dictionary rpm to make use
: of MeCab.