AppSuite:CalcengineInstall: Difference between revisions
From Open-Xchange
Mhollmichel (talk | contribs) No edit summary |
Mhollmichel (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Description = | = Description (deprecated with 7.8.2) = | ||
The calcengine is necessary to use spreadsheet functionality. The calcengine is licensed under Apache License 2.0, so all our other code is able to use it. | The calcengine is necessary to use spreadsheet functionality up to Appsuite 7.8.1 The calcengine is licensed under Apache License 2.0, so all our other code is able to use it. Starting with appsuite 7.8.2 the installation of calcengine is not longer required. | ||
{{InstallPlugin|pluginname= | {{InstallPlugin|pluginname=calcengine|toplevel=products|sopath=appsuite/stable/calcengine|version=App Suite|reponame=calcengine}} | ||
[[Category:AppSuite]] | [[Category:AppSuite]] | ||
[[Category:Administrator]] | [[Category:Administrator]] |
Latest revision as of 10:38, 22 July 2016
Description (deprecated with 7.8.2)
The calcengine is necessary to use spreadsheet functionality up to Appsuite 7.8.1 The calcengine is licensed under Apache License 2.0, so all our other code is able to use it. Starting with appsuite 7.8.2 the installation of calcengine is not longer required.
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/calcengine/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/calcengine/updates/DebianBullseye/ /
and run
$ apt-get update $ apt-get install calcengine
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/calcengine/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/calcengine/updates/DebianBookworm/ /
and run
$ apt-get update $ apt-get install calcengine