tircd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tircd: command not found
or when using sudo you get the following error message
sudo: tircd: command not found
Solutions to tircd: command not found
How To Fix tircd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tircd is provided by tircd package.
tircd is:
tircd presents Twitter as an IRC channel. You can connect to tircd with any IRC client, and Twitter as if you were on IRC.
To update your status on Twitter, send a message to the #twitter channel. When users you follow update their status, tircd will be sent to the channel as a message from them. Other actions are similarly mapped to the equivalent IRC commands and events.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tircd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tircd.
sudo apt -y install tircd
Or if you have aptitude installed you can use the following command.
sudo aptitude install tircd
Summary
In this tutorial we learn how to fix tircd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.