How To Install SDL_Pango on Fedora 34
Introduction
In this tutorial we learn how to install SDL_Pango
on Fedora 34.
What is SDL_Pango
Pango is the text rendering engine of GNOME 2. SDL_Pango connects that engine to SDL, the Simple DirectMedia Layer. SDL_Pango 0.1.2 33.fc34 x86_64 27 k SDL_Pango-0.1.2-33.fc34.src.rpm fedora Rendering of internationalized text for SDL (Simple DirectMedia Layer) http LGPLv2+ Pango is the text rendering engine of GNOME 2. SDL_Pango connects that engine to SDL, the Simple DirectMedia Layer.
We can use yum
or dnf
to install SDL_Pango
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install SDL_Pango.
Install SDL_Pango on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install SDL_Pango
using dnf
by running the following command:
sudo dnf -y install SDL_Pango
Install SDL_Pango on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install SDL_Pango
using yum
by running the following command:
sudo yum -y install SDL_Pango
How To Uninstall SDL_Pango on Fedora 34
To uninstall only the SDL_Pango
package we can use the following command:
sudo dnf remove SDL_Pango
SDL_Pango Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/81cef70f8983aa41a500514ce6cccea84ffe78
/usr/lib64/libSDL_Pango.so.1
/usr/lib64/libSDL_Pango.so.1.1.0
/usr/share/doc/SDL_Pango
/usr/share/doc/SDL_Pango/AUTHORS
/usr/share/doc/SDL_Pango/COPYING
/usr/share/doc/SDL_Pango/ChangeLog
/usr/share/doc/SDL_Pango/NEWS
/usr/share/doc/SDL_Pango/README
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/f7c4a3d94aaad97f4448bf7659ee740758279c
/usr/lib/libSDL_Pango.so.1
/usr/lib/libSDL_Pango.so.1.1.0
/usr/share/doc/SDL_Pango
/usr/share/doc/SDL_Pango/AUTHORS
/usr/share/doc/SDL_Pango/COPYING
/usr/share/doc/SDL_Pango/ChangeLog
/usr/share/doc/SDL_Pango/NEWS
/usr/share/doc/SDL_Pango/README
References
- [SDL_Pango website](http://sdlpango.sourceforge.net/ http://sdlpango.sourceforge.net/)
Summary
In this tutorial we learn how to install SDL_Pango
on Fedora 34 using yum and dnf.