Results 1 to 4 of 4

Thread: Install LibreOffice

  1. #1
    Join Date
    Aug 2006
    Beans
    45
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Install LibreOffice

    I want to try LibreOffice. When I go to the Synaptic Package Manager and search for it, it turns up in the left column only. It has no context menu, nor do any of the buttons in the left column work. Searching does not put it into the right column. In other words, there does not seem to be any way to install it. Any suggestions?

    I may decide to uninstall OpenOffice before this installation.

  2. #2
    Join Date
    Aug 2009
    Beans
    Hidden!

    Re: Install LibreOffice

    Libreoffice isn't finalize in the main Ubuntu repositories so it won't show up in Synaptic by default. You can though add the PPA to your system to get it. This should work, but I have yet to test it. Let me know if there are any issues.

    echo 'deb http://download.tuxfamily.org/gericom/libreoffice /' | sudo tee -a /etc/apt/sources.list

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 890E7A26

    sudo apt-get update

    sudo apt-get install libreoffice3* lobasis3.3*

  3. #3
    Join Date
    Feb 2009
    Location
    Brisbane, Australia
    Beans
    684
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install LibreOffice

    Quote Originally Posted by nsivin View Post
    I may decide to uninstall OpenOffice before this installation.
    You might want to hang on to Open Office for a while. The current version of LibreOffice is a release candidate only, and is not intended for production use. This is why it's not distributed at the moment.

    You can read more about LibreOffice and download it from here.

    Libre Office is a fork of Open Office that has a way to go. If they were to make it easier for Microsoft users to migrate to Linux it would probably be a good thing. I don't know if that is their intention.

    Chris

  4. #4
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Install LibreOffice

    You can install LibreOffice via PPA:
    Code:
    sudo add-apt-repository ppa:libreoffice/ppa
    sudo apt-get update && sudo apt-get install libreoffice
    Mind you, the PPA removes OpenOffice. And if you think LibreOffice looks like Windows 95-ish, install libreoffice-gtk.

    Just a note, this version is still RC.
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •