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

Last updated: January 11,2025

1. Install "Hermes.i686" package

Please follow the instructions below to install Hermes.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install Hermes.i686

2. Uninstall "Hermes.i686" package

This is a short guide on how to uninstall Hermes.i686 on Fedora 36:

$ sudo dnf remove Hermes.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:54:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : Hermes
Version : 1.3.3
Release : 39.fc36
Architecture : i686
Size : 81 k
Source : Hermes-1.3.3-39.fc36.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.