AppImage
Portable install that works on most distros without a package manager.
Run after downloading:
chmod +x OneClient*.AppImage
./OneClient*.AppImage
Choose the package format that matches your distro. Install with AppImage,
.deb, .rpm, or via the AUR.
Portable install that works on most distros without a package manager.
Run after downloading:
chmod +x OneClient*.AppImage
./OneClient*.AppImage Best for Ubuntu, Debian, Pop!_OS, Linux Mint, and other apt-based distros.
Install with apt:
sudo apt install ./OneClient*.deb If dependencies are missing:
sudo dpkg -i ./OneClient*.deb
sudo apt -f install Best for Fedora, RHEL, Rocky, AlmaLinux, and openSUSE systems.
Install with dnf:
sudo dnf install ./OneClient*.rpm Or with zypper:
sudo zypper install ./OneClient*.rpm Best for Arch Linux, Manjaro, EndeavourOS, and other Arch-based distros.
Install the latest release binary:
yay -S oneclient-bin Or build from source:
yay -S oneclient