<?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 in Debian, Ubuntu and Linux Mint	</title>
	<atom:link href="https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 29 Sep 2023 05:25:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-2084021</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 29 Sep 2023 05:25:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32008#comment-2084021</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-2083524&quot;&gt;William M. Davis&lt;/a&gt;.

@William,

You&#039;re welcome! I&#039;m glad to hear that the manual CLI download worked for you on &lt;strong&gt;Zorin Lite 16&lt;/strong&gt;. It&#039;s true that using the terminal can often be a more reliable way to install software on Linux, especially when dealing with specific distributions or package formats. Plus, it can provide more insight into the installation process, which is valuable for troubleshooting and learning.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-2083524">William M. Davis</a>.</p>
<p>@William,</p>
<p>You&#8217;re welcome! I&#8217;m glad to hear that the manual CLI download worked for you on <strong>Zorin Lite 16</strong>. It&#8217;s true that using the terminal can often be a more reliable way to install software on Linux, especially when dealing with specific distributions or package formats. Plus, it can provide more insight into the installation process, which is valuable for troubleshooting and learning.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: William M. Davis		</title>
		<link>https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-2083524</link>

		<dc:creator><![CDATA[William M. Davis]]></dc:creator>
		<pubDate>Thu, 28 Sep 2023 00:29:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32008#comment-2083524</guid>

					<description><![CDATA[The &lt;code&gt;*.deb&lt;/code&gt; download that&#039;s on the website does not work. (I&#039;m using Zorin Lite 16). Thank you so much for posting this manual CLI download. It was well worth the time and labor. 

Time and time again I&#039;ve heard and experienced that it&#039;s much more reliable to download and install in the terminal rather than through a GUI web-based solution. This seems to be factual even when a package is part of a Linux repository. 

Thank you again]]></description>
			<content:encoded><![CDATA[<p>The <code>*.deb</code> download that&#8217;s on the website does not work. (I&#8217;m using Zorin Lite 16). Thank you so much for posting this manual CLI download. It was well worth the time and labor. </p>
<p>Time and time again I&#8217;ve heard and experienced that it&#8217;s much more reliable to download and install in the terminal rather than through a GUI web-based solution. This seems to be factual even when a package is part of a Linux repository. </p>
<p>Thank you again</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-1978987</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 07 Mar 2023 06:51:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32008#comment-1978987</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-1978230&quot;&gt;Dennis&lt;/a&gt;.

@Dennis,

Just remove the added repository and update the system will fix:
&lt;pre&gt;
$ sudo rm /etc/apt/sources.list.d/virtualbox.list
$ sudo apt update
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-1978230">Dennis</a>.</p>
<p>@Dennis,</p>
<p>Just remove the added repository and update the system will fix:</p>
<pre>
$ sudo rm /etc/apt/sources.list.d/virtualbox.list
$ sudo apt update
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dennis		</title>
		<link>https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-1978230</link>

		<dc:creator><![CDATA[Dennis]]></dc:creator>
		<pubDate>Mon, 06 Mar 2023 02:25:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32008#comment-1978230</guid>

					<description><![CDATA[After following these instructions, my mint installation was destroyed.  

Running &lt;code&gt;sudo apt update&lt;/code&gt; returns: 

Malformed entry 1 in list file /etc/apt/sources.list.d/virtualbox.list (Suite)]]></description>
			<content:encoded><![CDATA[<p>After following these instructions, my mint installation was destroyed.  </p>
<p>Running <code>sudo apt update</code> returns: </p>
<p>Malformed entry 1 in list file /etc/apt/sources.list.d/virtualbox.list (Suite)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chuck		</title>
		<link>https://www.tecmint.com/install-virtualbox-in-debian-and-ubuntu/comment-page-1/#comment-1918818</link>

		<dc:creator><![CDATA[Chuck]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 11:15:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32008#comment-1918818</guid>

					<description><![CDATA[Hi,

Linux Mint 21 - apt-key is deprecated.

Please advise.

Thanks

Chuck]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Linux Mint 21 &#8211; apt-key is deprecated.</p>
<p>Please advise.</p>
<p>Thanks</p>
<p>Chuck</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
