How to Install and Uninstall mecab.src Package on Oracle Linux 9
Last updated: November 29,2024
1. Install "mecab.src" package
This guide covers the steps necessary to install mecab.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
mecab.src
Copied
2. Uninstall "mecab.src" package
This guide let you learn how to uninstall mecab.src on Oracle Linux 9:
$
sudo dnf remove
mecab.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the mecab.src package on Oracle Linux 9
Last metadata expiration check: 1:52:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mecab
Version : 0.996
Release : 3.el9.4
Architecture : src
Size : 957 k
Source : None
Repository : ol9_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.
Available Packages
Name : mecab
Version : 0.996
Release : 3.el9.4
Architecture : src
Size : 957 k
Source : None
Repository : ol9_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.