Add CyberHives's GPG key
sudo mkdir -p /etc/apt/keyrings && \
curl -fsSL pkgs.cyberhive.com/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/cyberhive.gpg
Add the CyberHive Connect repository
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/cyberhive.gpg] \
https://pkgs.cyberhive.com/apt/unstable/ubuntu noble main" | \
sudo tee /etc/apt/sources.list.d/cyberhive.list > /dev/null
Follow the installation and configuration documentation
Install Connect on Linux
Add CyberHives's GPG key
sudo mkdir -p /etc/apt/keyrings && \
curl -fsSL pkgs.cyberhive.com/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/cyberhive.gpg
Add the CyberHive Connect repository
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/cyberhive.gpg] \
https://pkgs.cyberhive.com/apt/unstable/ubuntu jammy main" | \
sudo tee /etc/apt/sources.list.d/cyberhive.list > /dev/null
Follow the installation and configuration documentation
Install Connect on Linux
Add CyberHives's GPG key
sudo mkdir -p /etc/apt/keyrings && \
curl -fsSL pkgs.cyberhive.com/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/cyberhive.gpg
Add the CyberHive Connect repository
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/cyberhive.gpg] \
https://pkgs.cyberhive.com/apt/unstable/ubuntu focal main" | \
sudo tee /etc/apt/sources.list.d/cyberhive.list > /dev/null
Follow the installation and configuration documentation
Install Connect on Linux
Add CyberHives's GPG key
sudo mkdir -p /etc/apt/keyrings && \
curl -fsSL pkgs.cyberhive.com/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/cyberhive.gpg
Add the CyberHive Connect repository
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/cyberhive.gpg] \
https://pkgs.cyberhive.com/apt/unstable/ubuntu bionic main" | \
sudo tee /etc/apt/sources.list.d/cyberhive.list > /dev/null
Follow the installation and configuration documentation
Install Connect on Linux
Install yum-config-manager if missing
sudo yum install yum-utils
Add the CyberHive Connect repository
sudo yum-config-manager --add-repo https://pkgs.cyberhive.com/yum/cyberhive-connect-unstable.repo
Follow the installation and configuration documentation
Install Connect on Linux