Skip to content

Commit

Permalink
binary.mdx: update openSUSE Tumbleweed to official repo
Browse files Browse the repository at this point in the history
* simplify `zypper` install to the official package
* Link to the `software.opensuse.org` entity
  • Loading branch information
avindra authored Jan 8, 2025
1 parent 4dd0e5e commit 990322f
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ This isn't an official package in Nixpkgs but it is officially maintained
by the Ghostty project so we put it in the "official" section.
</Note>


### openSUSE

Ghostty is available as [`ghostty`](https://software.opensuse.org/package/ghostty) in the official openSUSE Tumbleweed repository.

```sh
zypper install ghostty
```

### Void Linux

Ghostty is available in the official package repository.
Expand Down Expand Up @@ -195,28 +204,6 @@ After adding the repository, install Ghostty:
rpm-ostree update --install ghostty
```

### openSUSE

Ghostty is available for openSUSE Tumbleweed:

```sh
zypper addrepo https://download.opensuse.org/repositories/X11:/terminals/openSUSE_Factory/X11:terminals.repo
zypper refresh
zypper install ghostty
```

Also available for openSUSE Factory ARM:

```sh
zypper addrepo https://download.opensuse.org/repositories/home:avindra/openSUSE_Factory_ARM/home:avindra.repo
zypper refresh
zypper install ghostty
```

<Warning>
This is a user-maintained package. It is not an official openSUSE package.
</Warning>

### Ubuntu

An Ubuntu package (.deb) is available from
Expand Down

0 comments on commit 990322f

Please sign in to comment.