Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

how to install libreoffice

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
DimitrisRHO
Posts: 32
Joined: 2010-11-22 10:28
Location: Rhodes, Greece

how to install libreoffice

#1 Post by DimitrisRHO »

I am trying couple of days now and I did not managed to intall it :cry:
non of the ubuntu how to found on the web seemed to works with debian, doesnt anyone has some time to write a install libreoffice how to?


User avatar
Hadret
Posts: 354
Joined: 2007-07-19 13:04
Location: Berlin

Re: how to install libreoffice

#3 Post by Hadret »

Just add experimental branch to your sources.list and apt-get-it (:

Code: Select all

~$ apt-cache policy libreoffice
libreoffice:
  Zainstalowana: (brak)
  Kandydująca:   1:3.3.0~rc3-2
  Tabela wersji:
     1:3.3.0~rc3-2 0
          1 http://ftp.de.debian.org/debian/ experimental/main amd64 Packages

User avatar
Absent Minded
Posts: 3464
Joined: 2006-07-09 08:50
Location: Washington State U.S.A.
Been thanked: 3 times

Re: how to install libreoffice

#4 Post by Absent Minded »

I have moved this thread to General Questions as it is not a How-to, tip or other information geared to explaining how to instal libreoffice but instead a request for support.

AM
Serving the community the best way I can.
Spreading the tradition of Community Spirit.
Please read some Basic Forum Philosophy
Give a man a fish, he eats for a day. Teach him how to fish, he eats for life.
Updated Nov. 19, 2012

User avatar
meho_r
Posts: 105
Joined: 2009-02-20 01:17

Re: how to install libreoffice

#5 Post by meho_r »

Hadret wrote:Just add experimental branch to your sources.list and apt-get-it (:

Code: Select all

~$ apt-cache policy libreoffice
libreoffice:
  Zainstalowana: (brak)
  Kandydująca:   1:3.3.0~rc3-2
  Tabela wersji:
     1:3.3.0~rc3-2 0
          1 http://ftp.de.debian.org/debian/ experimental/main amd64 Packages
I'm not sure if this is gonna work (at least for me it's not working, broken deps).

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: how to install libreoffice

#6 Post by bugsbunny »

try

Code: Select all

# aptitude -r -t experimental install libreoffice

User avatar
meho_r
Posts: 105
Joined: 2009-02-20 01:17

Re: how to install libreoffice

#7 Post by meho_r »

bugsbunny wrote:try

Code: Select all

# aptitude -r -t experimental install libreoffice
Although this command will nuke my openoffice.org installation, I don't really care since I doubt I'll be back to OOo again. Thanks, bugsbunny.

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: how to install libreoffice

#8 Post by bugsbunny »

There are some pieces of libreoffice that still aren't installed after this. You may or may not want some of those. To see what they are (make sure you include the single quotes):

Code: Select all

aptitude search '!~ilibreoffice'

User avatar
meho_r
Posts: 105
Joined: 2009-02-20 01:17

Re: how to install libreoffice

#9 Post by meho_r »

I noticed some parts were missing, but those didn't pose a problem to install afterwards using Synaptic too. But thanks for the info. Until now I mainly used apt-get, but now I really started to like aptitude :)

Post Reply