vi text editor

Asked by guiseppeMINUTOLO

I have just started with a linux laptop i'm looking for vi text editor. Is it already install if so how do I get to it. If not where do I go to download the correct vi editor.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu vim Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
tomdean (tomdean) said :
#1

I have Ubuntu 12.04 LTS and vi is in /usr/bin.

> which vi
/usr/bin/vi

If you do not have it, you can do
sudo apt-get install vi

Tom Dean

Revision history for this message
codemaniac (arijit.dutta) said :
#2

vi is shipped with default Ubuntu or any other linux installation generally .

As suggested above ehich command will show you the installed path of vi binary .
Try opening up a file in vi / view
vi filename

However if you need some extended features of vi , you need to install vim .

Can you help with this problem?

Provide an answer of your own, or ask guiseppeMINUTOLO for more information if necessary.

To post a message you must log in.