How to Install and Uninstall libguess.x86_64 Package on Fedora 39

Last updated: March 01,2025

1. Install "libguess.x86_64" package

In this section, we are going to explain the necessary steps to install libguess.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libguess.x86_64

2. Uninstall "libguess.x86_64" package

Here is a brief guide to show you how to uninstall libguess.x86_64 on Fedora 39:

$ sudo dnf remove libguess.x86_64 $ sudo dnf autoremove

3. Information about the libguess.x86_64 package on Fedora 39

Last metadata expiration check: 2:32:04 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libguess
Version : 1.2
Release : 19.fc39
Architecture : x86_64
Size : 17 k
Source : libguess-1.2-19.fc39.src.rpm
Repository : fedora
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.