You can go to the official Ubuntu website to download the desktop system: https://ubuntu.com/download/desktop. Although the latest version is 19.04, it is recommended that you download the stable version 18.04. The installation process is very simple, I use VMware Workstation Pro virtual machine, you can also use other, this has no effect.
Ubuntu 18.04 is still much more comfortable to use than the old version. After all, after doing Windows development for so long, it is a bit unaccustomed to suddenly come into contact with Linux, but some operating habits of the new version of Ubuntu are very close to Windows. After all, the development of technology The direction is always towards fool operation. Not much nonsense, the topic is as follows:
Open the terminal interface, the first one on the left taskbar is.
Then type vi on the command line and press the "tab" key. You can see that vi is installed, but vim is not installed,
1、 ubuntu system: Enter the command under ordinary users: sudo apt-get install vim-gtk
(Note: If E: Unable to locate package appears, change the command to sudo apt-get install vim-nox)
Encountered this midway, enter Y (not case sensitive).
Finally, the following sentence appears, which means that the installation is successful. Type vi in the command line again and press the "tab" key to see that vim has been installed.
to sum up
The above is the method of installing the vim editor under Linux (Ubuntu 18.04) introduced by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message. The editor will reply to you in time. Thank you very much for your support to the ZaLou.Cn website!
If you think this article is helpful to you, welcome to reprint, please indicate the source, thank you!
Recommended Posts