alc command not found

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

Introduction

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

alc: command not found

or when using sudo you get the following error message

sudo: alc: command not found

Solutions to alc: command not found

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

In Ubuntu alc is provided by amule-utils-gui package.

amule-utils-gui is:

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

  • wxcas: displays the contents of your aMule online signature
  • alc: computes ed2k:// links for the given input files
  • amulegui: graphic client to control aMule or the aMule daemon

A command-line version of these utilities can be found in the amule-utils package.

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

sudo apt-get -y install amule-utils-gui

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

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

sudo apt -y install amule-utils-gui

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

sudo aptitude install amule-utils-gui

Summary

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