<?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 VirtualBox 7.0 on RHEL and Debian Based Distributions	</title>
	<atom:link href="https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 10 Sep 2023 00:31:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Bug		</title>
		<link>https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-2056418</link>

		<dc:creator><![CDATA[Bug]]></dc:creator>
		<pubDate>Sun, 10 Sep 2023 00:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=941#comment-2056418</guid>

					<description><![CDATA[Credit to Gentoo Bug 912242 I had to modify BoxNetFlt-linux.c as follows:
&lt;pre&gt;
#if LINUX_VERSION_CODE &#062;= KERNEL_VERSION(6,4,10)
#include 
#endif
&lt;/pre&gt;
After this, run &lt;code&gt;vboxconfig&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>Credit to Gentoo Bug 912242 I had to modify BoxNetFlt-linux.c as follows:</p>
<pre>
#if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(6,4,10)
#include 
#endif
</pre>
<p>After this, run <code>vboxconfig</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pastor Randall		</title>
		<link>https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1102906</link>

		<dc:creator><![CDATA[Pastor Randall]]></dc:creator>
		<pubDate>Tue, 19 Feb 2019 02:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=941#comment-1102906</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1089446&quot;&gt;Ravi Saive&lt;/a&gt;.

It worked perfect.  Thank you!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1089446">Ravi Saive</a>.</p>
<p>It worked perfect.  Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: megatr0n		</title>
		<link>https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1099584</link>

		<dc:creator><![CDATA[megatr0n]]></dc:creator>
		<pubDate>Wed, 06 Feb 2019 23:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=941#comment-1099584</guid>

					<description><![CDATA[Thank you so much. I got this setup on Centos7. So far no problems.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much. I got this setup on Centos7. So far no problems.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guy		</title>
		<link>https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1089709</link>

		<dc:creator><![CDATA[Guy]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 19:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=941#comment-1089709</guid>

					<description><![CDATA[Thanks Ravi, got it installed, per your instructions. Now it&#039;s off to installing a Windows 7 virtual machine. (I may be back - soon)]]></description>
			<content:encoded><![CDATA[<p>Thanks Ravi, got it installed, per your instructions. Now it&#8217;s off to installing a Windows 7 virtual machine. (I may be back &#8211; soon)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1089446</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 07:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=941#comment-1089446</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1087910&quot;&gt;Guy&lt;/a&gt;.

@Guy,

Have you followed instructions provided in the article for Linux Mint? If not, follow below instructions.

Install VirtualBox 6.0 on Linux Mint 19 and Linux Mint 18.
&lt;pre&gt;
$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- &#124; sudo apt-key add -
$ echo &quot;deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib&quot; &#124; sudo tee /etc/apt/sources.list.d/virtualbox.list
$ sudo apt-get update
$ sudo apt-get install -y virtualbox-6.0
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/comment-page-1/#comment-1087910">Guy</a>.</p>
<p>@Guy,</p>
<p>Have you followed instructions provided in the article for Linux Mint? If not, follow below instructions.</p>
<p>Install VirtualBox 6.0 on Linux Mint 19 and Linux Mint 18.</p>
<pre>
$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
$ echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
$ sudo apt-get update
$ sudo apt-get install -y virtualbox-6.0
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
