xcfa_cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xcfa_cli: command not found
or when using sudo you get the following error message
sudo: xcfa_cli: command not found
Solutions to xcfa_cli: command not found
How To Fix xcfa_cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xcfa_cli is provided by xcfa package.
xcfa is:
XCFA is a tool to extract the contens of Audio-CDs and convert musical audio files conversion to FLAC, WAV, OGG, M4A, MPC, MP3, WavPack and many other formats.
Some features follow:
- Handling of frequency, track and bits.
- Handling of files shared volume before a recording.
- Web retrieval of Audio-CD information during treatment.
- Small cover creation for Audio-CDs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xcfa
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xcfa.
sudo apt -y install xcfa
Or if you have aptitude installed you can use the following command.
sudo aptitude install xcfa
Summary
In this tutorial we learn how to fix xcfa_cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.