Back to Opsview FAQ

Installing Opsview Agent Focal Fossa (Ubuntu 20.04) on Jammy Jellyfish (Ubuntu 22.04)

Currently, we don’t have an available Opsview Agent for Ubuntu 22.04 (Jammy Jellyfish). As a workaround, the following steps can be done to install Opsview Agent released for Ubuntu 20.04 (Focal Fossa).

Add Focal repository on the Jammy server and update the package

## add-apt-repository 'deb http://archive.ubuntu.com/ubuntu focal main'
# apt update -y && apt upgrade -y

Install Opsview Agent-

## dpkg -i <opsview agent>

The installation might return a dependency error. To fix, do the following-

# apt --fix-broken install
["Geneos"] ["FAQ"]

Was this topic helpful?