Install on Linux
Follow these steps to install the application on your Linux system. The application is available in multiple formats to support all major distributions.
- 64-bit Linux distribution (kernel 3.10 or later)
- 4GB RAM minimum (8GB recommended)
- 500MB available disk space
- Internet connection for initial setup and sync
Ubuntu / Debian (.deb)
For Ubuntu, Debian, Linux Mint, Pop!_OS, and derivatives
Download the .deb Package
Log in to your RbDevOps account and navigate to the Downloads section. Select the Linux .deb package for Ubuntu/Debian-based distributions.
The file will be named something like:
HM Praxis_1.0.16_amd64.debInstall via GUI (Software Center)
Double-click the downloaded .deb file to open it in your Software Center or package installer. Click "Install" and enter your password when prompted.
Install via Terminal (Alternative)
Alternatively, you can install via terminal:
cd ~/Downloads
sudo dpkg -i "HM Praxis_1.0.16_amd64.deb"
sudo apt-get install -f # Fix any dependency issuesLaunch HM Praxis
Find HM Praxis in your application menu or launch from terminal:
hm-praxisFedora / RHEL / CentOS (.rpm)
For Fedora, Red Hat Enterprise Linux, CentOS, and derivatives
Download the .rpm Package
Log in to your RbDevOps account and navigate to the Downloads section. Select the Linux .rpm package for Fedora/RHEL/CentOS distributions.
The file will be named something like:
HM Praxis-1.0.16-1.x86_64.rpmInstall via Terminal
For Fedora/RHEL 8+:
cd ~/Downloads
sudo dnf install "./HM Praxis-1.0.16-1.x86_64.rpm"For older RHEL/CentOS versions:
cd ~/Downloads
sudo yum install "./HM Praxis-1.0.16-1.x86_64.rpm"Launch HM Praxis
Find HM Praxis in your application menu or launch from terminal:
hm-praxisAppImage (Universal)
Works on any Linux distribution without installation
Download the AppImage
Log in to your RbDevOps account and navigate to the Downloads section. Select the Linux AppImage (works on all distributions).
The file will be named something like:
HM Praxis_1.0.16_amd64.AppImageMake Executable
Open terminal and make the AppImage executable:
cd ~/Downloads
chmod +x "HM Praxis_1.0.16_amd64.AppImage"Run the AppImage
Double-click the AppImage file, or run from terminal:
./"HM Praxis_1.0.16_amd64.AppImage"Optional: Desktop Integration
To add HM Praxis to your application menu, move the AppImage to a permanent location:
mkdir -p ~/.local/bin
mv "~/Downloads/HM Praxis_1.0.16_amd64.AppImage" ~/.local/bin/hm-praxisCreate a desktop entry:
cat > ~/.local/share/applications/hm-praxis.desktop << 'EOF'
[Desktop Entry]
Name=HM Praxis
Exec=/home/YOUR_USERNAME/.local/bin/hm-praxis
Icon=hm-praxis
Type=Application
Categories=Office;Medical;
EOFReplace YOUR_USERNAME with your actual username.
Troubleshooting
Missing Dependencies (.deb)
If you see dependency errors after installing the .deb package, run:
sudo apt-get install -fAppImage Won't Run
Ensure the AppImage is executable and FUSE is installed:
# Make executable
chmod +x "HM Praxis_1.0.16_amd64.AppImage"
# Install FUSE (Ubuntu/Debian)
sudo apt-get install fuse libfuse2
# Install FUSE (Fedora)
sudo dnf install fuse fuse-libsApplication Doesn't Start
Try running from terminal to see error messages:
hm-praxisIf you see GPU-related errors, try disabling hardware acceleration:
hm-praxis --disable-gpuCan't Find Application in Menu
After installation, you may need to refresh your desktop environment:
# Log out and log back in, or run:
update-desktop-database ~/.local/share/applications/What's Next?
After installation, you'll need to activate your license. See our License Activation Guide for instructions.
We use analytics cookies to understand how the site is used and improve the product. They stay off until you accept. Privacy notice