LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-09-2020, 02:22 AM   #1
yabobay
Member
 
Registered: Jul 2019
Distribution: Debian Sid
Posts: 44

Rep: Reputation: Disabled
¿How can i only install *some* parts of LibreOffice on Manjaro Linux?


Hi, i'm on Manjaro Linux using libreoffice-fresh and the package installs every component of the office suite. I only ever tend to use Calc as well as Writer, so how would i have only those installed? The others are just on my computer serving no purpose.
 
Old 12-09-2020, 02:32 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,945

Rep: Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325
I guess (theoretically) you can [try to] install only libreoffice-calc and/or libreoffice-writer if you wish but will anyway add a lot of common packages too (like libreoffice-base-core, libreoffice-common and others).
 
Old 12-09-2020, 05:45 AM   #3
l4tt3
LQ Newbie
 
Registered: Dec 2020
Location: UK
Distribution: Arch
Posts: 9

Rep: Reputation: 3
You unfortunately can't do this (at least with standard Arch-based package installation). The libreoffice-fresh package contains all LibreOffice applications, including Calc.

I thought there might be an AUR package doing what you want, but I can't find one. You could install libreoffice-fresh and then manually delete the files you don't want if you really want to do this, but I wouldn't recommend it.
 
Old 12-09-2020, 08:20 AM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833
Code:
pacman -Si libreoffice-still
...
Name            : libreoffice-still
Version         : 6.4.7-4
Description     : LibreOffice maintenance branch
Architecture    : x86_64
URL             : https://www.libreoffice.org/
...
Provides        : libreoffice  libreoffice-en-US
Depends On      : curl>=7.20.0  hunspell>=1.2.8  python>=3.7  libwpd>=0.9.2  libwps  neon>=0.28.6  pango  nspr  libjpeg  libxrandr  libgl  libxslt  redland hyphen  lpsolve  gcc-libs  sh  graphite  icu  lcms2  poppler>=0.24.0  libvisio  libetonyek  libodfgen  libcdr  libmspub  harfbuzz-icu  nss clucene  hicolor-icon-theme  desktop-file-utils  shared-mime-info  libpagemaker  libxinerama  libabw  libmwaw  libe-book  libcups liblangtag  libexttextcat  libcmis  libtommath  libzmf  libatomic_ops  xmlsec  gpgme  libnumbertext  libfreehand  libstaroffice  libepubgen libqxp  libepoxy

Optional Deps   : java-runtime: adds java support
                  java-environment: required by extension-wiki-publisher and extension-nlpsolver
                  pstoedit: translates PostScript and PDF graphics into other vector formats
                  libmythes: for use in thesaurus
                  beanshell: interactive java -- good for prototyping/macros
                  libwpg: library for importing and converting WordPerfect Graphics format
                  sane: for scanner access
                  unixodbc: adds ODBC database support
                  gst-plugins-base-libs: for multimedia content, e.g. in Impress
                  libpaper: takes care of papersize
                  postgresql-libs: for postgresql-connector
                  mariadb-libs: for mysql-connector
                  coin-or-mp: required by the Calc solver
                  gtk3: for GTK3 integration
                  kio: for KF5 KDE desktop integration
Conflicts With  : libreoffice-fresh
Replaces        : None
Download Size   : 131.64 MiB
Installed Size  : 397.18 MiB
...
That's just a huge piece of software.

There are alternatives, that don't work as well
Code:
pacman -Si abiword
...
Name            : abiword
Version         : 3.0.4-3
Description     : Fully-featured word processor
Architecture    : x86_64
URL             : https://www.abisource.com
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : fribidi  wv  goffice  librsvg  enchant  desktop-file-utils  redland  libical  gtk-update-icon-cache  loudmouth  libwpg  libwps  libwmf link-grammar  gtkmathview  aiksaurus  libxslt  libsoup  libots  libgsf  psiconv
Optional Deps   : None
Conflicts With  : abiword-plugins
Replaces        : abiword-plugins
Download Size   : 5.04 MiB
Installed Size  : 23.30 MiB
...
 
Old 12-09-2020, 10:25 AM   #5
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
The way it's configured, the remaining components - Draw, Math, and Impress - don't really take up that much disk space. I suppose you could try uninstalling those packages, but I don't know what the unintended consequences would be.
 
Old 12-09-2020, 10:51 AM   #6
EdGr
Member
 
Registered: Dec 2010
Location: California, USA
Distribution: I run my own OS
Posts: 999

Rep: Reputation: 471Reputation: 471Reputation: 471Reputation: 471Reputation: 471
LibreOffice is one program with libraries for the various applications. Doing everything in one program is very impressive engineering, but not modular.
Ed
 
