<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>chormium Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/chormium/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 10 Dec 2020 19:26:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Chromium using Flatpak?</title>
		<link>https://www.osradar.com/install-chromium-using-flatpak/</link>
					<comments>https://www.osradar.com/install-chromium-using-flatpak/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 03:43:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chormium]]></category>
		<category><![CDATA[flatpak]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26624</guid>

					<description><![CDATA[<p>Chromium is a fairly robust alternative to proprietary solutions such as Google Chome. But it is not far from the controversy since Ubuntu in its last LTS version decided not to package it as DEB but as Snap. So now you will learn how to install Chromium using Flatpak on many Linux distributions. We already [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-chromium-using-flatpak/">How to install Chromium using Flatpak?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Chromium is a fairly robust alternative to proprietary solutions such as Google Chome. But it is not far from the controversy since Ubuntu in its last LTS version decided not to package it as DEB but as Snap. So now you will learn how to install Chromium using Flatpak on many Linux distributions.</p>



<p>We already know that Flatpak is a fantastic technology and is widely used by many distributions like Debian, Linux Mint, OpenSUSE or Fedora. Therefore it is a very good installation method if you don&#8217;t use Linux Mint or if you don&#8217;t like Snap.</p>



<h2>Briefly, what is Chromium?</h2>



<p><a href="https://www.chromium.org/" target="_blank" rel="noreferrer noopener">Chromium</a> is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. In case you didn’t know, Chromium is the basis of the well-known Google Chrome and they share many features. They only differ in the support of proprietary multimedia files and small things more.</p>



<p>The problem came when Ubuntu 20.04 included Chromium in <a href="https://www.osradar.com/install-spotify-using-snap/" target="_blank" rel="noreferrer noopener">Snap</a> format. This forced users to use Snap if they wanted Chromium.</p>



<p>Now, this has changed because the Linux Mint team has packaged Chromium in DEB form so it is now easier to do.</p>



<p>Let’s get started.</p>



<h2>Install Chromium using Flatpak</h2>



<p>One of the first things we have to do is make sure we have Flatpak in our system.</p>



<p>If you use <a href="https://www.osradar.com/tag/ubuntu" target="_blank" rel="noreferrer noopener">Ubuntu</a> 20.04 or <a href="https://www.osradar.com/tag/debian" target="_blank" rel="noreferrer noopener">Debian 10</a>, run this command to install Flatpak</p>



<pre class="wp-block-preformatted">sudo apt install flatpak</pre>



<p>For Ubuntu 18.04, add a repository to have a recent version of Flatpak:</p>



<pre class="wp-block-preformatted">sudo add-apt-repository ppa:alexlarsson/flatpak<br>sudo apt update<br>sudo apt install flatpak</pre>



<p>In the case of Fedora, you don&#8217;t have to do anything because Flatpak is already installed and configured by default in the distribution.</p>



<p>If you use OpenSUSE everything comes down to this command:</p>



<pre class="wp-block-preformatted">sudo zypper install flatpak</pre>



<p>On the other hand, if your operating system is Arch Linux or one of its derivatives, you have to execute the following command:</p>



<pre class="wp-block-preformatted">sudo pacman -S flatpak</pre>



<p>Now what I want to do is to add the Flathub repository which is the biggest Flatpak application repository there is.</p>



<pre class="wp-block-preformatted">flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo</pre>



<p>And later, to carry out the installation with the following command:</p>



<pre class="wp-block-preformatted">flatpak install flathub org.chromium.Chromium</pre>



<p>Then you can run it from the main menu or by executing this command:</p>



<pre class="wp-block-preformatted">flatpak run org.chromium.Chromium</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="575" src="https://www.osradar.com/wp-content/uploads/2020/12/1-2-1024x575.png" alt="1.- Chromium using Flatpak running" class="wp-image-26631" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-2-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/1-2-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/1-2-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/1-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/1-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/1-2.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Chromium using Flatpak running</figcaption></figure>



<p>And voilà…</p>



<h2>Conclusion</h2>



<p>Google Chrome is the most popular browser out there but there is always an alternative to the giant and this is run by Firefox and Chromium. The latter is quite similar and in fact is the root of the project.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-chromium-using-flatpak/">How to install Chromium using Flatpak?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-chromium-using-flatpak/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
