INSTALL: Update Debian package status
Also, make the note generic, to omit the need to update it "constantly". Closes #76
This commit is contained in:
parent
dc5603eb1d
commit
1be0a4eefb
43
INSTALL.md
43
INSTALL.md
@ -16,6 +16,15 @@ pip3 install mat2
|
|||||||
When [bubblewrap](https://github.com/projectatomic/bubblewrap) is
|
When [bubblewrap](https://github.com/projectatomic/bubblewrap) is
|
||||||
installed, MAT2 uses it to sandbox any external processes it invokes.
|
installed, MAT2 uses it to sandbox any external processes it invokes.
|
||||||
|
|
||||||
|
## Arch Linux
|
||||||
|
|
||||||
|
Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on
|
||||||
|
[Arch linux's AUR](https://aur.archlinux.org/packages/mat2/).
|
||||||
|
|
||||||
|
## Debian
|
||||||
|
|
||||||
|
There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names§ion=all).
|
||||||
|
|
||||||
## Fedora
|
## Fedora
|
||||||
|
|
||||||
Thanks to [atenart](https://ack.tf/), there is a package available on
|
Thanks to [atenart](https://ack.tf/), there is a package available on
|
||||||
@ -37,40 +46,6 @@ Then you can install both the Mat2 command and Nautilus extension:
|
|||||||
dnf -y install mat2 mat2-nautilus
|
dnf -y install mat2 mat2-nautilus
|
||||||
```
|
```
|
||||||
|
|
||||||
## Debian
|
|
||||||
|
|
||||||
There a package available in Debian *buster/sid*. The package [doesn't include
|
|
||||||
the Nautilus extension yet](https://bugs.debian.org/910491).
|
|
||||||
|
|
||||||
For Debian 9 *stretch*, there is a way to install it *manually*:
|
|
||||||
|
|
||||||
```
|
|
||||||
# apt install python3-mutagen python3-gi-cairo gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl gir1.2-glib-2.0 gir1.2-poppler-0.18 ffmpeg
|
|
||||||
# apt install bubblewrap # if you want sandboxing
|
|
||||||
$ git clone https://0xacab.org/jvoisin/mat2.git
|
|
||||||
$ cd mat2
|
|
||||||
$ ./mat2
|
|
||||||
```
|
|
||||||
|
|
||||||
and if you want to install the über-fancy Nautilus extension:
|
|
||||||
|
|
||||||
```
|
|
||||||
# apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev python3-dev build-essential
|
|
||||||
$ git clone https://github.com/GNOME/nautilus-python
|
|
||||||
$ cd nautilus-python
|
|
||||||
$ PYTHON=/usr/bin/python3 ./autogen.sh
|
|
||||||
$ make
|
|
||||||
# make install
|
|
||||||
$ mkdir -p ~/.local/share/nautilus-python/extensions/
|
|
||||||
$ cp ../nautilus/mat2.py ~/.local/share/nautilus-python/extensions/
|
|
||||||
$ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus
|
|
||||||
```
|
|
||||||
|
|
||||||
## Arch Linux
|
|
||||||
|
|
||||||
Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on
|
|
||||||
[Arch linux's AUR](https://aur.archlinux.org/packages/mat2/).
|
|
||||||
|
|
||||||
## Gentoo
|
## Gentoo
|
||||||
|
|
||||||
MAT2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay).
|
MAT2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay).
|
||||||
|
Loading…
Reference in New Issue
Block a user