Old 12-09-2020, 11:04 AM   #7
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Libreoffice has separate packages for each component, in addition to common libraries. I think it's possible to install only one component, but I've never bothered to try that. I don't know what libraries would be installed that way.
 
Old 12-09-2020, 11:27 AM   #8
l4tt3
LQ Newbie
 
Registered: Dec 2020
Location: UK
Distribution: Arch
Posts: 9

Rep: Reputation: 3
Quote:
Originally Posted by sgosnell View Post
Libreoffice has separate packages for each component, in addition to common libraries. I think it's possible to install only one component, but I've never bothered to try that. I don't know what libraries would be installed that way.
Debian does have separate packages, but Manjaro's Arch repositories don't
 
1 members found this post helpful.
Old 12-09-2020, 02:03 PM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by l4tt3 View Post
Debian does have separate packages, but Manjaro's Arch repositories don't
And that should enable one to create an installable Arch package from that:
https://bbs.archlinux.org/viewtopic.php?id=187558
 
1 members found this post helpful.
Old 12-09-2020, 06:40 PM   #10
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
If Manjaro chooses to do it that way, that's not the fault of the LibreOffice deveopers. The suite is about as modular as an office suite could be, other than having separate programs and no actual suite.
 
Old 12-10-2020, 07:34 AM   #11
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833Reputation: 1833
To the OP.

If you want to alter an official arch package, go get the PKGBUILD, edit it, edit the source if you need to, use makepkg, install it with pacman. Then after you build it and install it, you are responsible for it.

Read these.
https://wiki.archlinux.org/index.php/Arch_Build_System
https://wiki.archlinux.org/index.php/Pacman
https://wiki.archlinux.org/index.php/Makepkg

https://www.archlinux.org/packages/e...eoffice-fresh/

Here is the PKGBUILD
https://github.com/archlinux/svntogi...trunk/PKGBUILD

You can get the source files and alter them however you wish.

Bunch of libre in the AUR. You can get an idea of how to make a PKGBUILD for what you are trying to do.
https://aur.archlinux.org/packages/?K=libreoffice&SB=p

You are not stuck.
 
Old 12-10-2020, 08:07 AM   #12
DownSouth
LQ Newbie
 
Registered: Apr 2020
Posts: 27

Rep: Reputation: Disabled
Quote:
Originally Posted by yabobay View Post
Hi, i'm on Manjaro Linux using libreoffice-fresh and the package installs every component of the office suite. I only ever tend to use Calc as well as Writer, so how would i have only those installed? The others are just on my computer serving no purpose.
The simple answer - and the one you probably don't want to hear - is to consider switching to Ubuntu where Calc & Writer
are available individually. Depends how important these are for you. Also, from what other people say on here you would
avoid Manjaro's Microsoft-like updates. :-). And, as teckk said: "that is a huge piece of software".
 
Old 12-10-2020, 11:33 AM   #13
yabobay
Member
 
Registered: Jul 2019
Distribution: Debian Sid
Posts: 44

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DownSouth View Post
The simple answer - and the one you probably don't want to hear - is to consider switching to Ubuntu where Calc & Writer
are available individually. Depends how important these are for you. Also, from what other people say on here you would
avoid Manjaro's Microsoft-like updates. :-). And, as teckk said: "that is a huge piece of software".
(I'm replying to this post but i've read all of the replies though.)

Well, i guess then that's not that important. Also how does Manjaro have Microsoft-like updates?
 
Old 12-12-2020, 04:27 AM   #14
DownSouth
LQ Newbie
 
Registered: Apr 2020
Posts: 27

Rep: Reputation: Disabled
Quote:
Originally Posted by yabobay View Post
(I'm replying to this post but i've read all of the replies though.)

Well, i guess then that's not that important. Also how does Manjaro have Microsoft-like updates?

Hello yabobay

As for the updates, have a look at Manjaro's sub-forum in "Distributions".
(and that wasn't meant to be an entirely serious comment...)

Regarding your original post - it appeared important enough to create a thread, and I would suggest if it is that important then why not create a USB with Ubuntu (or one of the lighter versions) and run Calc & Writer off that? Best of both worlds. :-)

Last edited by DownSouth; 12-12-2020 at 04:37 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] LibreOffice Writer can't start on Debian 9 but other LibreOffice apps work fine IsaacKuo Linux - Software 4 08-20-2017 12:45 AM
Will Manjaro Linux Net edition act like Manjaro or a base install of Arch? punchy71 Linux - Newbie 4 06-28-2014 08:05 AM
How to install only Writer from Libreoffice package"libreoffice-4.0.3-i486-1alien.txz just.srad Slackware 10 05-30-2013 02:37 PM
Recompile and install only unmodified parts of kernel titaniumdecoy Linux - Kernel 5 01-03-2009 12:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration