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

Last updated: September 20,2024

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

Please follow the guidance below to install libguichan-sdl-0.8.1-1v5 on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall libguichan-sdl-0.8.1-1v5 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libguichan-sdl-0.8.1-1v5
Priority: optional
Section: universe/libs
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Patrick Matthäi
Architecture: amd64
Source: guichan
Version: 0.8.2-15
Replaces: libguichan-sdl-0.8.1-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libguichan-0.8.1-1v5, libsdl-image1.2 (>= 1.2.10), libsdl1.2debian (>= 1.2.11), libstdc++6 (>= 5.2)
Breaks: libguichan-sdl-0.8.1-1
Filename: pool/universe/g/guichan/libguichan-sdl-0.8.1-1v5_0.8.2-15_amd64.deb
Size: 18530
MD5sum: 0832d78419b98906fa26baccfbe38142
SHA1: d3b3d86152af5f767772895178a4e54d19f1f96a
SHA256: 834644a36d6fa0836bdb095693854d31770d362f83fb6d915d5d29d2d760c5ff
Description-en: small, efficient C++ GUI library (SDL 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 SDL integration for guichan.
Description-md5: 676635f4075ac7af9cb30e480d654d31
Multi-Arch: same
Homepage: http://guichan.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu