How to Install and Uninstall libguichan-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libguichan-dev" package

This guide let you learn how to install libguichan-dev on Kali Linux

$ sudo apt update $ sudo apt install libguichan-dev

2. Uninstall "libguichan-dev" package

Here is a brief guide to show you how to uninstall libguichan-dev on Kali Linux:

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

3. Information about the libguichan-dev package on Kali Linux

Package: libguichan-dev
Source: guichan (0.8.2-21)
Version: 0.8.2-21+b1
Installed-Size: 1114
Maintainer: Patrick Matthäi
Architecture: amd64
Depends: libguichan-0.8.1-1v5 (= 0.8.2-21+b1), libguichan-allegro-0.8.1-1v5 (= 0.8.2-21+b1), libguichan-sdl-0.8.1-1v5 (= 0.8.2-21+b1), libguichan-opengl-0.8.1-1v5 (= 0.8.2-21+b1), liballegro4.2-dev, libsdl1.2-dev, libsdl-image1.2-dev, libgl1-mesa-dev
Conflicts: libguichan0, libguichan0-dev, libguichan1, libguichan1-dev, libguichan2, libguichan2-dev
Size: 180984
SHA256: bb516c6015ad8e108f5c51057a5cf01c24269e651c43516c33a89f758e2c0cbf
SHA1: 527162ab368e61c1b6997f2868c0cd2bce3ed791
MD5sum: 2e755595df977f692eb27648b254cc59
Description: 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:
Homepage: http://guichan.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/guichan/libguichan-dev_0.8.2-21+b1_amd64.deb