How to Install and Uninstall perl-Gtk3 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Gtk3" package

This guide let you learn how to install perl-Gtk3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Gtk3

2. Uninstall "perl-Gtk3" package

Please follow the instructions below to uninstall perl-Gtk3 on openSUSE Leap:

$ sudo zypper remove perl-Gtk3

3. Information about the perl-Gtk3 package on openSUSE Leap

Information for package perl-Gtk3:
----------------------------------
Repository : Main Repository
Name : perl-Gtk3
Version : 0.038-150400.1.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 123.1 KiB
Installed : No
Status : not installed
Source package : perl-Gtk3-0.038-150400.1.9.src
Upstream URL : https://metacpan.org/release/Gtk3
Summary : Perl interface to the 3.x series of the gtk+ toolkit
Description :
The 'Gtk3' module allows a Perl developer to use the gtk+ graphical user
interface library. Find out more about gtk+ at http://www.gtk.org.
The gtk+ reference manual is also a handy companion when writing 'Gtk3'
programs in Perl: http://developer.gnome.org/gtk3/stable/. The Perl
bindings follow the C API very closely, and the C reference documentation
should be considered the canonical source. The principles underlying the
mapping from C to Perl are explained in the documentation of
Glib::Object::Introspection, on which 'Gtk3' is based.
Glib::Object::Introspection also comes with the 'perli11ndoc' program which
displays the API reference documentation of all installed libraries
organized in accordance with these principles.