atheme-services command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
atheme-services: command not found
or when using sudo you get the following error message
sudo: atheme-services: command not found
Solutions to atheme-services: command not found
How To Fix atheme-services: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu atheme-services is provided by atheme-services package.
atheme-services is:
atheme-services is a portable, secure set of open source, modular IRC services, designed to run on many IRC server implementations.
Unlike alternative packages, atheme-services’ core is minimalistic, providing only core functionality. atheme-services is a complete services set, excluding features designed for oper abuse.
To fix this problem, we can install more using the command below.
sudo apt-get -y install atheme-services
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install atheme-services.
sudo apt -y install atheme-services
Or if you have aptitude installed you can use the following command.
sudo aptitude install atheme-services
Summary
In this tutorial we learn how to fix atheme-services command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.