OPERATING SYSTEMSOS Linux

How to Install VIM Text Editor on Linux Ubuntu

Here is a link to the beginning of this course and playlist for Linux for Network Engineers:

In this video I am going to install vim in linux ubuntu on gns3. Installing the vim editor in ubuntu is not that difficult but it does require a few steps. This video will show you how to install the vim editor in ubuntu and on a docker container. The linux machine is a docker container.

We will be installing the vim editor via command line on debian ubuntu linux. This will be a vim install on a debian container.

Commands:
vi –version
apt remove –assume-yes vim-tiny
apt update
apt install –assume-yes vim
vi –version

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *