<?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>Linux Explore &#187; libreoffice 4</title>
	<atom:link href="https://blog.linuxexplore.com/tag/libreoffice-4/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.linuxexplore.com</link>
	<description>Exploring Linux</description>
	<lastBuildDate>Mon, 07 Apr 2014 00:30:50 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>How to Install LibreOffice 4.0.0 on CentOS 6/RHEL 6.3</title>
		<link>https://blog.linuxexplore.com/2013/02/09/how-to-install-libreoffice4-0-0-on-centos-6rhel-6-3/</link>
		<comments>https://blog.linuxexplore.com/2013/02/09/how-to-install-libreoffice4-0-0-on-centos-6rhel-6-3/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 21:05:45 +0000</pubDate>
		<dc:creator><![CDATA[linuxexplore]]></dc:creator>
				<category><![CDATA[Linux Explore How to]]></category>
		<category><![CDATA[document foundation]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Install libreoffice4.0]]></category>
		<category><![CDATA[Libreoffice]]></category>
		<category><![CDATA[libreoffice 4]]></category>
		<category><![CDATA[libreoffice 4.0]]></category>
		<category><![CDATA[libreoffice 4.0.0]]></category>
		<category><![CDATA[LibreOffice CentOS 6]]></category>
		<category><![CDATA[LibreOffice installation]]></category>
		<category><![CDATA[LibreOffice RHEL 6]]></category>
		<category><![CDATA[libreoffice4]]></category>
		<category><![CDATA[Linux Howto]]></category>
		<category><![CDATA[Openoffice]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://linuxexplore.com/?p=697</guid>
		<description><![CDATA[LibreOffice 4 is launched and I was very exited to install it on my CentOS 6. It was really a good experience to install and use it. I am very happy to see that its performance is enhanced a lot. Documents are opening very fast than the earlier versions. I would like to share its&#8230;]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.libreoffice.org" target="_blank">LibreOffice 4</a> is launched and I was very exited to install it on my <a href="http://www.centos.org/" target="_blank">CentOS 6</a>. It was really a good experience to install and use it. I am very happy to see that its performance is enhanced a lot. Documents are opening very fast than the earlier versions. I would like to share its installation procedure here for CentOS 6.</p>
<p><a href="http://linuxexplore.files.wordpress.com/2013/02/libreoffice4.png"><img class="aligncenter size-large wp-image-700" alt="LibreOffice4" src="http://linuxexplore.files.wordpress.com/2013/02/libreoffice4.png?w=610" width="610" height="342" /></a></p>
<h2>Preparation of installation of LibreOffice 4.0.0:</h2>
<p>First of all download the newer version of <a title="LibreOffice 4.0.0 Stable Download" href="http://download.documentfoundation.org/libreoffice/stable/4.0.0/rpm/x86/LibreOffice_4.0.0_Linux_x86_rpm.tar.gz" target="_blank">LibreOffice 4.0.0</a> using wget command as follows.</p>
<pre>wget http://download.documentfoundation.org/libreoffice/stable/4.0.0/rpm/x86/LibreOffice_4.0.0_Linux_x86_rpm.tar.gz</pre>
<p>This tar file contains RPMs of LibreOffice 4.0.0 package. Extract this tar file to some location, I like /opt.</p>
<pre>tar -xf Libreoffice_4.0.0_Linux_x86_rpm.tar.gz -C /opt</pre>
<h2>Uninstall Previous version of LibreOffice Package:</h2>
<p>Previously existing installation of LibreOffice package must be removed before proceeding to installation of newer version. You can use <a title="Yum A Package Management Tool" href="http://linuxexplore.com/2010/10/03/yum-a-package-management-tool/" target="_blank">yum erase command</a> to remove old LibreOffice package.</p>
<pre>yum erase libreoffice*</pre>
<p>You can use any method to uninstall earlier LibreOffice package but it must be uninstalled first. Check my earlier post <a title="Yum A Package Management Tool" href="http://linuxexplore.com/2010/10/03/yum-a-package-management-tool/" target="_blank">How to use yum for package management</a>.</p>
<h2>Installation of LibreOffice 4.0.0 RPMs:</h2>
<p>To install the RPM, you can use yum command again.</p>
<pre>cd /opt/LibreOffice_4.0.0.3_Linux_x86_rpm/RPMS/
yum localinstall *.rpm</pre>
<p>It will install all LibreOffice RPMs from RPMS directory.</p>
<h2>Finalizing the installation:</h2>
<p>The above command(s) does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the <code>desktop-integration</code> directory that is within the <code>RPMS</code> directory, by entering the following command at the command line of a terminal window:</p>
<pre><code>cd desktop-integration</code></pre>
<p>Now run the installation command again:</p>
<pre><code>yum localinstall libreoffice4.0-freedesktop-menus-4.0.0-103.noarch.rpm</code></pre>
<p><code><span style="font-family:Liberation Serif, serif;">The installation process is now completed, and you should have icons for all the LibreOffice.</span></code></p>
<p><a href="http://linuxexplore.files.wordpress.com/2013/02/screenshot-libreoffice.png"><img class="aligncenter size-large wp-image-701" alt="LibreOffice-Start" src="http://linuxexplore.files.wordpress.com/2013/02/screenshot-libreoffice.png?w=610" width="799" height="406" /></a></p>
<p style="text-align:center;"><a href="http://linuxexplore.files.wordpress.com/2013/02/screenshot-libreoffice-4-0.png"><img class="aligncenter  wp-image-702" alt="LibreOffice-about" src="http://linuxexplore.files.wordpress.com/2013/02/screenshot-libreoffice-4-0.png" width="307" height="241" /></a></p>
<p><code><span style="font-family:Liberation Serif, serif;">Now you are ready to enjoy the power of opensource. Try this version, you will feel proud to be an Open Source user or supporter. Thanks a lot to <a href="http://www.documentfoundation.org/" target="_blank">Document Foundation</a> for such a great product.</span></code></p>
<p><code><span style="font-family:Liberation Serif, serif;">If you like this please don't forget to share this with others, Thanks.</span></code></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.linuxexplore.com/2013/02/09/how-to-install-libreoffice4-0-0-on-centos-6rhel-6-3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
