From 5a000265821d68e500ad7fb6352338c7228c9287 Mon Sep 17 00:00:00 2001 From: CaffeeLake Date: Sun, 16 Jul 2023 21:29:19 +0900 Subject: [PATCH] Add: Installation Guide for RPM based distros. Signed-off-by: CaffeeLake --- .../Views/Wiki/Install/Linux.cshtml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml b/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml index e941af2..a140256 100644 --- a/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml +++ b/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml @@ -45,6 +45,27 @@
+

+ Fedora / CentOS / RHEL +

+
    +
  1. + Run the following commands in a terminal to install and enable the OpenTabletDriver service. + + # This will download and install the package + sudo dnf install -y https://opentabletdriver.net/Release/Download/OpenTabletDriver.rpm + + # Reload the systemd user unit daemon + systemctl --user daemon-reload + + # Enable and start the user service + systemctl --user enable opentabletdriver --now + +
  2. +
+ +
+

Arch Linux