Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 111922  / 1 Year ago, sat, december 10, 2022, 1:39:18

I'm on Ubuntu 12.04 and want to know how to update Vim via the command line. What is the command to update this?


More From » vim

 Answers
1

the best answer to this question is https://vi.stackexchange.com/a/10827/32151


and according to the linked answer, another way to doing this is using Personal Packet Archive (PPA)


add this PPA


sudo add-apt-repository ppa:jonathonf/vim

Update the package lists:


sudo apt update

install vim:


sudo apt install vim

[#27452] Sunday, December 11, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fishutt

Total Points: 391
Total Questions: 137
Total Answers: 106

Location: Mexico
Member since Tue, Aug 11, 2020
4 Years ago
;