devede command not found

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

Introduction

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

devede: command not found

or when using sudo you get the following error message

sudo: devede: command not found

Solutions to devede: command not found

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

In Ubuntu devede is provided by devede package.

devede is:

DeVeDe is a program to create video DVDs, suitable for home players, from any number of video files, in any of the formats supported by Mplayer.

It allows the user to create subtitles and even menus.

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

sudo apt-get -y install devede

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

You can also use apt command to install devede.

sudo apt -y install devede

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

sudo aptitude install devede

Summary

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