ascdc command not found

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

Introduction

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

ascdc: command not found

or when using sudo you get the following error message

sudo: ascdc: command not found

Solutions to ascdc: command not found

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

In Ubuntu ascdc is provided by ascdc package.

ascdc is:

ascdc is a small CD changer. It follows the look and feel of the AfterStep window manager and is ideally suited to be run within AfterStep’s Wharf module.

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

sudo apt-get -y install ascdc

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

You can also use apt command to install ascdc.

sudo apt -y install ascdc

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

sudo aptitude install ascdc

Summary

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