Whether Java is needed for Pydio application

Please provide the following tags: install / upgrade, package type, server OS, pydio version

We have installed Pydio application in our Unix servers. The server is dedicated for Pydio application. Added to this, we found Java is also installed . My application is running even when there are no current java process is running. My question here is, do I need Java for our Pydio application. I was not sure why Java was installed. Could you please advise on this.

Upgrade
Pydio Version : 6.4.0
Currently we have installed java 1.8.181
Server OS : Linux
Package type : Pydio Community Edition

Thanks in Advance

Hello,

Could you please specify the distro, version and name of Linux OS?
If you install editor.imagick, a package unoconv (converting office file to pdf) and its dependencies will be installed.

You can check in yum:

---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.181-3.b13.el7_5 will be erased
--> Processing Dependency: java-headless >= 1:1.6 for package: 1:libreoffice-core-5.3.6.1-10.el7.x86_64
--> Processing Dependency: libjvm.so()(64bit) for package: 1:libreoffice-ure-5.3.6.1-10.el7.x86_64
--> Running transaction check
---> Package libreoffice-core.x86_64 1:5.3.6.1-10.el7 will be erased
---> Package pydio-plugin-editor-imagick.noarch 0:8.2.1-1.el7 will be erased
--> Processing Dependency: pydio-plugin-editor-imagick for package: pydio-8.2.1-1.el7.noarch
---> Package unoconv.noarch 0:0.6-7.el7 will be erased
--> Running transaction check
---> Package pydio.noarch 0:8.2.1-1.el7 will be erased
--> Processing Dependency: pydio-8.2.1-1.el7 for package: pydio-all-8.2.1-1.el7.noarch
--> Running transaction check
---> Package pydio-all.noarch 0:8.2.1-1.el7 will be erased
--> Finished Dependency Resolution

Hey,

Appreciate your response.

Please find the info below.

Linux version 2.6.32-754.2.1.el6.x86_64 (mockbuild@x86-ol6-builder-04) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-23.0.1) (GCC) )

To your description, I was not sure whether the provided packages is installed. Is there any way I can find it. Also please provide us what are the packages under pydio need java and how to identify whether they are installed or not.

Thanks

Siva Teekshitha

Hi, You can use yum deplist command:
pydio-plugin-editor-imagick is one of plugin in Pydio. It will be installed if you install pydio-all package.

yum deplist pydio-plugin-editor-imagick => you will see unoconv is one of dependencies
then
yum deplist unoconv=> libreoffice-core
then
yum deplist libreoffice-core => java