# Community (Linux)

## UnRAID

An UnRAID package based on the Docker images is available [here.](https://github.com/naipilk/LANraragi-unraid-template/)

## Nix/NixOS

If you're using [NixOS](https://nixos.org/) or the Nix package manager, a [LANraragi](https://search.nixos.org/packages?channel=unstable\&show=lanraragi\&from=0\&size=50\&sort=relevance\&type=packages\&query=lanraragi) package is available.\
Unlike the other options here, this one is also available for Darwin/macOS!

## Arch Linux

An installation package is provided [in the AUR](https://aur.archlinux.org/packages/lanraragi/) (Arch User Repository).

Using the AUR package the installation process in Arch Linux should be as easy as entering `pikaur -S lanraragi` in the command line (if using pikaur). Using other AUR managers should be just as easy.

To install lanraragi without an AUR package manager the installation process would be something like:

```
wget https://aur.archlinux.org/cgit/aur.git/snapshot/lanraragi.tar.gz   -O - | tar -xz
cd lanraragi
makepkg -rsi
```

That would take care of installing LRR together with build and normal dependencies and deleting build dependencies after successful building and installing.

The installer also creates a lanraragi.service unit file for starting, restarting and stopping LRR with systemd's `systemctl`. If Redis is down it will get it up.

`systemctl start lanraragi.service` `systemctl restart lanraragi.service` `systemctl stop lanraragi.service` `systemctl status lanraragi.service`

Systemd integration also gives an easy way to read the log (if necessary).

`journalctl -u lanraragi -f`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sugoi.gitbook.io/lanraragi/installing-lanraragi/community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
