diff --git a/site/_data/links.json b/site/_data/links.json index 2fdf4ab..1660b6d 100644 --- a/site/_data/links.json +++ b/site/_data/links.json @@ -19,6 +19,9 @@ "TabletDriverCleanup": { "latest": "https://github.com/X9VoiD/TabletDriverCleanup/releases/latest" }, + "Terra": { + "website": "https://terra.fyralabs.com/" + }, "VMultiDriver": { "latest": "https://github.com/X9VoiD/vmulti-bin/releases/latest" }, diff --git a/site/_wiki/Install/Linux.md b/site/_wiki/Install/Linux.md index 2374d9e..d3068a5 100644 --- a/site/_wiki/Install/Linux.md +++ b/site/_wiki/Install/Linux.md @@ -26,7 +26,7 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros ## RPM-based distributions {#rpm} -### Fedora {#fedora} +### Fedora (Upstream package) {#fedora} 1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) (OpenTabletDriver.rpm) 2. Install the package with the following command: @@ -45,6 +45,24 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros 4. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot. +### Fedora (Terra) {#terra} + +[Terra]({{ site.data.links.external.Terra.website }}) also provides RPM builds for Fedora, Ultramarine and RHEL 10-based distributions. + +1. Add the Terra repository + + ```bash + sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release + ``` + +2. Install OpenTabletDriver + + ```bash + sudo dnf install opentabletdriver + ``` + +3. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot. + ### openSUSE {#opensuse} 1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) (OpenTabletDriver.rpm)