<?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>linuxmint Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/linuxmint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 13 Feb 2020 18:02:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install LibreOffice 6.4 on Ubuntu 18.04 / Linux Mint 19?</title>
		<link>https://www.osradar.com/install-libreoffice-6-4-ubuntu-linux-mint/</link>
					<comments>https://www.osradar.com/install-libreoffice-6-4-ubuntu-linux-mint/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 07 Feb 2020 00:11:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[linuxmint]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17931</guid>

					<description><![CDATA[<p>LibreOffice has just released its latest version. And it promises to be a whole new performance experience. In this post, we will show you how to install LibreOffice 6.4 on Ubuntu 18.04 / Linux Mint 19. So, LibreOffice is one of the jewels of open source. We are talking about a complete office suite capable [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-libreoffice-6-4-ubuntu-linux-mint/">How to install LibreOffice 6.4 on Ubuntu 18.04 / Linux Mint 19?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>LibreOffice has just released its latest version. And it promises to be a whole new performance experience. In this post, w<strong>e will show you how to install LibreOffice 6.4 on Ubuntu 18.04 / Linux Mint 19.</strong></p>
<p>So, LibreOffice is one of the jewels of open source. We are talking about a complete office suite capable of resulting in a free, cross-platform solution available to everyone.</p>
<p>Recently, <a href="https://www.libreoffice.org/download/release-notes/" target="_blank" rel="noopener noreferrer">version 6.4 of this application has been released</a> with many interesting new features:</p>
<ul>
<li>It incorporates a QR code generator that facilitates reading on mobile devices.</li>
<li>Also, it improves the integration with Microsoft Windows proprietary formats.</li>
<li>In this version, it promises a superior performance to previous versions. Especially when opening and closing documents.</li>
<li>Improved application help system.</li>
</ul>
<p>And many more new features that we can see in this <a href="https://wiki.documentfoundation.org/ReleaseNotes/6.4" target="_blank" rel="noopener noreferrer">link</a>.</p>
<p>So, let us start.</p>
<h2>Install LibreOffice 6.4 on Ubuntu 18.04 / Linux Mint 19</h2>
<p>LibreOffice comes installed on almost every Linux distro out there. And that includes Ubuntu and Linux Mint. Therefore, you have to uninstall the version that comes with the system.</p>
<p>So, open a terminal and run the following:</p>
<pre>:~$ sudo apt-get remove --purge libreoffice*</pre>
<p>With this you uninstall the application but to clear the <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noopener noreferrer">APT</a> cache, use it too:</p>
<pre>~$ sudo apt-get clean</pre>
<p>And finally, remove all the dependencies not necessary for the system, use this last command:</p>
<pre>:~$ sudo apt-get autoremove</pre>
<p>With this the LibreOffice that comes with the system will be completely uninstalled.</p>
<p>Now, we proceed to download and install version 6.4.</p>
<pre>:~$ wget http://download.documentfoundation.org/libreoffice/stable/6.4.0/deb/x86_64/LibreOffice_6.4.0_Linux_x86-64_deb.tar.gz</pre>
<p>Then you have to unzip the folder.</p>
<pre>:~$ tar -xzvf LibreOffice_6.4.0_Linux_x86-64_deb.tar.gz</pre>
<p>Access the folder and finally perform the installation:</p>
<pre>:~$ cd LibreOffice_6.4.0.3_Linux_x86-64_deb<br />:~$ cd DEBS/<br />:~$ sudo dpkg -i *.deb</pre>
<p>At the end, you will have your brand new LibreOffice 6.4</p>
<h2>Install LibreOffice 6. using Flatpak</h2>
<p>The above process works and works well, but it can bring some problems. Also, the novice user may not like to do all the steps I have described.</p>
<p>To avoid this, we can use Flatpak to perform the installation.</p>
<p>First, we have to install Flatpak:</p>
<pre>:~$ sudo apt install flatpak</pre>
<p>And then, run this one command:</p>
<pre>:~$ sudo flatpak install flathub org.libreoffice.LibreOffice</pre>
<p>The installation will take a little longer, but it is much easier to do.</p>
<p>This command will work on all Linux distributions that have Flatpak installed. So, this method works for Arch Linux, OpenSUSE, Fedora and more.</p>
<p>When you are done, you can run it from the application menu. In case it doesn&#8217;t appear, you can force it to run with the following command:</p>
<pre>:~$ flatpak run org.libreoffice.LibreOffice</pre>
<p>In my case, I did not uninstall the LibreOffice that comes with the system installation and everything went smoothly.</p>
<figure id="attachment_17950" aria-describedby="caption-attachment-17950" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17950" src="https://www.osradar.com/wp-content/uploads/2020/01/1-25.png" alt="1.- LibreOffice 6.4 on Ubuntu / Linux Mint" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1-25.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/1-25-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-25-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/1-25-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-25-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/1-25-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/1-25-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17950" class="wp-caption-text">1.- LibreOffice 6.4 on Ubuntu / Linux Mint</figcaption></figure>
<p>And that is it.</p>
<h2>Conclusion</h2>
<p>LibreOffice 6.4 is available for download. In this post, you&#8217;ve learned what to do to get it right now on your Ubuntu 18.04. But this tutorial works for Linux Mint 19 and all distributions that are based on Ubuntu 18.04.</p>
<p>Please share this post and join our <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">Telegram channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-libreoffice-6-4-ubuntu-linux-mint/">How to install LibreOffice 6.4 on Ubuntu 18.04 / Linux Mint 19?</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-libreoffice-6-4-ubuntu-linux-mint/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
