Skip to content

Setup: Provide tar.gz, deb and rpm installation packages #3861

Description

@lastzero

As a user who does not want to use Docker, I would like to have tar.gz, deb and rpm packages so that I can more easily install PhotoPrism on Ubuntu/Debian and Red Hat compatible Linux distributions.


As an alternative to our Docker images, you can now use the tar.gz archives available at dl.photoprism.app/pkg/linux/ to install PhotoPrism on compatible Linux distributions without building it from source:

Since these packages need to be set up manually and do not include the system dependencies required to make use of all the features, we recommend that only advanced users choose this installation method.

Also note that the minimum required glibc version is 2.35, so for example Ubuntu 22.04 and Debian Bookworm will work with these binaries, but older Linux distributions may not be compatible.

Usage

You can download and install PhotoPrism in /opt/photoprism by running the following commands:

sudo mkdir -p /opt/photoprism
cd /opt/photoprism
wget -c https://dl.photoprism.app/pkg/linux/amd64.tar.gz -O - | sudo tar -xz
sudo ln -sf /opt/photoprism/bin/photoprism /usr/local/bin/photoprism
photoprism --version

If your server has an ARM-based CPU, make sure to install arm64.tar.gz instead of amd64.tar.gz when using the commands above. Both are linked to the latest available build.

Documentation

Metadata

Metadata

Assignees

Labels

ciTests, Continuous Integration, Build and Deployment AutomationreleasedAvailable in a stable releasetestedChanges have been tested successfully

Type

No type

Projects

Status
Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions