cudf-parse-822 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cudf-parse-822: command not found
or when using sudo you get the following error message
sudo: cudf-parse-822: command not found
Solutions to cudf-parse-822: command not found
How To Fix cudf-parse-822: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cudf-parse-822 is provided by cudf-tools package.
cudf-tools is:
A CUDF document describe an upgrade problem, as faced by package managers in popular package-based GNU/Linux distributions.
A CUDF document consists of a package universe and of a user request. The package universe describes all packages known to the package manager, a subset of which (the package status) denotes the package being currently installed on the target machine. The user request denotes a change to the package status as requested by the user.
A CUDF document is naturally complemented by a solution describing the resulting package status (if any) implementing the user request, as found by a package manager.
This package contains command line tools to manipulate CUDF and related documents. In particular it contains cudf-check, which enables checking of document properties such as installation consistency and matching of problems with their solutions.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cudf-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cudf-tools.
sudo apt -y install cudf-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install cudf-tools
Summary
In this tutorial we learn how to fix cudf-parse-822 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.