How to Install and Uninstall libSDL_gfx-devel Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "libSDL_gfx-devel" package

Learn how to install libSDL_gfx-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libSDL_gfx-devel

2. Uninstall "libSDL_gfx-devel" package

Learn how to uninstall libSDL_gfx-devel on openSuSE Tumbleweed:

$ sudo zypper remove libSDL_gfx-devel

3. Information about the libSDL_gfx-devel package on openSuSE Tumbleweed

Information for package libSDL_gfx-devel:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libSDL_gfx-devel
Version : 2.0.26-1.27
Arch : x86_64
Vendor : openSUSE
Installed Size : 85.5 KiB
Installed : No
Status : not installed
Source package : SDL_gfx-2.0.26-1.27.src
Upstream URL : http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
Summary : Libraries, includes and more to develop SDL_gfx applications
Description :
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
provided basic drawing routines such as lines, circles or polygons and
SDL_rotozoom which implemented a interpolating rotozoomer for SDL
surfaces. The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)
The library is backwards compatible to the above mentioned code. It is
written in plain C and can be used in C++ code.