How to Install and Uninstall libguichan-0.8.1-1v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 11,2025

1. Install "libguichan-0.8.1-1v5" package

This is a short guide on how to install libguichan-0.8.1-1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libguichan-0.8.1-1v5

2. Uninstall "libguichan-0.8.1-1v5" package

In this section, we are going to explain the necessary steps to uninstall libguichan-0.8.1-1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libguichan-0.8.1-1v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libguichan-0.8.1-1v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libguichan-0.8.1-1v5
Priority: optional
Section: universe/libs
Installed-Size: 328
Maintainer: Ubuntu Developers
Original-Maintainer: Patrick Matthäi
Architecture: amd64
Source: guichan
Version: 0.8.2-15
Replaces: libguichan-0.8.1-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Breaks: libguichan-0.8.1-1
Filename: pool/universe/g/guichan/libguichan-0.8.1-1v5_0.8.2-15_amd64.deb
Size: 89762
MD5sum: 8539860a17ce01cb6151cb094120b5b7
SHA1: cdd691043472b4f38c0bea47bb19b1994bbd230b
SHA256: c55034c9a716a648a993fdad484cae08f26b340d078d41adab496aec488e96db
Description-en: small, efficient C++ GUI library
Guichan is a small and efficient C++ GUI library designed for games. It
comes with a standard set of widgets and can use several different objects
for displaying graphics and grabbing user input.
.
Guichan has a very abstract design which allows users of Guichan to use
different objects for displaying of graphics and grabbing of user input.
Guichan comes with (for now) 3 implemented graphics objects (SDLGraphics,
OpenGLGraphics and AllegroGraphics) and 2 implemented input objects
(SDLInput and AllegroInput),
.
Guichan is designed in a very abstract way making it very easy to extend
Guichan for your own needs. It is even very easy to implement new graphics
objects making Guichan as portable as ansi C++ is.
Description-md5: cdb4eea09ec3a805c50fad5865bcfbc5
Multi-Arch: same
Homepage: http://guichan.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu