Skip to content

Commit bf122ad

Browse files
authored
Add openSUSE installation steps
1 parent a57ed3d commit bf122ad

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

site/_wiki/Install/Linux.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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+
## Fedora {#fedora}
2828
2929
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
3030
2. Install the package with the following command:
@@ -37,6 +37,27 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros
3737
3838
3. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
3939
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:
48+
49+
```bash
50+
# Update the package list
51+
sudo zypper refresh
52+
53+
# Install the package
54+
sudo zypper --no-gpg-check install ./OpenTabletDriver.rpm
55+
```
56+
57+
> This assumes that you are in the directory in which you downloaded OpenTabletDriver to.
58+
59+
4. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
60+
4061
## Arch Linux {#arch}
4162

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

0 commit comments

Comments
 (0)