AppSuite:DocumentConverterAPIInstall
From Open-Xchange
Description
The converter_api is necessary to use readerengine functionality from other products. This API is licensed under GPL, so all our other code is able to use it.
Install on OX App Suite
Debian GNU/Linux 11.0
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
deb https://software.open-xchange.com/products/appsuite/stable/documentconverter-api/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/documentconverter-api/updates/DebianBullseye/ /
and run
$ apt-get update $ apt-get install open-xchange-documentconverter-api
Debian GNU/Linux 12.0
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
deb https://software.open-xchange.com/products/appsuite/stable/documentconverter-api/DebianBookworm/ /
# if you have a valid maintenance subscription, please uncomment the
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/documentconverter-api/updates/DebianBookworm/ /
and run
$ apt-get update $ apt-get install open-xchange-documentconverter-api