How to Install and Uninstall perl-Alien-SDL Package on openSUSE Leap

Last updated: May 23,2024

1. Install "perl-Alien-SDL" package

Please follow the step by step instructions below to install perl-Alien-SDL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Alien-SDL

2. Uninstall "perl-Alien-SDL" package

Learn how to uninstall perl-Alien-SDL on openSUSE Leap:

$ sudo zypper remove perl-Alien-SDL

3. Information about the perl-Alien-SDL package on openSUSE Leap

Information for package perl-Alien-SDL:
---------------------------------------
Repository : Main Repository
Name : perl-Alien-SDL
Version : 1.446-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : perl-Alien-SDL-1.446-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Alien-SDL/
Summary : Building, Finding and Using Sdl Binaries
Description :
Please see the Alien manpage for the manifesto of the Alien namespace.
In short 'Alien::SDL' can be used to detect and get configuration settings
from an installed SDL and related libraries. Based on your platform it
offers the possibility to download and install prebuilt binaries or to
build SDL & co. from source codes.
The important facts:
* * The module does not modify in any way the already existing SDL
installation on your system.
* * If you reinstall SDL libs on your system you do not need to
reinstall Alien::SDL (providing that you use the same directory for
the new installation).
* * The prebuild binaries and/or binaries built from sources are always
installed into perl module's 'share' directory.
* * If you use prebuild binaries and/or binaries built from sources
it happens that some of the dynamic libraries (*.so, *.dll) will not
automaticly loadable as they will be stored somewhere under perl module's
'share' directory. To handle this scenario Alien::SDL offers some special
functionality (see below).