[how-to] [Linux] Installing apstools
Original Publishing Date:
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
in php.ini
, otherwise you need to ensure that APS PHP Runtime is in include_path
- Install apstools
Internal content