$ sudo mkdir -p /usr/lib/gimp/2.0/plug-ins
$ sudo apt install gimp-plugin-registry
Then if Flatpak
$ cp -r /usr/lib/gimp/2.0/plug-ins ~/.var/app/org.gimp.GIMP/config/GIMP/2.10
or if Snap
$ cp -r /usr/lib/gimp/2.0/plug-ins ~/snap/gimp/47/.config/GIMP/2.10
To easily download around 100 plugins on Linux install the 'gimp-plugin-registry'
-
First ensure plug-in folder exists. If you already have 2.8 install it will exist but just to make sure $ mkdir -p /usr/lib/gimp/2.0/plug-ins
-
Install the 'gimp-plugin-registry'for Debian/Ubuntu this is $ sudo apt install gimp-plugin-registry
This installs a bunch (100 ish) plugins into usr/lib/gimp/2.0/plug-ins
- copy the plugin scripts to the 2.10 folder
If you've installed via Flatpak GIMP install
$ cp -r /usr/lib/gimp/2.0/plug-ins ~/.var/app/org.gimp.GIMP/config/GIMP/2.10
If you've installed via Snap GIMP Install
$ cp -r /usr/lib/gimp/2.0/plug-ins ~/snap/gimp/47/.config/GIMP/2.10
To check if Flatpak installed
$ flatpak --version
$ flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
To update ALL your flatpak's
$ flatpak update
To check if Snap already installed (default in Ubuntu)
$ snap --version
If not, then install via
$ sudo apt install snapd
Then to install Gimp 2.10
$ sudo snap install gimp
To refresh ALL your snaps
$ snap refresh