<?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>get libreoffice Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/get-libreoffice/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 23 Apr 2018 12:23:55 +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 Get the Latest LibreOffice on Your Linux</title>
		<link>https://www.osradar.com/how-to-get-the-latest-libreoffice-on-your-linux/</link>
					<comments>https://www.osradar.com/how-to-get-the-latest-libreoffice-on-your-linux/#comments</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 18 Apr 2018 05:00:52 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[get libreoffice]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[update libreoffice]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2582</guid>

					<description><![CDATA[<p>LibreOffice is one of the best office suites for everyone. It’s free, powerful and community supported. That’s why LibreOffice is also suitable for using in enterprise level as well. Almost all the Linux distros come up with pre-installed LibreOffice. LibreOffice is an essential tool for everyone. Because of its features, it also competes with MS [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-get-the-latest-libreoffice-on-your-linux/">How to Get the Latest LibreOffice on Your Linux</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 is one of the best office suites for everyone. It’s free, powerful and community supported. That’s why LibreOffice is also suitable for using in enterprise level as well. Almost all the Linux distros come up with pre-installed LibreOffice.</p>
<p>LibreOffice is an essential tool for everyone. Because of its features, it also competes with MS Office suite! While updating your Linux distro, LibreOffice should also be updated automatically. However, for some reason(s), it isn’t updated. If you’re using an obsolete/old version of LibreOffice, update today to enjoy all the latest features.</p>
<ul>
<li>
<h3>Ubuntu + Ubuntu-based</h3>
</li>
</ul>
<p>Ubuntu and all the other Ubuntu-based distro come up with pre-installed LibreOffice. The installer may come up with older version of LibreOffice. Here’s how to update the software</p>
<ul>
<li>Open a terminal.</li>
<li>Run the following command:</li>
</ul>
<pre>sudo add-apt-repository ppa:libreoffice/ppa</pre>
<ul>
<li>Refresh package database:</li>
</ul>
<pre>sudo apt update</pre>
<ul>
<li>Update all the due packages:</li>
</ul>
<pre>sudo apt upgrade</pre>
<ul>
<li>
<h3>Debian</h3>
</li>
</ul>
<p>Debian is also a great distro for enterprise level. However, because of its update system, Debian always come up with an older version of LibreOffice. In order to get the latest version, follow these steps.</p>
<ul>
<li>Uninstall all the LibreOffice packages beforehand.</li>
</ul>
<pre>sudo apt-get remove libreoffice-*</pre>
<ul>
<li><a href="https://www.libreoffice.org/download/download/">Download the DEB package of LibreOffice according to your Linux architecture</a>.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2583 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-deb-package.jpg" alt="" width="750" height="420" srcset="https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-deb-package.jpg 750w, https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-deb-package-300x168.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-deb-package-696x390.jpg 696w" sizes="(max-width: 750px) 100vw, 750px" /></p>
<ul>
<li>Now, follow these steps to extract and install LibreOffice.</li>
</ul>
<pre>cd ~/Downloads
tar -xvzf LibreOffice_6.0.3_Linux_x86-64_deb.tar.gz
cd DEBS
sudo dpkg -i *.deb</pre>
<ul>
<li>
<h3>Arch Linux</h3>
</li>
</ul>
<p>Arch Linux is one of the best Linux distros out there. Although the classic Arch Linux isn’t for beginners, there are other Arch-based distros that offer simpler interface and usability. On Arch &amp; Arch-based distro, follow these steps.</p>
<ul>
<li>Open a terminal.</li>
<li>Run this command:</li>
</ul>
<pre>sudo pacman -U libreoffice-fresh</pre>
<p>In case you don’t have LibreOffice installed in your system, use this command line for installing the latest version automatically.</p>
<pre>sudo pacman -S libreoffice-fresh</pre>
<ul>
<li>
<h3>OpenSUSE + Fedora</h3>
</li>
</ul>
<p>Both of these OS are included in the same section because both of them use RPM packages as the installable file type.</p>
<ul>
<li>Uninstall the existing LibreOffice installation.</li>
</ul>
<pre>sudo zypper remove libreoffice-* [for OpenSUSE]
sudo dnf remove libreoffice-*    [for Fedora]</pre>
<ul>
<li><a href="https://www.libreoffice.org/download/download/">Download the RPM package according to your Linux architecture</a>.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2584 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-rpm-package.jpg" alt="" width="739" height="418" srcset="https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-rpm-package.jpg 739w, https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-rpm-package-300x170.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/04/libreoffice-rpm-package-696x394.jpg 696w" sizes="(max-width: 739px) 100vw, 739px" /></p>
<ul>
<li>Run these commands for finally installing the software.</li>
</ul>
<pre>cd ~/Downloads
tar -xvzf LibreOffice_*_Linux_x86-64_rpm.tar.gz

cd LibreOffice_6.0.3_Linux_x86-64_rpm
cd RPMS

sudo zypper install *.rpm   [for OpenSUSE]
sudo dnf install *.rpm      [for Fedora]</pre>
<ul>
<li>
<h3>Snap</h3>
</li>
</ul>
<p>LibreOffice is also available as a snap package. Snaps are universal packages that can be installed on any Linux distro, irrespective of the platform. Before proceeding, <a href="https://docs.snapcraft.io/core/install">install the “snapd” service for your Linux distro</a>. Now, Update all the snaps in your OS.</p>
<pre>sudo snap refresh</pre>
<p>If the command doesn’t work, reinstall LibreOffice snap.</p>
<pre>sudo snap remove libreoffice

sudo snap install libreoffice</pre>
<ul>
<li>
<h3>Flatpak</h3>
</li>
</ul>
<p>It’s also another universal Linux app platform, just like Snap. If you want to use Flatpak, follow these steps.</p>
<p>Update all the flatpak packages:</p>
<pre>flatpak update</pre>
<p>If it didn’t work, then re-install LibreOffice using Flatpak.</p>
<pre>flatpak uninstall flathub org.libreoffice.LibreOffice

flatpak install flathub org.libreoffice.LibreOffice</pre>
<p>If you love the AppImage version, <a href="https://www.libreoffice.org/download/appimage/">download the latest LibreOffice AppImage</a>.</p>
<p>LibreOffice isn’t the one and only office suit available. There are some of the best LibreOffice alternatives out there. <a href="https://www.osradar.com/libreoffice-alternatives-for-linux-users/">Check them out</a>!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-get-the-latest-libreoffice-on-your-linux/">How to Get the Latest LibreOffice on Your Linux</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/how-to-get-the-latest-libreoffice-on-your-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
