How To Install sdljava on Fedora 36
Introduction
In this tutorial we learn how to install sdljava
on Fedora 36.
What is sdljava
sdljava is a Java binding to the SDL API being developed by Ivan Ganza. sdljava provides the ability to write games and other applications from the java programming language. sdljava is designed to be fast, efficient and easy to use.
We can use yum
or dnf
to install sdljava
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sdljava.
Install sdljava on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install sdljava
using dnf
by running the following command:
sudo dnf -y install sdljava
Install sdljava on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sdljava
using yum
by running the following command:
sudo yum -y install sdljava
How To Uninstall sdljava on Fedora 36
To uninstall only the sdljava
package we can use the following command:
sudo dnf remove sdljava
sdljava Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/190b08a71139878ca272edcd41a92ec7325379
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/7b8ba9511e5aef2bbdc54cf96e2f75278ab9f8
/usr/lib/.build-id/53
/usr/lib/.build-id/53/550956ecbdd1915b68e710da20e1e29083ef35
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/6f7732f09966ea035ec67ec8bfa33637b03deb
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/f4a3c820dae2eb67cd628ed891e71529d4a077
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/607dff8bd3169687125e3b757242598d542b1a
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/8da8aec353dbdd15272a31bf42ab824e17a889
/usr/lib/java/sdljava.jar
/usr/lib64/sdljava
/usr/lib64/sdljava/libftgljava.so
/usr/lib64/sdljava/libgljava.so
/usr/lib64/sdljava/libsdljava.so
/usr/lib64/sdljava/libsdljava_gfx.so
/usr/lib64/sdljava/libsdljava_image.so
/usr/lib64/sdljava/libsdljava_mixer.so
/usr/lib64/sdljava/libsdljava_ttf.so
/usr/share/doc/sdljava
/usr/share/doc/sdljava/CHANGES_0_9_1
/usr/share/doc/sdljava/README
/usr/share/doc/sdljava/TODO
References
Summary
In this tutorial we learn how to install sdljava
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).