How to Install and Uninstall libguess.i686 Package on Fedora 34
Last updated: February 07,2025
1. Install "libguess.i686" package
This guide let you learn how to install libguess.i686 on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
libguess.i686
Copied
2. Uninstall "libguess.i686" package
In this section, we are going to explain the necessary steps to uninstall libguess.i686 on Fedora 34:
$
sudo dnf remove
libguess.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libguess.i686 package on Fedora 34
Last metadata expiration check: 4:33:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libguess
Version : 1.2
Release : 13.fc34
Architecture : i686
Size : 17 k
Source : libguess-1.2-13.fc34.src.rpm
Repository : fedora
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.
Available Packages
Name : libguess
Version : 1.2
Release : 13.fc34
Architecture : i686
Size : 17 k
Source : libguess-1.2-13.fc34.src.rpm
Repository : fedora
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.