How to Install and Uninstall libircclient1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libircclient1" package

Please follow the steps below to install libircclient1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libircclient1

2. Uninstall "libircclient1" package

Here is a brief guide to show you how to uninstall libircclient1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libircclient1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libircclient1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libircclient1
Priority: optional
Section: universe/libs
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Dariusz Dwornikowski
Architecture: amd64
Source: libircclient
Version: 1.8-2
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Filename: pool/universe/libi/libircclient/libircclient1_1.8-2_amd64.deb
Size: 18508
MD5sum: 9fb8297a1db3ffbb2c8b0490cf6f6f30
SHA1: 435d1383e3e7f4a4462a0bc98653eeccabd3a4a4
SHA256: 4a578b464413248a79eb80476a916306fcd30d0f9f40bc7168cb398a31b5726d
Description-en: C library to create IRC clients
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.
Description-md5: 52395b5580dce0d9a5e86e015135d643
Homepage: http://www.ulduzsoft.com/libircclient/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu