<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Latest Vim 9.0 in Linux Systems	</title>
	<atom:link href="https://www.tecmint.com/install-vim-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-vim-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 16 Aug 2022 08:47:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1554566</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 26 Jul 2021 05:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22666#comment-1554566</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1553221&quot;&gt;Jl&lt;/a&gt;.

@JL,

Actually, I didn&#039;t change the picture in the article, but the given instructions will give you Vim 8.1 in Mint 20. Seems it will take some time to include 8.3 in the default repositories...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1553221">Jl</a>.</p>
<p>@JL,</p>
<p>Actually, I didn&#8217;t change the picture in the article, but the given instructions will give you Vim 8.1 in Mint 20. Seems it will take some time to include 8.3 in the default repositories&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jl		</title>
		<link>https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1553221</link>

		<dc:creator><![CDATA[Jl]]></dc:creator>
		<pubDate>Fri, 23 Jul 2021 17:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22666#comment-1553221</guid>

					<description><![CDATA[The article says the given commands will install Vim 8.3, but the picture shows 8.0.3, and that was what was installed on my Mint 20.2 system.

Please explain. How do I get 8.3?

JL]]></description>
			<content:encoded><![CDATA[<p>The article says the given commands will install Vim 8.3, but the picture shows 8.0.3, and that was what was installed on my Mint 20.2 system.</p>
<p>Please explain. How do I get 8.3?</p>
<p>JL</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ivor		</title>
		<link>https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1460878</link>

		<dc:creator><![CDATA[ivor]]></dc:creator>
		<pubDate>Thu, 25 Mar 2021 23:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22666#comment-1460878</guid>

					<description><![CDATA[&lt;pre&gt;
$ sudo apt install ncurses-dev
$ wget https://github.com/vim/vim/archive/master.zip	
$ unzip master.zip
$ cd vim-master
$ cd src/
$ ./configure
$ make
$ sudo make install
$ vim 
&lt;/pre&gt;
the last line should be:
&lt;pre&gt;
$ ./vim
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<pre>
$ sudo apt install ncurses-dev
$ wget https://github.com/vim/vim/archive/master.zip	
$ unzip master.zip
$ cd vim-master
$ cd src/
$ ./configure
$ make
$ sudo make install
$ vim 
</pre>
<p>the last line should be:</p>
<pre>
$ ./vim
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-895849</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 19 Jun 2017 07:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22666#comment-895849</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-895769&quot;&gt;Jan&lt;/a&gt;.

@Jan

We&#039;ll check this out. Thanks for mentioning it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-895769">Jan</a>.</p>
<p>@Jan</p>
<p>We&#8217;ll check this out. Thanks for mentioning it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jan		</title>
		<link>https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-895769</link>

		<dc:creator><![CDATA[Jan]]></dc:creator>
		<pubDate>Sun, 18 Jun 2017 14:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22666#comment-895769</guid>

					<description><![CDATA[Hello,
Why do you suggest to use
# make install
while debian documentation strongly suggest to not use it like that?]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
Why do you suggest to use<br />
# make install<br />
while debian documentation strongly suggest to not use it like that?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
