Showing posts with label LibreOffice. Show all posts
Showing posts with label LibreOffice. Show all posts

Saturday, 8 August 2015

How to Install LibreOffice 5.0.0 on Various Linux Distros

LibreOffice is an open source and much powerful personal productivity office suit for Linux, Windows & Mac, that provides feature rich functions for word document, data processing, spreadsheets, presentation, drawing, Calc, Math and much more. LibreOffice has large number of satisfied users across the globe with almost 120 million downloads as of now. It supports more than 110 languages and runs on all major operating systems.

The Document Foundation team proudly announced the first stable release of the 5.0.x branch of LibreOffice on August 5, 2015, is now available for all major platforms including Linux, Windows and Mac OS. This new update features a large number of exciting new features, performance and improvements and is targeted to all kinds of users, but especially appealing for enterprise power users.

There has been vast improvement in LibreOffice 5.0.0, you can see the changelog here.

Here are some minimum requirements for installing LibreOffice 5.0.0
  • Linux kernel version 2.6.18 or higher
  • glibc2 version 2.5 or higher
  • gtk version 2.10.4 or higher
  • Pentium-compatible PC (Pentium III, Athlon or more-recent system recommended)
  • 256Mb RAM (512Mb RAM recommended)
  • Up to 1.55Gb available hard disk space
  • X Server with 1024×768 resolution (higher resolution recommended), with at least 256 colors
  • Gnome 2.16 or higher, with the gail 1.8.6 and at-spi 1.7 packages (required for support for assistive technology [AT] tools), or another compatible GUI (such as KDE, among others).

Install LibreOffice 5.0.0 on various Linux distros

Step 1: Removing Old OpenOffice or LibreOffice Version

Debian/Ubuntu/LinuxMint:

sudo apt-get remove libreoffice* openoffice*

Fedora/CentOS/RHEL:

sudo yum remove libreoffice* openoffice*

Step 2: Downloading LibreOffice 5.0.0

For 64 bit version:

Debian/Ubuntu/LinuxMint

wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/deb/x86_64/LibreOffice_5.0.0_Linux_x86-64_deb.tar.gz

Fedora/CentOS/RHEL:

wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz

For 32 bit versions:

Debian/Ubuntu/LinuxMint

wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/deb/x86/LibreOffice_5.0.0_Linux_x86_deb.tar.gz

Fedora/CentOS/RHEL:

wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86/LibreOffice_5.0.0_Linux_x86_rpm.tar.gz

Step 3: Extracting LibreOffice 5.0.0 Package

32 bit Debian/Ubuntu/LinuxMint:

tar xvf LibreOffice_5.0.0_Linux_x86_deb.tar.gz

32 bit Fedora/CentOS/RHEL:

tar xvf LibreOffice_5.0.0_Linux_x86_rpm.tar.gz

64 bit Debian/Ubuntu/LinuxMint:

tar xvf LibreOffice_5.0.0_Linux_x86-64_deb.tar.gz

64 bit Fedora/CentOS/RHEL:

tar xvf LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz

Now use the "cd" command to get inside the extracted folder and follow the steps given below

Step 4: Installing LibreOffice 5.0.0 Package

In Debian/Ubuntu/LinuxMint

sudo dpkg -i *.deb

In Fedora/CentOS/RHEL

yum localinstall *.rpm

Step 5: Starting LibreOffice 5.0 Package

Once the installation is done you will have LibreOffice icons in your desktop under Applications –> Office menu or start the application by executing the following command on the terminal.

You can start LibreOffice 5 with the following command

# libreoffice5.0

After you enter the above command in your Terminal window, a new window will open 


Congratulations, you have installed the new LibreOffice 5.0.0 in your system. In case you have any questions or comments, please do not hesitate to submit them in the comment section below.

Friday, 13 March 2015

How To Install/Upgrade LibreOffice 4.4 In Ubuntu/Linux Mint


LibreOffice and open source office suit released LibreOffice 4.4 that is said to have the most beautiful changes ever. LibreOffice is a must app that has lots of features that makes office work in Linux easier. Let's see the new features and how we can Install/Upgrade in Ubuntu/Linux Mint.

According to the official blog, there has been a vast improvement in the UI, the interoperability with OOXML file formats has been extended.

LibreOffice 4.4 offers several improvements too :

  • Support of OpenGL transitions in Windows, and improved implementation based on the new OpenGL framework
  • Digital signing of PDF files during the export process
  • Installation of free fonts Carlito and Caladea to replace proprietary Microsoft C-Fonts Calibri and Cambria, to get rid of font related issues while opening OOXML files
  • Addition of several new default templates, designed by volunteers
  • Visual editing of Impress master pages, to remove unwanted elements, adding or hiding a level to the outline numbering, and toggling bullets on or off
  • Better Track Changes – with new buttons in the Track Changes toolbar – and AutoCorrect features in Writer
  • Improved import filters for Microsoft Visio, Microsoft Publisher and AbiWord files, and Microsoft Works spreadsheets
  • New import filters for Adobe Pagemaker, MacDraw, MacDraw II and RagTime for Mac
  • Greatly expanded support for media capabilities on each platform.
Install/Upgrade LibreOffice in Ubuntu/Linux Mint

sudo add-apt-repository ppa:libreoffice/libreoffice-4-4
sudo apt-get update
sudo apt-get dist-upgrade

How to install from the deb file

If you want to install LibreOffice from the source package, you need to uninstall your previous version of LibreOfffice. The command to uninstall the previous version is

sudo apt-get purge libreoffice*

Once the uninstall process is done, click here to download the new version of LibreOffice. You can download the 32-bit/64-bit package according to your system requirement. After downloading the source package you have to unzip the package using the command

tar xzvf filename.tar.gz

Now get inside your LibreOffice folder cd Downloads/LibreOffice_4.4.0.3_Linux_x86_64_deb/DEBS and enter the following command to start your installation

sudo dpkg -i *.deb

Congratulation, You have installed LibreOffice 4.4. Share your experience with us, Any queries please comment below