Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux: Add Terra to the Linux install guide (RPM) #219

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions site/_data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
20 changes: 19 additions & 1 deletion site/_wiki/Install/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
2. Install the package with the following command:
Expand All @@ -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 }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
Expand Down
Loading