summaryrefslogtreecommitdiffstats
path: root/docs/THIRD_PARTY_INSTALL.md
blob: b14da9b80fe1134ad0d450130fd5d1b622c3c4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Third Party Install

* [Packages](#packages)
    * [Arch Linux](#arch-linux)
    * [MacOS](#macos)
    * [Fedora Linux](#fedora-linux)
    * [Void Linux](#void-linux)

## Packages

 :warning: **These packages are not affiliated with the Zellij maintainers and are provided here for convenience.**

[![Packaging status](https://repology.org/badge/vertical-allrepos/zellij.svg)](https://repology.org/project/zellij/versions)

### Arch Linux
You can install the `zellij` package from the [official community repository](https://archlinux.org/packages/community/x86_64/zellij/):

```
pacman -S zellij
```

Or install from AUR repository with [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers):

```
paru -S zellij-git
```

### Fedora Linux
You can install the `zellij` package from the [COPR](https://copr.fedorainfracloud.org/coprs/varlad/zellij/)

```
sudo dnf copr enable varlad/zellij 
sudo dnf install zellij
```

### MacOS
You can install `zellij` with [Homebrew on MacOS](https://formulae.brew.sh/formula/zellij):

```
brew install zellij
```

Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):

```
sudo port install zellij
```

### Void Linux

```
sudo xbps-install zellij
```