Skip to content

Commit

Permalink
docs: Update docs for openSUSE/SUSE
Browse files Browse the repository at this point in the history
- Mention different flavours of openSUSE and how to install WezTerm
  there.
- The recommended way is always via the official repositories. However,
  this is not possible for Leap 15.5 as of now.

Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed May 10, 2024
1 parent 117adec commit 896948f
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,20 @@ hide:

* Centos Stream 8 and 9
* Fedora 38, 39, rawhide
* OpenSUSE Leap 15.5
* OpenSUSE Tumbleweed
* openSUSE Leap 15.5
* openSUSE Tumbleweed
* RHEL 8, 9

For openSUSE, install `dnf` beforehand with

```console
$ sudo zypper in dnf
```

To perform initial installation:

```console
$ sudo dnf copr enable wezfurlong/wezterm-nightly
$ sudo dnf copr enable wezfurlong/wezterm-nightly <repository>
$ sudo dnf install wezterm
```

Expand Down Expand Up @@ -212,24 +218,30 @@ hide:
$ sudo dnf install -y {{ fedora39_rpm_stable }}
```

=== "SUSE"
## SUSE Linux
=== "openSUSE"
## openSUSE

!!! note
It is recommended that you install via Copr so that it is easiest
to stay up to date as future versions of wezterm are released.
If you want nightly versions of WezTerm, it is recommended to use Copr.

WezTerm is also available in the official Factory repo in openSUSE
Tumbleweed. To install from Factory instead of Copr:
## openSUSE Tumbleweed

The stable version of WezTerm is available in the official repositories.

```console
$ zypper addrepo https://download.opensuse.org/repositories/openSUSE:Factory/standard/openSUSE:Factory.repo
$ zypper refresh
$ zypper install wezterm
```
## openSUSE Slowroll

* The package installs `/usr/bin/wezterm` and `/usr/share/applications/org.wezfurlong.wezterm.desktop`
* Configuration instructions can be [found here](../config/files.md)
The stable version of WezTerm is available in the official repositories.

```console
$ zypper install wezterm
```

## openSUSE Leap

Use Copr or built if from source.

=== "Arch"
## Arch Linux
Expand Down

0 comments on commit 896948f

Please sign in to comment.