apt-get Install gvim

How do you install gvim in Linux using apt-get command?

How to Install gvim with apt-get?

apt-get install gvim -y

Install Gvim  Command

Here is a tutorial to learn how to install gvim using apt-get command.

Step 1: Open terminal with su access and enter the command as shown below:
apt-get install gvim -y

Step 2: After completion, the install command exits and instructs the user to restart the running instances of gvim if it is running already.

Result of the Command Execution shown below:

root@hiox:~ apt-get install gvim -y
Reading package lists...
Building dependency tree...
Reading state information...
Package gvim is a virtual package provided by:
vim gtk 2:7.2.330 1ubuntu3.1
vim gnome 2:7.2.330 1ubuntu3.1
You should explicitly select one to install.
root@hiox:~


Related Topics

Apt Get Commands