How to Install and Uninstall libgtk3-simplelist-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libgtk3-simplelist-perl" package

This is a short guide on how to install libgtk3-simplelist-perl on Kali Linux

$ sudo apt update $ sudo apt install libgtk3-simplelist-perl

2. Uninstall "libgtk3-simplelist-perl" package

Please follow the guidance below to uninstall libgtk3-simplelist-perl on Kali Linux:

$ sudo apt remove libgtk3-simplelist-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgtk3-simplelist-perl package on Kali Linux

Package: libgtk3-simplelist-perl
Version: 0.21-1
Installed-Size: 45
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libgtk3-perl
Size: 16876
SHA256: ba9b044ac6deab3339471a96aec93c886be5f196fbe95d65593edbc230aa18a8
SHA1: 5263f264d05cb18e25d5d77f4f6c3d10513e965e
MD5sum: 3af6404b6e8160509000ebbd99211a7c
Description: Perl simple interface to GTK+ 3's complex MVC list widget
Gtk3 has a powerful, but complex MVC (Model, View, Controller) system used to
implement list and tree widgets. Gtk3::SimpleList automates the complex setup
work and allows you to treat the list model as a more natural list of lists
structure.
.
After creating a new Gtk3::SimpleList object with the desired columns you may
set the list data with a simple Perl array assignment. Rows may be added or
deleted with all of the normal array operations. You can treat the data
member of the list simplelist object as an array reference, and manipulate
the list data with perl's normal array operators.
.
A mechanism has also been put into place allowing columns to be Perl scalars.
The scalar is converted to text through Perl's normal mechanisms and then
displayed in the list. This same mechanism can be expanded by defining
arbitrary new column types before calling the new function.
Description-md5:
Homepage: https://metacpan.org/release/Gtk3-SimpleList
Tag: uitoolkit::gtk
Section: perl
Priority: optional
Filename: pool/main/libg/libgtk3-simplelist-perl/libgtk3-simplelist-perl_0.21-1_all.deb