localslackirc command not found

In this troubleshooting guide we learn how to fix localslackirc command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

localslackirc: command not found

or when using sudo you get the following error message

sudo: localslackirc: command not found

Solutions to localslackirc: command not found

How To Fix localslackirc: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu localslackirc is provided by localslackirc package.

localslackirc is:

This project is a replacement for slack’s IRC gateway that they dropped.

One instance of localslackirc connects to one slack account and one IRC client, passing the messages between the two.

To fix this problem, we can install more using the command below.

sudo apt-get -y install localslackirc

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install localslackirc.

sudo apt -y install localslackirc

Or if you have aptitude installed you can use the following command.

sudo aptitude install localslackirc

Summary

In this tutorial we learn how to fix localslackirc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.