Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions src/content/docs/v4/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand All @@ -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.
Expand Down
29 changes: 29 additions & 0 deletions src/content/docs/v5/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down