Install OpenLegacy CLI (UNIX)
Prerequisites
Java OpenJDK versions 17 to 21 (required) -
You can use distributions such as:
Install Openlegacy CLI with a portable installer
To install the OpenLegacy CLI, follow these steps:
-
Download the installation file.
-
Unzip the installation file.
-
In the Terminal, go to
ol/bin. -
Type
./install.shand press enter.
If you do not have executable permission, run
chmod -x install.shbefore running install.sh.
- Run the ol command to confirm that the CLI is working properly.
Upgrade Openlegacy CLI with a portable installer
To upgrade the OpenLegacy CLI, follow these steps:
-
Download the installation file.
-
Unzip the installation file into the previous OpenLegacy CLI location and override the files.
Uninstall Openlegacy CLI with a portable installer
If you want to uninstall the OpenLegacy CLI, run:
-
In the Terminal, go to
ol/bin. -
Type
./uninstall.shand press enter.
If you do not have executable permission, run
chmod -x uninstall.shbefore running install.sh.
Updated 8 days ago
