How To Install ocaml-SDL-devel on Fedora 36

In this tutorial we learn how to install ocaml-SDL-devel in Fedora 36. ocaml-SDL-devel is Development files for ocamlSDL

Introduction

In this tutorial we learn how to install ocaml-SDL-devel on Fedora 36.

What is ocaml-SDL-devel

The ocamlSDL-devel package provides libraries and headers for developing applications using ocamlSDL

We can use yum or dnf to install ocaml-SDL-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-SDL-devel.

Install ocaml-SDL-devel 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 ocaml-SDL-devel using dnf by running the following command:

sudo dnf -y install ocaml-SDL-devel

Install ocaml-SDL-devel 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 ocaml-SDL-devel using yum by running the following command:

sudo yum -y install ocaml-SDL-devel

How To Uninstall ocaml-SDL-devel on Fedora 36

To uninstall only the ocaml-SDL-devel package we can use the following command:

sudo dnf remove ocaml-SDL-devel

ocaml-SDL-devel Package Contents on Fedora 36

/usr/lib/ocaml/sdl/libsdlloaderstub.a
/usr/lib/ocaml/sdl/libsdlmixerstub.a
/usr/lib/ocaml/sdl/libsdlstub.a
/usr/lib/ocaml/sdl/libsdlttfstub.a
/usr/lib/ocaml/sdl/sdl.a
/usr/lib/ocaml/sdl/sdl.cmxa
/usr/lib/ocaml/sdl/sdl.mli
/usr/lib/ocaml/sdl/sdlcdrom.mli
/usr/lib/ocaml/sdl/sdlevent.mli
/usr/lib/ocaml/sdl/sdlgfx.mli
/usr/lib/ocaml/sdl/sdlgl.mli
/usr/lib/ocaml/sdl/sdljoystick.mli
/usr/lib/ocaml/sdl/sdlkey.mli
/usr/lib/ocaml/sdl/sdlloader.a
/usr/lib/ocaml/sdl/sdlloader.cmxa
/usr/lib/ocaml/sdl/sdlloader.mli
/usr/lib/ocaml/sdl/sdlmixer.a
/usr/lib/ocaml/sdl/sdlmixer.cmxa
/usr/lib/ocaml/sdl/sdlmixer.mli
/usr/lib/ocaml/sdl/sdlmouse.mli
/usr/lib/ocaml/sdl/sdltimer.mli
/usr/lib/ocaml/sdl/sdlttf.a
/usr/lib/ocaml/sdl/sdlttf.cmxa
/usr/lib/ocaml/sdl/sdlttf.mli
/usr/lib/ocaml/sdl/sdlvideo.mli
/usr/lib/ocaml/sdl/sdlwm.mli
/usr/share/doc/ocaml-SDL-devel
/usr/share/doc/ocaml-SDL-devel/htmlref
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlcdrom.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlevent.Old.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlevent.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlgl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdljoystick.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlkey.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlloader.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlmixer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlmouse.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdltimer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlttf.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlvideo.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlwm.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_attributes.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_class_types.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_classes.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_exceptions.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_methods.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_module_types.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_modules.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_types.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_values.html
/usr/share/doc/ocaml-SDL-devel/htmlref/style.css
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlcdrom.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlevent.Old.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlevent.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlgl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdljoystick.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlkey.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlloader.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlmixer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlmouse.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdltimer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlttf.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlvideo.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlwm.html

References

Summary

In this tutorial we learn how to install ocaml-SDL-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ocaml-SDL-devel on Fedora 36” linkTitle: “ocaml-SDL-devel” type: “docs” description: “In this tutorial we learn how to install ocaml-SDL-devel in Fedora 36. ocaml-SDL-devel is Development files for ocamlSDL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-SDL-devel-featured.png

Introduction

In this tutorial we learn how to install ocaml-SDL-devel on Fedora 36.

What is ocaml-SDL-devel

The ocamlSDL-devel package provides libraries and headers for developing applications using ocamlSDL

We can use yum or dnf to install ocaml-SDL-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-SDL-devel.

Install ocaml-SDL-devel 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 ocaml-SDL-devel using dnf by running the following command:

sudo dnf -y install ocaml-SDL-devel

Install ocaml-SDL-devel 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 ocaml-SDL-devel using yum by running the following command:

sudo yum -y install ocaml-SDL-devel

How To Uninstall ocaml-SDL-devel on Fedora 36

To uninstall only the ocaml-SDL-devel package we can use the following command:

sudo dnf remove ocaml-SDL-devel

ocaml-SDL-devel Package Contents on Fedora 36

/usr/lib64/ocaml/sdl/libsdlloaderstub.a
/usr/lib64/ocaml/sdl/libsdlmixerstub.a
/usr/lib64/ocaml/sdl/libsdlstub.a
/usr/lib64/ocaml/sdl/libsdlttfstub.a
/usr/lib64/ocaml/sdl/sdl.a
/usr/lib64/ocaml/sdl/sdl.cmxa
/usr/lib64/ocaml/sdl/sdl.mli
/usr/lib64/ocaml/sdl/sdlcdrom.mli
/usr/lib64/ocaml/sdl/sdlevent.mli
/usr/lib64/ocaml/sdl/sdlgfx.mli
/usr/lib64/ocaml/sdl/sdlgl.mli
/usr/lib64/ocaml/sdl/sdljoystick.mli
/usr/lib64/ocaml/sdl/sdlkey.mli
/usr/lib64/ocaml/sdl/sdlloader.a
/usr/lib64/ocaml/sdl/sdlloader.cmxa
/usr/lib64/ocaml/sdl/sdlloader.mli
/usr/lib64/ocaml/sdl/sdlmixer.a
/usr/lib64/ocaml/sdl/sdlmixer.cmxa
/usr/lib64/ocaml/sdl/sdlmixer.mli
/usr/lib64/ocaml/sdl/sdlmouse.mli
/usr/lib64/ocaml/sdl/sdltimer.mli
/usr/lib64/ocaml/sdl/sdlttf.a
/usr/lib64/ocaml/sdl/sdlttf.cmxa
/usr/lib64/ocaml/sdl/sdlttf.mli
/usr/lib64/ocaml/sdl/sdlvideo.mli
/usr/lib64/ocaml/sdl/sdlwm.mli
/usr/share/doc/ocaml-SDL-devel
/usr/share/doc/ocaml-SDL-devel/htmlref
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlcdrom.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlevent.Old.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlevent.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlgl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdljoystick.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlkey.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlloader.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlmixer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlmouse.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdltimer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlttf.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlvideo.html
/usr/share/doc/ocaml-SDL-devel/htmlref/Sdlwm.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_attributes.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_class_types.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_classes.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_exceptions.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_methods.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_module_types.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_modules.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_types.html
/usr/share/doc/ocaml-SDL-devel/htmlref/index_values.html
/usr/share/doc/ocaml-SDL-devel/htmlref/style.css
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlcdrom.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlevent.Old.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlevent.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlgl.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdljoystick.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlkey.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlloader.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlmixer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlmouse.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdltimer.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlttf.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlvideo.html
/usr/share/doc/ocaml-SDL-devel/htmlref/type_Sdlwm.html

References

Summary

In this tutorial we learn how to install ocaml-SDL-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).