Install OneClient on Linux | Polyfrost

Install OneClient on Linux

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.

AppImage

Portable install that works on most distros without a package manager.

Run after downloading:

chmod +x OneClient*.AppImage
./OneClient*.AppImage

Debian Package (.deb)

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

RPM Package (.rpm)

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