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

Last updated: May 19,2024

1. Install "libguess.x86_64" package

Learn how to install libguess.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libguess.x86_64

2. Uninstall "libguess.x86_64" package

Learn how to uninstall libguess.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libguess.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 5:35:19 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libguess
Version : 1.2
Release : 10.el8
Architecture : x86_64
Size : 19 k
Source : libguess-1.2-10.el8.src.rpm
Repository : epel
Summary : High-speed character set detection library
URL : http://rabbit.dereferenced.org/~nenolod/distfiles/
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.