How To Install Hermes on Fedora 36
Introduction
In this tutorial we learn how to install Hermes
on Fedora 36.
What is Hermes
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 (Visual C), Linux, FreeBSD (IRIX, Solaris are on hold at the moment), some BeOS support.
We can use yum
or dnf
to install Hermes
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Hermes.
Install Hermes on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install Hermes
using dnf
by running the following command:
Install Hermes on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install Hermes
using yum
by running the following command:
How To Uninstall Hermes on Fedora 36
To uninstall only the Hermes
package we can use the following command:
Hermes Package Contents on Fedora 36
After updating yum database, We can install Hermes
using dnf
by running the following command:
Install Hermes on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install Hermes
using yum
by running the following command:
How To Uninstall Hermes on Fedora 36
To uninstall only the Hermes
package we can use the following command:
Hermes Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install Hermes
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/11762d2dc6a53326174d028f96415c860cbfec /usr/lib64/libHermes.so.1 /usr/lib64/libHermes.so.1.0.0 /usr/share/doc/Hermes /usr/share/doc/Hermes/AUTHORS /usr/share/doc/Hermes/ChangeLog /usr/share/doc/Hermes/FAQ /usr/share/doc/Hermes/NEWS /usr/share/doc/Hermes/README /usr/share/doc/Hermes/TODO /usr/share/doc/Hermes/TODO.Blitters /usr/share/doc/Hermes/TODO.conversion /usr/share/licenses/Hermes /usr/share/licenses/Hermes/COPYING
## References
* [Hermes website](http://web.archive.org/web/20040202225109/http://www.clanlib.org/hermes/)
## Summary
In this tutorial we learn how to install `Hermes` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).