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

Last updated: May 20,2024

1. Install "libgrapple-dev" package

This guide covers the steps necessary to install libgrapple-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgrapple-dev

2. Uninstall "libgrapple-dev" package

Please follow the guidance below to uninstall libgrapple-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libgrapple-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 340
Maintainer: Ubuntu Developers
Original-Maintainer: Lukas Fittl
Architecture: amd64
Source: libgrapple
Version: 0.9.1-0ubuntu3
Depends: libgrapple-1.0-1 (= 0.9.1-0ubuntu3), libc6-dev | libc-dev
Filename: pool/universe/libg/libgrapple/libgrapple-dev_0.9.1-0ubuntu3_amd64.deb
Size: 71276
MD5sum: 915bf4d1855aeba9b4992ebc3e7b6fc7
SHA1: a6216467b004495632431c14073debb5e25acaa8
SHA256: da184365aa59de4b2ec02b3ee6465f849d7ea44f7aa343392431903a2380f69e
Description-en: a network layer designed for games (development files)
Grapple is designed to be a simple network layer, allowing the addition
of multiplayer features to a game for as little as a dozen lines of code.
.
However it is also fully featured, so if you want more from your networking,
you can have it.
.
Basic Features
* Simple client-server networking
* Keeps all clients aware of all other clients
* Passworded servers
* Data transfer via TCP, UDP, or reliable UDP
.
Advanced Features
* Network messenging by either a push or a pull model, or a mixture of both
* Multiple methods of querying users
* User Groups for client bandwidth saving
* Network load reacting data transmission and retransmission
* Background pinging to monitor network states
* Server failover
* A fully functional lobby system
.
This package contains the header files and static libraries needed
to build programs that use grapple.
.
Homepage: http://grapple.linuxgamepublishing.com/
Description-md5: 36f1ea99520863c494c325d7f31764ff
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu