How to Install and Uninstall SOIL.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "SOIL.x86_64" package

Please follow the guidelines below to install SOIL.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install SOIL.x86_64

2. Uninstall "SOIL.x86_64" package

In this section, we are going to explain the necessary steps to uninstall SOIL.x86_64 on Fedora 36:

$ sudo dnf remove SOIL.x86_64 $ sudo dnf autoremove

3. Information about the SOIL.x86_64 package on Fedora 36

Last metadata expiration check: 4:02:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : SOIL
Version : 1.07
Release : 31.20080706.fc36
Architecture : x86_64
Size : 63 k
Source : SOIL-1.07-31.20080706.fc36.src.rpm
Repository : fedora
Summary : Simple OpenGL Image Library
URL : http://www.lonesock.net/soil.html
License : Public Domain and MIT
Description : SOIL is a tiny C library used primarily for uploading textures into OpenGL. It
: is based on stb_image version 1.16, the public domain code from Sean Barrett.
: The author has extended it to load TGA and DDS files, and to perform common
: functions needed in loading OpenGL textures. SOIL can also be used to save and
: load images in a variety of formats (useful for loading height maps, non-OpenGL
: applications, etc.)