The QuickHMI server is uninstalled on a Linux distribution via the terminal. Please note the system requirements for Linux!
Open a terminal or connect to your Linux system via SSH access.
The commands to be executed may differ from distribution to distribution. The commands in these instructions are based on Linux Ubuntu.
1. stop the QuickHMI Server. sudo qhmiRM -sd |
2. delete the installation directory.sudo rm -rf "/home/quickhmi/QuickHMIServer Lynx" |
3. delete the application data in the /usr folder.sudo rm -rf "/usr/share/QuickHMI/QuickHMIServer Lynx" |
4. delete the application data in the /etc folder. |
5. delete the symbolic link.sudo rm -f /usr/bin/qhmiRM |
6. Optional: If no new QuickHMI version is to be installed, the user quickhmi can also be removed.sudo userdel -r quickhmi 2>/dev/null || true |
