mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
49 lines
1.2 KiB
Markdown
49 lines
1.2 KiB
Markdown
# Linux
|
|
|
|
LunaSea is available on all graphical Linux distributions that have `snap` installed and configured or are capable of installing a Debian distribution (`.deb`).
|
|
|
|
{% hint style="info" %}
|
|
If you want a stable experience, stick with stable releases. Want to test new builds of LunaSea? Read about the [build channels](../getting-started/build-channels.md) to make the right choice!
|
|
{% endhint %}
|
|
|
|
## Snapcraft
|
|
|
|
_Channel(s): `Stable`, `Beta`, `Edge`_
|
|
|
|
The easiest way for most users on graphic Linux distributions would be to download releases of LunaSea directly from [Snapcraft](https://www.lunasea.app/snapcraft)!
|
|
|
|
{% tabs %}
|
|
{% tab title="Stable" %}
|
|
```
|
|
sudo snap install lunasea
|
|
```
|
|
{% endtab %}
|
|
|
|
{% tab title="Beta" %}
|
|
```
|
|
sudo snap install lunasea --beta
|
|
```
|
|
{% endtab %}
|
|
|
|
{% tab title="Edge" %}
|
|
```
|
|
sudo snap install lunasea --edge
|
|
```
|
|
{% endtab %}
|
|
{% endtabs %}
|
|
|
|
## Build Bucket
|
|
|
|
_Channel(s): `Stable`, `Beta`, `Edge`_\
|
|
_Format(s): `.snap`, `.deb`, `.tar.gz`_
|
|
|
|
All Linux releases are available in the [Build Bucket](https://builds.lunasea.app/#latest/)!
|
|
|
|
## GitHub Releases
|
|
|
|
_Channel(s): `Stable`_\
|
|
_Format(s): `.snap`, `.deb`, `.tar.gz`_
|
|
|
|
All stable releases are available on GitHub via the [Releases](https://github.com/JagandeepBrar/LunaSea/releases) page!
|
|
|