Linux
ROK Battles is available for Linux in both AppImage and deb formats.
Choose a version
x86_64
- Linux x86_64 AppImage - Recommended for most desktop Linux systems
- Linux x86_64 .deb - For Debian, Ubuntu, and other Debian-based distributions
ARM64
- Linux ARM64 AppImage - For ARM64 Linux devices
- Linux ARM64 .deb - For Debian-based ARM64 systems
Install
AppImage
- Download the correct AppImage for your architecture.
- Make it executable:
chmod +x ROK.Battles_*.AppImage- Run it:
./ROK.Battles_*.AppImageDebian package
- Download the matching
.debpackage. - Install it with your package manager:
sudo apt install ./ROK.Battles_*.debNotes
- Use the
AppImagebuild if you want a portable option that works on many distributions. - Use the
.debpackage if you are on Ubuntu, Debian, or another Debian-based distro and want a standard package install.