How To Install SDL2_net-devel on Fedora 36

In this tutorial we learn how to install SDL2_net-devel in Fedora 36. SDL2_net-devel is Libraries and includes to develop SDL networked applications

Introduction

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

What is SDL2_net-devel

This is a portable network library for use with SDL. This is the libraries and include files you can use to develop SDL networked applications.

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

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

sudo dnf -y install SDL2_net-devel

Install SDL2_net-devel on Fedora 36 Using yum


Update yum database with yum using the following command.

title: "How To Install SDL2_net-devel on Fedora 36"
sudo yum makecache --refresh
linkTitle: "SDL2_net-devel"

type: “docs”

After updating yum database, We can install SDL2_net-devel using yum by running the following command: description: “In this tutorial we learn how to install SDL2_net-devel in Fedora 36. SDL2_net-devel is Libraries and includes to develop SDL networked applications”

date: “2022-08-17”

lastmod: "2022-08-17"
sudo yum -y install SDL2_net-devel
#image: /images/fedora/36/SDL2_net-devel-featured.png

How To Uninstall SDL2_net-devel on Fedora 36

Introduction

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

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


sudo dnf remove SDL2_net-devel
### What is `SDL2_net-devel`

This is a portable network library for use with SDL. This is the libraries and include files you can use to develop SDL networked applications.

SDL2_net-devel Package Contents on Fedora 36

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

Install SDL2_net-devel on Fedora 36 Using dnf


Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install SDL2_net-devel using dnf by running the following command:

sudo dnf -y install SDL2_net-devel

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

sudo yum -y install SDL2_net-devel

How To Uninstall SDL2_net-devel on Fedora 36

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

sudo dnf remove SDL2_net-devel

SDL2_net-devel Package Contents on Fedora 36

/usr/include/SDL2/SDL_net.h
/usr/lib64/libSDL2_net.so
/usr/lib64/pkgconfig/SDL2_net.pc

/usr/include/SDL2/SDL_net.h /usr/lib/libSDL2_net.so /usr/lib/pkgconfig/SDL2_net.pc

References

Summary

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


## References

* [SDL2_net-devel website](http://www.libsdl.org/projects/SDL_net/)

## Summary

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