2018-11-11 20:49:24 +01:00
|
|
|
# Python ecosystem
|
|
|
|
|
|
|
|
If you feel like running arbitrary code downloaded over the
|
|
|
|
internet (pypi doesn't support gpg signatures [anymore](https://github.com/pypa/python-packaging-user-guide/pull/466)),
|
|
|
|
mat2 is [available on pypi](https://pypi.org/project/mat2/), and can be
|
|
|
|
installed like this:
|
|
|
|
|
|
|
|
```
|
|
|
|
pip3 install mat2
|
|
|
|
```
|
|
|
|
|
2018-08-08 20:45:09 +02:00
|
|
|
# GNU/Linux
|
|
|
|
|
2019-02-03 10:43:27 +01:00
|
|
|
## Optional dependencies
|
|
|
|
|
|
|
|
When [bubblewrap](https://github.com/projectatomic/bubblewrap) is
|
2019-11-28 03:15:20 +01:00
|
|
|
installed, mat2 uses it to sandbox any external processes it invokes.
|
2019-02-03 10:43:27 +01:00
|
|
|
|
2019-07-13 23:29:55 +02:00
|
|
|
## Arch Linux
|
|
|
|
|
2022-08-24 20:19:39 +02:00
|
|
|
Thanks to [kpcyrd](https://archlinux.org/packages/?maintainer=kpcyrd), there is an package available on
|
|
|
|
[Arch linux's AUR](https://archlinux.org/packages/community/any/mat2/).
|
2019-07-13 23:29:55 +02:00
|
|
|
|
|
|
|
## Debian
|
|
|
|
|
2022-08-24 20:19:39 +02:00
|
|
|
There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names§ion=all) and you can install mat2 with:
|
|
|
|
|
|
|
|
```
|
|
|
|
apt install mat2
|
|
|
|
```
|
2019-07-13 23:29:55 +02:00
|
|
|
|
2018-08-08 20:45:09 +02:00
|
|
|
## Fedora
|
|
|
|
|
|
|
|
Thanks to [atenart](https://ack.tf/), there is a package available on
|
|
|
|
[Fedora's copr]( https://copr.fedorainfracloud.org/coprs/atenart/mat2/ ).
|
|
|
|
|
2022-08-24 20:19:39 +02:00
|
|
|
First you need to enable mat2's copr:
|
2018-08-24 18:43:16 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
dnf -y copr enable atenart/mat2
|
|
|
|
```
|
|
|
|
|
2022-12-05 20:31:12 +01:00
|
|
|
Then you can install mat2:
|
2018-08-24 18:43:16 +02:00
|
|
|
|
|
|
|
```
|
2022-12-05 20:31:12 +01:00
|
|
|
dnf -y install mat2
|
2018-08-24 18:43:16 +02:00
|
|
|
```
|
|
|
|
|
2018-09-17 21:11:48 +02:00
|
|
|
## Gentoo
|
|
|
|
|
2019-11-28 03:15:20 +01:00
|
|
|
mat2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay).
|
2023-04-11 21:35:25 +02:00
|
|
|
|
|
|
|
|
|
|
|
# OSX
|
|
|
|
|
|
|
|
## Homebrew
|
|
|
|
|
|
|
|
mat2 is [available on homebrew](https://formulae.brew.sh/formula/mat2):
|
|
|
|
|
|
|
|
```
|
|
|
|
brew install mat2
|
|
|
|
```
|
|
|
|
|
|
|
|
## MacPorts
|
|
|
|
|
|
|
|
mat2 is [available on MacPorts](https://ports.macports.org/port/mat2/):
|
|
|
|
|
|
|
|
```
|
|
|
|
port install mat2
|
|
|
|
```
|