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

Last updated: May 21,2024

1. Install "libircclient-dev" package

This guide let you learn how to install libircclient-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libircclient-dev

2. Uninstall "libircclient-dev" package

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

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

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

Package: libircclient-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 198
Maintainer: Ubuntu Developers
Original-Maintainer: Dariusz Dwornikowski
Architecture: amd64
Source: libircclient
Version: 1.8-2
Depends: libircclient1 (= 1.8-2)
Filename: pool/universe/libi/libircclient/libircclient-dev_1.8-2_amd64.deb
Size: 36768
MD5sum: 4f83e7b774652bd823f38142e49f476a
SHA1: 94b2ac4a4bd6b1b00c8351216442c5b9a6c4dcb7
SHA256: 08c1f29b85921aa42b900426883b73047b40d57f8bdee6b94e9066e778789633
Description-en: development files for libircclient
libircclient is a small but powerful library that implements the
client-server IRC protocol. It is designed to be small, fast, portable and
compatible to RFC standards, and most IRC clients. libircclient features
include:
.
* Full multi-threading support.
* Single threads handles all the IRC processing.
* Support for single-threaded applications, and socket-based
applications, which use select()
* Synchronous and asynchronous interfaces.
* CTCP support with optional build-in reply code.
* Flexible DCC support, including both DCC chat, and DCC file transfer.
* Can both initiate and react to initiated DCC.
* Can accept or decline DCC sessions asynchronously.
* Plain C interface and implementation (possible to use from C++ code,
obviously)
* Compatible with RFC 1459 and most IRC clients.
* Good documentation and examples available.
.
This package contains the development files.
Description-md5: adce96ca325ffac2fa2cdee1e1995034
Homepage: http://www.ulduzsoft.com/libircclient/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu