summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0503539..b684ae8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -18,29 +18,33 @@ installed, mat2 uses it to sandbox any external processes it invokes.
18 18
19## Arch Linux 19## Arch Linux
20 20
21Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on 21Thanks to [kpcyrd](https://archlinux.org/packages/?maintainer=kpcyrd), there is an package available on
22[Arch linux's AUR](https://aur.archlinux.org/packages/mat2/). 22[Arch linux's AUR](https://archlinux.org/packages/community/any/mat2/).
23 23
24## Debian 24## Debian
25 25
26There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names&section=all). 26There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names&section=all) and you can install mat2 with:
27
28```
29apt install mat2
30```
27 31
28## Fedora 32## Fedora
29 33
30Thanks to [atenart](https://ack.tf/), there is a package available on 34Thanks to [atenart](https://ack.tf/), there is a package available on
31[Fedora's copr]( https://copr.fedorainfracloud.org/coprs/atenart/mat2/ ). 35[Fedora's copr]( https://copr.fedorainfracloud.org/coprs/atenart/mat2/ ).
32 36
33We use copr (cool other packages repo) as the Mat2 Nautilus plugin depends on 37We use copr (cool other packages repo) as the mat2 Nautilus plugin depends on
34python3-nautilus, which isn't available yet in Fedora (but is distributed 38python3-nautilus, which isn't available yet in Fedora (but is distributed
35through this copr). 39through this copr).
36 40
37First you need to enable Mat2's copr: 41First you need to enable mat2's copr:
38 42
39``` 43```
40dnf -y copr enable atenart/mat2 44dnf -y copr enable atenart/mat2
41``` 45```
42 46
43Then you can install both the Mat2 command and Nautilus extension: 47Then you can install both the mat2 command and Nautilus extension:
44 48
45``` 49```
46dnf -y install mat2 mat2-nautilus 50dnf -y install mat2 mat2-nautilus