How to Install and Uninstall libguess.i686 Package on Fedora 35

Last updated: July 04,2024

1. Install "libguess.i686" package

Please follow the instructions below to install libguess.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libguess.i686

2. Uninstall "libguess.i686" package

Please follow the instructions below to uninstall libguess.i686 on Fedora 35:

$ sudo dnf remove libguess.i686 $ sudo dnf autoremove

3. Information about the libguess.i686 package on Fedora 35

Last metadata expiration check: 5:53:42 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libguess
Version : 1.2
Release : 16.fc35
Architecture : i686
Size : 17 k
Source : libguess-1.2-16.fc35.src.rpm
Repository : updates
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.