How to Install and Uninstall libguess.x86_64 Package on CentOS Stream 9
Last updated: February 01,2025
1. Install "libguess.x86_64" package
Please follow the instructions below to install libguess.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
libguess.x86_64
Copied
2. Uninstall "libguess.x86_64" package
This tutorial shows how to uninstall libguess.x86_64 on CentOS Stream 9:
$
sudo dnf remove
libguess.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libguess.x86_64 package on CentOS Stream 9
Last metadata expiration check: 1:53:30 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libguess
Version : 1.2
Release : 16.el9
Architecture : x86_64
Size : 17 k
Source : libguess-1.2-16.el9.src.rpm
Repository : epel
Summary : High-speed character set detection library
URL : https://github.com/kaniini/libguess
License : BSD
Description : libguess employs discrete-finite automata to deduce the character set of the
: input buffer. The advantage of this is that all character sets can be checked in
: parallel, and quickly. Right now, libguess passes a byte to each DFA on the same
: pass, meaning that the winning character set can be deduced as efficiently as
: possible.
:
: libguess is fully reentrant, using only local stack memory for DFA operations.
Available Packages
Name : libguess
Version : 1.2
Release : 16.el9
Architecture : x86_64
Size : 17 k
Source : libguess-1.2-16.el9.src.rpm
Repository : epel
Summary : High-speed character set detection library
URL : https://github.com/kaniini/libguess
License : BSD
Description : libguess employs discrete-finite automata to deduce the character set of the
: input buffer. The advantage of this is that all character sets can be checked in
: parallel, and quickly. Right now, libguess passes a byte to each DFA on the same
: pass, meaning that the winning character set can be deduced as efficiently as
: possible.
:
: libguess is fully reentrant, using only local stack memory for DFA operations.