How to Install Cream on Linux mint 18.03

To Install Cream on Linux mint 18.03
The cream is basically an extension of a terminal based text editor Vim. It has a graphical interface while Vim does not have a graphical interface. In this tutorial, we will cover the installation of cream on Linuxmint-18.03.

Installation.
Let's first start with updating the system repositories

linuxhelp ~ # apt-get update
Get:1 http://archive.canonical.com/ubuntu xenial InRelease [11.5 kB]
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                        
Ign:3 http://packages.linuxmint.com sylvia InRelease                                                     
Get:4 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages [3,128 B]                        
Get:5 http://archive.canonical.com/ubuntu xenial/partner i386 Packages [3,116 B]                         
Get:6 http://packages.linuxmint.com sylvia Release [24.2 kB]                               
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]      
Get:8 http://packages.linuxmint.com sylvia Release.gpg [819 B]                 
Get:9 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
.
.
.
Get:42 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,420 B]               
Get:43 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [7,104 B]                
Get:44 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,996 B]               
Fetched 6,168 kB in 12s (513 kB/s)                                                                       
Reading package lists... Done

Finally, install the cream application.

linuxhelp ~ # apt-get install cream -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  cream
0 upgraded, 1 newly installed, 0 to remove and 434 not upgraded.
Need to get 671 kB of archives.
After this operation, 2,157 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 cream all 0.43-3 [671 kB]
Fetched 671 kB in 2s (279 kB/s)
.
.
.
Processing triggers for desktop-file-utils (0.22+linuxmint1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up cream (0.43-3) ...

Creating config file /etc/cream/cream-user.vim with new version

Creating config file /etc/cream/cream-conf.vim with new version

Once Installation is done you can access the application from the Menu as shown here

Now, you can able to use the cream application.

The version of cream.

With this, the method to install cream on Linuxmint-18.03 comes to an end.

FAQ
Q
Does Linux Mint include proprietary drivers?
A
No. Proprietary drivers such as the ATI or nVidia drivers are easy to install but not installed by default.
Q
What about proprietary software?
A
Linux Mint does not support any political or ideological stance against any software programs or editors no matter what license they use. With that said, most if not all (depending on the edition) software used in Linux Mint is Free and Open Source.
Q
Is Linux Mint suitable for individuals?
A
Yes, definitely. Linux Mint is designed to be comfortable and easy to use but also powerful and configurable. Everything is done to make the user experience better.
Q
What is Cream on Linux mint?
A
The cream is basically an extension of a terminal based text editor Vim. It has a graphical interface while Vim does not have a graphical interface.
Q
How to Install Cream on Linux mint?
A
Execute the following command:
# apt-get install cream