Page 1 of 1

Mageia 7.1 onlyoffice

PostPosted: Jul 28th, '19, 05:04
by tlmiller
I prefer OnlyOffice Desktopeditors as my office, as it's got very good compatibility with M$ Office formatting, which I have to work with quite often. Trying to install it on mageia 7.1, but getting errors. Any help would be appreciated:

Code: Select all
[root@linux ~]# dnf install onlyoffice-desktopeditors
Last metadata expiration check: 0:08:38 ago on Sat 27 Jul 2019 07:53:46 PM MST.
Error:
 Problem: conflicting requests
  - nothing provides xcb-util-keysyms needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides xcb-util-wm needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides xcb-util-image needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides xcb-util-renderutil needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides gtkglext-libs needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides liberation-mono-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides dejavu-lgc-sans-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides dejavu-lgc-sans-mono-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides dejavu-lgc-serif-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides dejavu-sans-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides dejavu-sans-mono-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides dejavu-serif-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides liberation-narrow-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides liberation-sans-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides liberation-serif-fonts needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides boost-filesystem needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
  - nothing provides libX11 needed by onlyoffice-desktopeditors-5.3.3-43.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Re: Mageia 7.1 onlyoffice

PostPosted: Jul 28th, '19, 14:54
by doktor5000
Only viable way to install it would be via
Code: Select all
urpmi --allow-nodeps onlyoffice-desktopeditors

But for dependencies that are not found, you have to ensure manually that they are installed

Re: Mageia 7.1 onlyoffice

PostPosted: Jul 28th, '19, 20:23
by tlmiller
Thanks!! Thought this might be what I'd have to do, but good for you to confirm.