How to Install and Uninstall libpugl-0-0 Package on Kali Linux

Last updated: May 09,2024

1. Install "libpugl-0-0" package

Please follow the steps below to install libpugl-0-0 on Kali Linux

$ sudo apt update $ sudo apt install libpugl-0-0

2. Uninstall "libpugl-0-0" package

This tutorial shows how to uninstall libpugl-0-0 on Kali Linux:

$ sudo apt remove libpugl-0-0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpugl-0-0 package on Kali Linux

Package: libpugl-0-0
Source: pugl (0~svn32+dfsg0-4)
Version: 0~svn32+dfsg0-4+b1
Installed-Size: 41
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgl1, libx11-6
Size: 8660
SHA256: a5386f4f5ad02eed2e4b2c9887ceae2f94946bd01c6fd8ccb815b57cdc466776
SHA1: 18345501cdd1a6417d077aa255c4ff2a68431e97
MD5sum: a4e7d64e06006a75c882b960f57c4343
Description: portable API for OpenGL graphical interfaces
Pugl is a minimal portable API for OpenGL GUIs which supports
embedding and is suitable for use in plugins, but can also be
used for programs.
.
Pugl is vaguely similar to GLUT, but with some significant
distinctions:
* Minimal in scope, providing only what is necessary to draw
and receive keyboard and mouse input.
* No reliance on static data whatsoever, so the API can be
used in plugins or multiple independent parts of a program.
* Single implementation, which is small, liberally licensed
and suitable for direct inclusion in programs if avoiding a
library dependency is desired.
* Support for embedding in other windows, so Pugl code can
draw to a widget inside a larger GUI.
* More complete support for keyboard input, including
additional “special” keys, modifiers, and support for
detecting individual modifier key presses.
Description-md5:
Multi-Arch: same
Homepage: https://drobilla.net/software/pugl.html
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pugl/libpugl-0-0_0~svn32+dfsg0-4+b1_amd64.deb