vimtutor is a program that usually gets installed when you install the normal vim/gvim package. You should be able to just run "vimtutor" on the command line, assuming that it got built and installed correctly, and is on your path, etc... If you can't run it on the command line, or it doesn't work for you, you'll have to do some digging to figure out why. In my experience vimtutor doesn't always work as expected. I would start by looking in the install folder for Vim, and see what you can find.
At its core, it's basically just a text file that has some examples that walk you through the basic commands available in vim. It shows you have to navigate using the keyboard, how to edit text, and use some other basic commands. If you can't get vimtutor to work immediately, you can either just keep messing with it, do some more searching (there are plenty of results when you search for vimtutor in google) or just give up on it and learn vim using another type of tutorial. Vimtutor is fairly limited anyway, so it's definitely not that important to get working.
:help vimtutor
describes a few tricks as well – Grant Bowman – 2016-08-03T17:14:54.947On windows you can open the file C:\Program Files (x86)\Vim\vim81\tutor\tutor (from https://superuser.com/questions/270938/how-to-run-vimtutor-on-windows/271076#271076 )
– Stefan – 2018-07-11T20:16:06.147So I guess my question is, how do I even install it? There is no link on the website. – None – 2011-02-16T00:02:26.497
14It comes with Vim. If you've installed Vim successfully, you've installed
vimtutor
as well. – Daniel DiPaolo – 2011-02-16T00:04:29.537