If you have already worked with vim editor, gvim is a similar tool but it has a graphical user interface.

In this small article, I am going to show you the method of installing gvim editor on Debian version 11 using its terminal.

Before you actually start the installation, open up the terminal and run the following command with root privileges to update package repository.

apt-get update

Wait for the operation to complete. This may take a few minutes depending on your Internet speed.

Run the following command on the terminal.

apt-get install vim-gtk

When you are asked for confirmation, press y from your keyboard. Sit back and relax while the operation completes.

How to Install gvim Editor on Debian 11 Debian linux shell

To confirm the installation, run the following command on a terminal without root privileges. This will open up a gvim editor.

gvim

<img data-ezsrc="https://kirelos.com/wp-content/uploads/2022/05/echo/word-image-120.png" data-ez ezimgfmt="rs rscb10 src ng ngcb10 srcset" height="610" loading="lazy" src="data:image/svg xml,” width=”807″>

You have successfully installed the gvim editor on your machine.