From ae0af01e7821a13dbc41aea25df7305994a25804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnegren?= Date: Thu, 7 May 2026 13:43:59 +0200 Subject: [PATCH] docs/install: Update openSUSE instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ghostty has been brought back to openSUSE Tumbleweed repository. Signed-off-by: Fredrik Lönnegren --- docs/install/binary.mdx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/install/binary.mdx b/docs/install/binary.mdx index cd4741a6..7cc2306a 100644 --- a/docs/install/binary.mdx +++ b/docs/install/binary.mdx @@ -206,15 +206,11 @@ Other than that, instructions are nearly identical to NixOS. ### openSUSE -openSUSE has [dropped][opensuse-dropped] Ghostty from its official repositories -as it does not allow packages to depend on a specific version of Zig. This is a -*crucial* issue for Ghostty, as nearly all new Zig releases introduce breaking -changes, preventing software targeting a previous Zig version to be compiled. +Ghostty is available as [`ghostty`](https://software.opensuse.org/package/ghostty) in the official openSUSE Tumbleweed repository. -[opensuse-dropped]: https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/BMZTZ2DCNWXARP5UD7MECR6PCWOTKR5G/#BMZTZ2DCNWXARP5UD7MECR6PCWOTKR5G - -openSUSE users should try to build Ghostty from source instead, or try -installing Ghostty from a third-party, community-maintained repository. +```sh +zypper install ghostty +``` ### Snap