Alternative to apt commands

I am looking to install the Open Ziti controller on a server that I have just setup.

It am using an Oracle Linux… that does not use the apt command.

Is there an alternative approach that I can use?

sudo apt update && sudo apt install jq -y

yum? See Using jq to process JSON on the Oracle Linux Command Line — oracle-tech

1 Like

Found it :slight_smile:

https://openziti.github.io/ziti/quickstarts/zac/installation.html

Perfect timing… I was just reading up on jq :slight_smile:

As a quick note… I just realised that JP is already installed when you use Oracle Linux 8 :slight_smile:

I feel like I am learning at light speed

1 Like