How to Install and Uninstall libpugl-0-0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libpugl-0-0" package

This guide covers the steps necessary to install libpugl-0-0 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libpugl-0-0" package

Please follow the guidance below to uninstall libpugl-0-0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libpugl-0-0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpugl-0-0
Priority: optional
Section: universe/libs
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: pugl
Version: 0~svn32+dfsg0-1
Depends: libc6 (>= 2.4), libgl1-mesa-glx | libgl1, libx11-6
Pre-Depends: multiarch-support
Filename: pool/universe/p/pugl/libpugl-0-0_0~svn32+dfsg0-1_amd64.deb
Size: 9334
MD5sum: 7f4cd392885a0c672d7b3c04f3ac09ae
SHA1: 531c9e286b7fc49b5513e61bbb8ea64864e0fefd
SHA256: 93f00608af7d5885fea9defac0bed66d7965d030b9e7b8476d7913daa45ea01b
Description-en: 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: ebd33d39d290fe6de37dd309eb042047
Multi-Arch: same
Homepage: http://drobilla.net/software/pugl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu