cas command not found

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

Introduction

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

cas: command not found

or when using sudo you get the following error message

sudo: cas: command not found

Solutions to cas: command not found

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

In Ubuntu cas is provided by amule-utils package.

amule-utils is:

This package contains a set of command-line utilities related to aMule, the eD2k network client:

  • ed2k: handles ed2k:// links, queueing them into aMule
  • cas: displays the contents of your aMule online signature
  • alcc: computes ed2k:// links for the given input files
  • amulecmd: text-based client to control aMule or the aMule daemon

Some of these utilities have graphic versions, which can be found in the amule-utils-gui package.

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

sudo apt-get -y install amule-utils

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

You can also use apt command to install amule-utils.

sudo apt -y install amule-utils

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

sudo aptitude install amule-utils

Summary

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