How do you install ircd in Linux using apt-get command?
Here is a tutorial to learn how to install ircd using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install ircd -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of ircd if it is running already.
Result of the Command Execution shown below:
root@hiox:~ apt-get install ircd -y
Reading package lists...
Building dependency tree...
Reading state information...
Package ircd is a virtual package provided by:
inspircd 1.1.22+dfsg 4squeeze1build0.10.04.1
oftc hybrid 1.6.9.dfsg 0ubuntu1
ircd ratbox 3.0.6.dfsg 1
ircd ircu 2.10.12.10.dfsg1 1
ircd hybrid 1:7.2.2.dfsg.2 6ubuntu3
You should explicitly select one to install.
root@hiox:~