< Home - < Back

libircclient


Information about the package, libircclient, which is shipped with common Linux distributions. The libircclient package is designed for, C library to create IRC clients.


Package Name:

libircclient

Summary:

C library to create IRC clients

Description:

libircclient is a small but extremely powerful library which implements the IRC protocol. It is designed to be small, fast, portable and compatible with the RFC standards as well as non-standard but popular features. It is perfect for building the IRC clients and bots.

Architecture:

x86_64

Version:

1.8

Release:

4.el6

Size:

32 k

Repository:

epel

From Repository:

Licence:

LGPLv3+



Handy Yum Commands for libircclient


Control the libircclient package with the following handy commands outlined below.


Command

Description of Command

yum install libircclient

This command will install libircclient on the server.

yum remove libircclient

This command will un-install libircclient on the server. When you run this command, you will be asked if you are sure that you want to remove libircclient, so you have to manually confirm that you want to do this.

yum -y remove libircclient

This command will un-install libircclient on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libircclient when using the -y flag.

yum update libircclient

This command will update libircclient to the latest version. When you run this command, you will be asked if you are sure that you want to remove libircclient, so you have to manually confirm that you want to do this.

yum -y update libircclient

This command will update libircclient to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libircclient when using the -y flag.

yum info libircclient

This command will show you core information about the libircclient package.

yum deplist libircclient

This command will show you the dependencies for libircclient. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libircclient

This command will check if there is an update waiting on libircclient. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.