How to Install and Uninstall libgee-0.8-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libgee-0.8-dev" package

Please follow the steps below to install libgee-0.8-dev on Kali Linux

$ sudo apt update $ sudo apt install libgee-0.8-dev

2. Uninstall "libgee-0.8-dev" package

This tutorial shows how to uninstall libgee-0.8-dev on Kali Linux:

$ sudo apt remove libgee-0.8-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgee-0.8-dev package on Kali Linux

Package: libgee-0.8-dev
Source: libgee-0.8
Version: 0.20.6-1
Installed-Size: 1033
Maintainer: Debian GNOME Maintainers
Architecture: amd64
Depends: libgee-0.8-2 (= 0.20.6-1), gir1.2-gee-0.8 (= 0.20.6-1), libglib2.0-dev (>= 2.36)
Size: 70000
SHA256: f0e79e7085b37c5ee4fe132ce8816350b6b600eec0ecb483e7d9c71aa85722b8
SHA1: 5b2210e3cd8fcab842c6da155bb87b0f3fb6a31f
MD5sum: 2569f54cf8c28a3fbbdc10f62e47f571
Description: GObject based collection and utility library (development files)
libgee is a collection library providing GObject-based interfaces and
classes for commonly used data structures.
.
libgee provides the following interfaces:
* Traversable
- Iterable
+ Collection
# List
* BidirList
# Set
* SortedSet
- BidirSortedSet
# MultiSet
# Queue
* Deque
+ Map
# SortedMap
* BidirSortedMap
- Iterator
+ BidirIterator
# BidirListIterator
+ ListIterator
# BidirListIterator
* MultiMap
* Future
.
The ArrayList, ArrauQueue, ConcurrentLinkedList, ConcurrentSet, HashSet,
HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, Promise,
TreeSet, TreeMap, TreeMultiSet, and TreeMultiMap classes provide a
reasonable sample implementation of those interfaces. In addition, a set of
abstract classes are provided to ease the implementation of new collections.
.
Around that, the API provides means to retrieve read-only views, efficient
sort algorithms, simple, bi-directional or index-based mutable iterators
depending on the collection type.
.
libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.
.
This package contains the headers and development libraries.
Description-md5:
Multi-Arch: same
Homepage: https://wiki.gnome.org/Projects/Libgee
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libg/libgee-0.8/libgee-0.8-dev_0.20.6-1_amd64.deb