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

Last updated: October 04,2024

1. Install "Hermes.i686" package

In this section, we are going to explain the necessary steps to install Hermes.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install Hermes.i686

2. Uninstall "Hermes.i686" package

Please follow the step by step instructions below to uninstall Hermes.i686 on Fedora 35:

$ sudo dnf remove Hermes.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:02:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : Hermes
Version : 1.3.3
Release : 38.fc35
Architecture : i686
Size : 77 k
Source : Hermes-1.3.3-38.fc35.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.