From 8010b7c53f69e066ed77448aa4792bf908ce2cce Mon Sep 17 00:00:00 2001 From: zakkaus Date: Sun, 14 Jun 2026 13:51:56 +0800 Subject: [PATCH] gentoo: update guru package to gui-apps/noctalia, add v5 section --- .../docs/v4/getting-started/installation.mdx | 8 ++--- .../docs/v5/getting-started/installation.mdx | 29 +++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/src/content/docs/v4/getting-started/installation.mdx b/src/content/docs/v4/getting-started/installation.mdx index 7cd8280..511b6e3 100644 --- a/src/content/docs/v4/getting-started/installation.mdx +++ b/src/content/docs/v4/getting-started/installation.mdx @@ -46,7 +46,7 @@ The development version may be less stable than the official release. Use this v ## Gentoo {#gentoo} -Noctalia-shell is available in the Gentoo [Guru](https://wiki.gentoo.org/wiki/Project:GURU) repository. +Noctalia is available in the Gentoo [Guru](https://wiki.gentoo.org/wiki/Project:GURU) repository. First enable and sync the repository as described at [Guru Information for End Users](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users): @@ -56,17 +56,17 @@ First enable and sync the repository as described at [Guru Information for End U ``` -Next, update the /etc/portage/package.accept_keywords file/folder to enable the unstable keyword on the noctalia-shell and gui-apps/noctalia-qs packages: +Next, update the /etc/portage/package.accept_keywords file/folder to enable the unstable keyword on the gui-apps/noctalia and gui-apps/noctalia-qs packages: ```toml -gui-apps/noctalia-shell ~amd64 +gui-apps/noctalia ~amd64 gui-apps/noctalia-qs ~amd64 ``` Now the package can be installed through emerge: ```bash -# emerge gui-apps/noctalia-shell +# emerge gui-apps/noctalia ``` Read the post-install emerge messages for information on optional dependencies and emerge them as well if desired. diff --git a/src/content/docs/v5/getting-started/installation.mdx b/src/content/docs/v5/getting-started/installation.mdx index af2dff0..e59db35 100644 --- a/src/content/docs/v5/getting-started/installation.mdx +++ b/src/content/docs/v5/getting-started/installation.mdx @@ -17,6 +17,7 @@ Noctalia is available on the following distributions: - [NixOS](/v5/getting-started/nixos/) - [Fedora](#fedora) - [openSUSE](#opensuse) +- [Gentoo](#gentoo) - [Void Linux](#void) - [GNU Guix](#guix) - [AerynOS](#aeryn) @@ -112,6 +113,34 @@ v5 will only be available for **Tumbleweed** and **Slowroll**. **Leap 16.0** is --- +## Gentoo {#gentoo} + +Noctalia is available in the Gentoo [Guru](https://wiki.gentoo.org/wiki/Project:GURU) repository. + +First enable and sync the repository as described at [Guru Information for End Users](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users): + +```bash +# eselect repository enable guru +# emerge --sync guru +``` + +Next, update the /etc/portage/package.accept_keywords file/folder to enable the unstable keyword on the gui-apps/noctalia and gui-apps/noctalia-qs packages: + +```toml +gui-apps/noctalia ~amd64 +gui-apps/noctalia-qs ~amd64 +``` + +Now the package can be installed through emerge: + +```bash +# emerge gui-apps/noctalia +``` + +Read the post-install emerge messages for information on optional dependencies and emerge them as well if desired. + +--- + ## Void Linux {#void} Noctalia is available through a custom XBPS repository.