Installing LibreOffice 4.0.1 on Fedora 17

2

I downloaded 'LibreOffice_4.0.1.2_Linux_x86-64_rpm.tar.gz' from official site of libreoffice and follow the readme to install.

The installation completed successfully, but when I entered 'libreoffice' in the terminal, it gave an infomation:

"no suitable windowing system found, existing"

Besides, when I click the icon in the application menu, nothing happened...

Does anyone meet the same problem? How to install the latest libreoffice 4.0.1 in fedora 17?

booksee

Posted 2013-03-13T12:07:04.267

Reputation: 123

At least with previous versions, the command to launch it has been soffice (that's the old Star Office heritage showing through). Did you try that? – a CVn – 2013-03-14T08:12:39.647

Answers

1

first off, don't get the program via binary, this is hard to keep working and up to date, especially when it's already available in the package repos.

do:

sudo yum remove openoffice*
sudo yum install libreoffice

EDIT: As commenters mentioned, this will install the 3.6.x tree from the repos. If you really want to run the 4.x then you will need to fix your environment to support it instead.

sudo yum install pixman -y

Enjoy.

SnakeDoc

Posted 2013-03-13T12:07:04.267

Reputation: 705

Looks to me like this will currently get you a version of LibreOffice 3.5.7 on F17, which while hardly ancient is still a pretty far cry from 4.0.1. – a CVn – 2013-03-13T15:27:37.490

its still a ton easier and it will be updated eventually once the fedora team gets it worked out for packaging. The OP didn't specify he/she was specifically looking for that release, but that they wanted libre office installed on Fedora -- this is the conventional way to go about doing that. None-the-less, I'll edit m original post to include the fix to get 4.x going on Fedora 17. – SnakeDoc – 2013-03-13T15:55:14.347

@SnakeDoc Unfortunately, you misunderstood my intention. I DO want to install the latest 4.0.1 version, because of Libreoffice Impress Remote.

– booksee – 2013-03-15T04:03:43.420

@booksee see my last command above "yum install pixman" should do the trick – SnakeDoc – 2013-03-15T15:10:24.220

it does not work...it says that pixman-0.28.0-1.fc17.x86-64 is the latest version, nothing to be done – booksee – 2013-03-16T14:13:30.443

0

only this command works for installing libreoffice manually but you can install it while you are installing the the os by selecting the part (office use and development) then it will be already installed in your platform

yum install libreoffice

adrian

Posted 2013-03-13T12:07:04.267

Reputation: 1