How To Install SDL2_net on Fedora 36
Introduction
In this tutorial we learn how to install SDL2_net
on Fedora 36.
What is SDL2_net
This is a portable network library for use with SDL.
We can use yum
or dnf
to install SDL2_net
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL2_net.
Install SDL2_net on Fedora 36 Using dnf
title: “How To Install SDL2_net on Fedora 36”
Update yum database with dnf
using the following command.
linkTitle: “SDL2_net”
type: “docs”
sudo dnf makecache --refresh
description: "In this tutorial we learn how to install SDL2_net in Fedora 36. SDL2_net is SDL portable network library"
date: “2022-08-17”
lastmod: “2022-08-17”
#image: /images/fedora/36/SDL2_net-featured.png
After updating yum database, We can install SDL2_net
using dnf
by running the following command:
## Introduction
sudo dnf -y install SDL2_net
In this tutorial we learn how to install SDL2_net
on Fedora 36.
Install SDL2_net on Fedora 36 Using yum
What is SDL2_net
Update yum database with yum
using the following command.
This is a portable network library for use with SDL.
sudo yum makecache --refresh
We can use yum
or dnf
to install SDL2_net
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL2_net.
After updating yum database, We can install SDL2_net
using yum
by running the following command:
Install SDL2_net on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
sudo yum -y install SDL2_net
sudo dnf makecache --refresh
## How To Uninstall SDL2_net on Fedora 36
To uninstall only the SDL2_net
package we can use the following command:
After updating yum database, We can install SDL2_net
using dnf
by running the following command:
```bash
sudo dnf remove SDL2_net
sudo dnf -y install SDL2_net
## SDL2_net Package Contents on Fedora 36
## Install SDL2_net on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install SDL2_net
using yum
by running the following command:
sudo yum -y install SDL2_net
How To Uninstall SDL2_net on Fedora 36
To uninstall only the SDL2_net
package we can use the following command:
sudo dnf remove SDL2_net
SDL2_net Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/bdc76beb2ba2537b0c6f6d8500b73ec84d9df9
/usr/lib64/libSDL2_net-2.0.so.0
/usr/lib64/libSDL2_net-2.0.so.0.0.1
/usr/share/doc/SDL2_net
/usr/share/doc/SDL2_net/CHANGES.txt
/usr/share/doc/SDL2_net/README.txt
/usr/share/licenses/SDL2_net
/usr/share/licenses/SDL2_net/COPYING.txt
References
Summary
In this tutorial we learn how to install SDL2_net
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/68 /usr/lib/.build-id/68/d9d2c2581b0ea240e4d45ae0ef10d2b6c332b7 /usr/lib/libSDL2_net-2.0.so.0 /usr/lib/libSDL2_net-2.0.so.0.0.1 /usr/share/doc/SDL2_net /usr/share/doc/SDL2_net/CHANGES.txt /usr/share/doc/SDL2_net/README.txt /usr/share/licenses/SDL2_net /usr/share/licenses/SDL2_net/COPYING.txt
## References
* [SDL2_net website](http://www.libsdl.org/projects/SDL_net/)
## Summary
In this tutorial we learn how to install `SDL2_net` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).