fvwm-crystal command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fvwm-crystal: command not found
or when using sudo you get the following error message
sudo: fvwm-crystal: command not found
Solutions to fvwm-crystal: command not found
How To Fix fvwm-crystal: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fvwm-crystal is provided by fvwm-crystal package.
fvwm-crystal is:
FVWM-crystal creates an easy to use desktop environment using fvwm2 as its window manager and main core. From another point of view its just a very powerful fvwm configuration.
A file manager may be optionally used to display desktop icons, ROX-filer and nautilus are supported for this task. FVWM-crystal furthermore has UI integration for various music players, among them audacious and mpd.
There is also a very powerful menu system that has an extensive default configuration but may be customized and extended by each user to fit personal requirements.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fvwm-crystal
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fvwm-crystal.
sudo apt -y install fvwm-crystal
Or if you have aptitude installed you can use the following command.
sudo aptitude install fvwm-crystal
Summary
In this tutorial we learn how to fix fvwm-crystal command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.