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. For now you can install
with AppImage, .deb, or .rpm. Package manager install
commands will be added here in a future update.
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