Skip to content

Instantly share code, notes, and snippets.

@MarAvFe
Created January 22, 2022 06:33
Show Gist options
  • Save MarAvFe/e859100a1b102b967c35d514c074f53c to your computer and use it in GitHub Desktop.
Save MarAvFe/e859100a1b102b967c35d514c074f53c to your computer and use it in GitHub Desktop.
How to fix Ubuntu 20.04 dependencies to use Export Layers Gimp plugin
$ echo "deb [trusted=yes] http://ftp.mx.debian.org/debian buster main" | sudo tee -a /etc/apt/sources.list
$ sudo apt update
$ sudo apt install -y gimp-python python2-gimp libffi7
# =======
# SOURCES
# =======
# Export layers superuser
# https://superuser.com/questions/573386/export-layer-to-png-file-in-gimp
# Export Layers Gimp plugin
# https://khalim19.github.io/gimp-plugin-export-layers/
# You must install gimp-python:
# https://graphicdesign.stackexchange.com/questions/128091/gimp-2-10-12-not-loading-python-plugins
# gimp-python pkg download:
# https://packages.debian.org/buster/amd64/gimp-python/download
# Install untrusted debian package
# https://stackoverflow.com/questions/46562801/how-to-install-debian-package-from-unsigned-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment