cream command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cream: command not found
or when using sudo you get the following error message
sudo: cream: command not found
Solutions to cream: command not found
How To Fix cream: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cream is provided by cream package.
cream is:
Cream’s motto is “Cream makes the powerful Vim text editor easy!”. It brings a completely different look and feel to the VIM for those who are used to more intuitive editors while still preserving the more powerful features of VIM. It features pull-down menus, color themes, bookmarking, auto spellcheck and more. It leaves the default VIM untouched and is started by running ‘cream’.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cream
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cream.
sudo apt -y install cream
Or if you have aptitude installed you can use the following command.
sudo aptitude install cream
Summary
In this tutorial we learn how to fix cream command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.