Skip to content

Commit dd2a9f7

Browse files
authored
Merge pull request OpenTabletDriver#138 from hwsmm/opensuse-guide
Add openSUSE installation steps
2 parents c5ccafe + af2f92a commit dd2a9f7

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

site/_data/links.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"Microsoft": {
3232
"AdjustUAC": "https://learn.microsoft.com/en-us/mem/intune/user-help/you-need-to-enable-uac-windows#adjust-protection-level",
33-
"DotnetLinuxPackageMixup": "https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup#solutions"
33+
"DotnetLinuxPackageMixup": "https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup#solutions",
34+
"AddMicrosoftRepoOpenSUSE": "https://learn.microsoft.com/en-us/dotnet/core/install/linux-opensuse#opensuse-15"
3435
},
3536
"WinUSB": {
3637
"zadig": "https://github.com/pbatard/libwdi/releases/download/v1.5.0/zadig-2.8.exe"

site/_wiki/Install/Linux.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ If you have the Microsoft dotnet repository installed you will have to either ma
2424

2525
If you're experiencing `libhostfxr` issues, please see the solutions from Microsoft [here]({{ site.data.links.external.Microsoft.DotnetLinuxPackageMixup }}).
2626
27-
## Fedora {#rpm}
27+
## RPM-based distributions {#rpm}
28+
29+
### Fedora {#fedora}
2830
2931
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
3032
2. Install the package with the following command:
@@ -37,6 +39,27 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros
3739
3840
3. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
3941
42+
### openSUSE (#opensuse}
43+
44+
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
45+
2. Run commands from [this guide]({{ site.data.links.external.Microsoft.AddMicrosoftRepoOpenSUSE }}) to add the Microsoft package repository.
46+
47+
> You don't need to install .NET runtime at this point as zypper will install it as a dependency of OpenTabletDriver.
48+
49+
3. Run the following commands in a terminal
50+
51+
```bash
52+
# Update the package list
53+
sudo zypper refresh
54+
55+
# Install the package
56+
sudo zypper --no-gpg-checks install ./OpenTabletDriver.rpm
57+
```
58+
59+
> This assumes that you are in the directory in which you downloaded OpenTabletDriver to.
60+
61+
4. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
62+
4063
## Arch Linux {#arch}
4164

4265
You can install OpenTabletDriver from the AUR. There are two ways to do this.

0 commit comments

Comments
 (0)