Linux Setup
System requirements
- ●A modern Linux distribution (Ubuntu 20.04+, Fedora 36+, Arch, etc.)
- ●WebKitGTK 4.1+
Download
Go to save.porn/download and download the package for your distribution.
AppImage (universal)
Works on any Linux distribution:
- 1.Download the
.AppImagefile - 2.Make it executable:
chmod +x SavePorn.AppImage - 3.Run it:
./SavePorn.AppImage
Debian / Ubuntu (.deb)
bash
# Download from save.porn/download, then:
sudo dpkg -i saveporn_*.debFedora / RHEL (.rpm)
bash
# Download from save.porn/download, then:
sudo rpm -i saveporn-*.rpmDependencies
If the app doesn't launch, install the required WebKit dependency:
bash
# Ubuntu/Debian
sudo apt install libwebkit2gtk-4.1-0
# Fedora
sudo dnf install webkit2gtk4.1
# Arch
sudo pacman -S webkit2gtk-4.1