Alternative to LibreOffice

Recently tried to install Libreoffice on my system and realized that it was not available in the binary packages. I tried "pkg install libreoffice" and got an error.
Is there another Office suite? I tried "pkg search office" and didn't find anything that I would recognize like OpenOffice, etc.
 
Not sure what version of FreeBSD you're using. On 13.1 (and probably on 13 and 12) libreoffice is available. What kind of error are you getting?
 
  • Like
Reactions: mer
Alternatives are discussed there.

 
no long time ago there is
Code:
apache openoffice
in packages , I got that version installed ,now is removed from packages and ports
 
no long time ago there is
Code:
apache openoffice
in packages , I got that version installed ,now is removed from packages and ports
Not to my knowledge:


The problem is rather, it doesn’t build anymore - at least I wasn't able to rebuild it of 2022Q3. The problem is, it links with devel/boost-libs - and that one was recently updated to require compilation with c++11. Openoffice, however, compiles with gcc++98.
There is a bundled older version of boost-libs, but that didn't compile for other reasons.
 
Yesterday, I was trying to install Libreoffice. However today, "pkg install libreoffice" and it is working. Not sure what happened there.
 
Back
Top