# Install on Linux

# Download Kangaroo

Download the latest version of Kangaroo from Download.

# Install on Debian/Ubuntu

Download the Debian/Ubuntu package (*.deb) from the official website, then execute the command:

# For Ubuntu
sudo apt install kangaroo-max-3.92.1.230901-x86_64.deb
# For Debian
sudo dpkg -i kangaroo-max-3.92.1.230901-x86_64.deb

# Install on RHEL/CentOS/Fedora

Download the RHEL/CentOS/Fedora package (*.rpm) from the official website, then execute the command:

# For Fedora
sudo dnf install kangaroo-max-3.92.1.230901-x86_64.rpm
# For RHEL/CentOS
sudo yum install kangaroo-max-3.92.1.230901-x86_64.rpm

# Install on Arch Linux

Download the Arch Linux package (*.pkg.tar.zst) from the official website, then execute the command:

sudo pacman -U kangaroo-max-3.92.1.230901-1-x86_64.pkg.tar.zst
Last Updated: 2023-10-17T03:57:42.000Z