How to Install and Uninstall Hermes.i686 Package on Fedora 34

Last updated: July 05,2024

1. Install "Hermes.i686" package

Please follow the guidelines below to install Hermes.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install Hermes.i686

2. Uninstall "Hermes.i686" package

Learn how to uninstall Hermes.i686 on Fedora 34:

$ sudo dnf remove Hermes.i686 $ sudo dnf autoremove

3. Information about the Hermes.i686 package on Fedora 34

Last metadata expiration check: 1:48:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : Hermes
Version : 1.3.3
Release : 37.fc34
Architecture : i686
Size : 80 k
Source : Hermes-1.3.3-37.fc34.src.rpm
Repository : fedora
Summary : Pixel format conversion library
URL : http://web.archive.org/web/20040202225109/http://www.clanlib.org/hermes/
License : LGPLv2+
Description : HERMES is a library designed to convert a source buffer with a specified pixel
: format to a destination buffer with possibly a different format at the maximum
: possible speed.
:
: On x86 and MMX architectures, handwritten assembler routines are taking over
: the job and doing it lightning fast.
:
: On top of that, HERMES provides fast surface clearing, stretching and some
: dithering. Supported platforms are basically all that have an ANSI C compiler
: as there is no platform specific code but those are supported: DOS, Win32
: (Visual C), Linux, FreeBSD (IRIX, Solaris are on hold at the moment), some BeOS
: support.