[how-to] [Linux] Installing apstools
Modified on: Fri, 17 Nov 2023 12:07 PMOriginal Publishing Date:
2020-01-22
2020-01-22
Resolution
apstools
requires java
, php
and APS PHP Runtime
. JRE/JDK
and PHP
are usually already installed on most Linux distributives.
-
Verify that both Java and PHP are available, execute the following commands in Terminal:
java -version
php -v
-
Verify that
php-xml
is installed:php -r "phpinfo();" | grep libxml
-
Download and install APS PHP Runtime
Note: if you install APS PHP Runtime using rpm you do not need to modify
include_path
inphp.ini
, otherwise you need to ensure that APS PHP Runtime is ininclude_path
- Install apstools