You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/_wiki/Install/Linux.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you have the Microsoft dotnet repository installed you will have to either ma
24
24
25
25
If you're experiencing `libhostfxr` issues, please see the solutions from Microsoft [here]({{ site.data.links.external.Microsoft.DotnetLinuxPackageMixup }}).
26
26
27
-
## Fedora {#rpm}
27
+
## Fedora {#fedora}
28
28
29
29
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
30
30
2. Install the package with the following command:
@@ -37,6 +37,27 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros
37
37
38
38
3. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
39
39
40
+
## openSUSE (#opensuse}
41
+
42
+
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
43
+
2. Run commands from [this guide]({{ site.data.links.external.Microsoft.AddMicrosoftRepoOpenSUSE }}) to add the Microsoft package repository.
44
+
45
+
> You don't need to install .NET runtime at this point as zypper will install it as a dependency of OpenTabletDriver.
46
+
47
+
3. Install the package with the following command:
0 commit comments