Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binary.mdx: update openSUSE Tumbleweed to official repo #268

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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