2

I've tried this guide How do I install LibreOffice 4?

But I get this message

enter image description here

Can someone please explain why this is happening? And can someone tell me how to download it?

Kamerom
  • 182

1 Answers1

5

You downloaded the .rpm file. .rpm is used by Fedora and Red Hat, but Ubuntu and Debian use .deb.

The correct command to un-tar this file would be:

tar -xvzf LibreOffice_4.0.0_Linux_x86-64_rpm.tar.gz

Did you download using the links from my post? They link to the proper .deb files.

Seth
  • 59,332