diff options
| author | b068931cc450442b 63f5b3d276ea4297 | 2022-08-24 18:19:39 +0000 |
|---|---|---|
| committer | jvoisin | 2022-08-24 20:20:02 +0200 |
| commit | 292f44c0861a57b54a289641ead7e59f158e307e (patch) | |
| tree | 78ac54225c7e32d551f71300efb3ddc9f1426b05 /INSTALL.md | |
| parent | 2dd196c2c7425a37560e89e2a0e61b2e27467b6f (diff) | |
update source and installation
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 16 |
1 files changed, 10 insertions, 6 deletions
| @@ -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 | ||
| 21 | Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on | 21 | Thanks 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 | ||
| 26 | There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names§ion=all). | 26 | There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names§ion=all) and you can install mat2 with: |
| 27 | |||
| 28 | ``` | ||
| 29 | apt install mat2 | ||
| 30 | ``` | ||
| 27 | 31 | ||
| 28 | ## Fedora | 32 | ## Fedora |
| 29 | 33 | ||
| 30 | Thanks to [atenart](https://ack.tf/), there is a package available on | 34 | Thanks 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 | ||
| 33 | We use copr (cool other packages repo) as the Mat2 Nautilus plugin depends on | 37 | We use copr (cool other packages repo) as the mat2 Nautilus plugin depends on |
| 34 | python3-nautilus, which isn't available yet in Fedora (but is distributed | 38 | python3-nautilus, which isn't available yet in Fedora (but is distributed |
| 35 | through this copr). | 39 | through this copr). |
| 36 | 40 | ||
| 37 | First you need to enable Mat2's copr: | 41 | First you need to enable mat2's copr: |
| 38 | 42 | ||
| 39 | ``` | 43 | ``` |
| 40 | dnf -y copr enable atenart/mat2 | 44 | dnf -y copr enable atenart/mat2 |
| 41 | ``` | 45 | ``` |
| 42 | 46 | ||
| 43 | Then you can install both the Mat2 command and Nautilus extension: | 47 | Then you can install both the mat2 command and Nautilus extension: |
| 44 | 48 | ||
| 45 | ``` | 49 | ``` |
| 46 | dnf -y install mat2 mat2-nautilus | 50 | dnf -y install mat2 mat2-nautilus |
