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

Last updated: May 20,2024

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

Here is a brief guide to show you how to install libguichan-allegro-0.8.1-1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libguichan-allegro-0.8.1-1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libguichan-allegro-0.8.1-1v5
Priority: optional
Section: universe/libs
Installed-Size: 73
Maintainer: Ubuntu Developers
Original-Maintainer: Patrick Matthäi
Architecture: amd64
Source: guichan
Version: 0.8.2-15
Replaces: libguichan-allegro-0.8.1-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Breaks: libguichan-allegro-0.8.1-1
Filename: pool/universe/g/guichan/libguichan-allegro-0.8.1-1v5_0.8.2-15_amd64.deb
Size: 20094
MD5sum: ab3a05dfffa8a4115ff11393d92e02c5
SHA1: e5f114678987f250d54d3f1dc19c9074aa3e231a
SHA256: 99b5f683cf057ad1fc2cf376ec4f8b90f23c1ccb069df56c0ea9426ced5568ef
Description-en: small, efficient C++ GUI library (allegro integration)
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.
.
This package contains the allegro integration for guichan.
Description-md5: cde0a0cf66d602c1a431a4b32b37d07b
Multi-Arch: same
Homepage: http://guichan.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu