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

Last updated: May 15,2024

1. Install "libguichan-dev" package

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

$ sudo apt update $ sudo apt install libguichan-dev

2. Uninstall "libguichan-dev" package

Please follow the step by step instructions below to uninstall libguichan-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libguichan-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libguichan-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 893
Maintainer: Ubuntu Developers
Original-Maintainer: Patrick Matthäi
Architecture: amd64
Source: guichan
Version: 0.8.2-15
Depends: libguichan-0.8.1-1v5 (= 0.8.2-15), libguichan-allegro-0.8.1-1v5 (= 0.8.2-15), libguichan-sdl-0.8.1-1v5 (= 0.8.2-15), libguichan-opengl-0.8.1-1v5 (= 0.8.2-15), liballegro4.2-dev, libsdl1.2-dev, libsdl-image1.2-dev, libgl1-mesa-dev
Conflicts: libguichan0, libguichan0-dev, libguichan1, libguichan1-dev, libguichan2, libguichan2-dev
Filename: pool/universe/g/guichan/libguichan-dev_0.8.2-15_amd64.deb
Size: 113264
MD5sum: c92a9f476575c41505929a14fde9b597
SHA1: ea57da8faae4995db57bb63eec0fb08b0b91f375
SHA256: 67d68a5f0f4d62e390b35f58dc57e127b5372acbb3bb28ef6fe7119a2eb5d523
Description-en: small, efficient C++ GUI library (development headers)
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 development headers for the guichan library.
Description-md5: 28473c65d93445318df6faf87dcdee72
Homepage: http://guichan.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu