# Install on Linux
# Download Kangaroo
Download the latest version of Kangaroo fromDownload.
# Install on Debian/Ubuntu
Download the Debian/Ubuntu package (*.deb) from the official website, then execute the command:
# For Ubuntusudoaptinstall kangaroo-max-3.92.1.230901-x86_64.deb# For Debiansudo 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 Fedorasudo dnfinstall kangaroo-max-3.92.1.230901-x86_64.rpm# For RHEL/CentOSsudo yuminstall 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