❯ pacman -Q | grep paperless
paperless-ngx-venv 2.16.2-1
❯ pacman -Qo $(sudo -u paperless which paperless-manage)
[sudo] password for norbert:
/usr/bin/paperless-manage is owned by paperless-ngx-venv 2.16.2-1
Search Criteria
Package Details: paperless-ngx-venv 2.16.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/paperless-ngx-venv.git (read-only, click to copy) |
---|---|
Package Base: | paperless-ngx-venv |
Description: | paperless-ngx: scan, index and archive all your physical documents |
Upstream URL: | https://docs.paperless-ngx.com/ |
Keywords: | documents paperless |
Licenses: | GPL-3.0-or-later |
Conflicts: | paperless, paperless-ng, paperless-ngx |
Provides: | paperless, paperless-ngx-venv |
Replaces: | paperless-ngx |
Submitter: | AlphaJack |
Maintainer: | AlphaJack (atomicfs, shtrophic) |
Last Packager: | shtrophic |
Votes: | 29 |
Popularity: | 0.94 |
First Submitted: | 2024-11-02 15:19 (UTC) |
Last Updated: | 2025-06-06 13:35 (UTC) |
Dependencies (23)
- file (file-gitAUR)
- ghostscript
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- nltk-data
- optipng
- poppler (poppler-gitAUR)
- python (python37AUR)
- redisAUR (redis-testingAUR, redis-gitAUR, keydbAUR, redictAUR, redis-binAUR, valkey)
- sqlite (sqlite-fossilAUR)
- tesseract-data-eng (tesseract-data-eng-gitAUR, tesseract-data-best-engAUR)
- ttf-liberation (ttf-defenestrationAUR)
- unpaper (unpaper-gitAUR)
- findutils (findutils-gitAUR, findutils-selinuxAUR) (make)
- mariadb (mysql55AUR, mysql56AUR, mysql57AUR, mysql80AUR, mysql81AUR, mysql84AUR, mysqlAUR, mariadb-lts, percona-server) (make)
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR) (make)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR) (make)
- uv (make)
- gotenbergAUR (optional) – convert files to pdf
- jbig2encAUR (jbig2enc-gitAUR, jbig2encAUR) (optional) – smaller PDF size
- Show 3 more dependencies...
Required by (0)
Sources (10)
- https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.16.3/paperless-ngx-v2.16.3.tar.xz
- paperless-consumer.service
- paperless-scheduler.service
- paperless-task-queue.service
- paperless-webserver.service
- paperless.conf
- paperless.hook
- paperless.sysusers
- paperless.target
- paperless.tmpfiles
npreining commented on 2025-05-25 09:34 (UTC)
AlD commented on 2025-05-25 09:12 (UTC)
Output of
$ pacman -Q | grep paperless
$ pacman -Qo $(sudo -u paperless which paperless-manage)
could be interesting.
npreining commented on 2025-05-25 09:07 (UTC)
Thanks for your comment - that worked:
❯ bash -c "source /usr/lib/paperless/bin/activate && python -c 'import django'" && echo success
success
Do I need to activate the env for the sudo run, too?
shtrophic commented on 2025-05-25 08:18 (UTC) (edited on 2025-05-25 08:18 (UTC) by shtrophic)
@npreining: cannot replicate. what's the output of:
bash -c "source /usr/lib/paperless/bin/activate && python -c 'import django'" && echo success
npreining commented on 2025-05-24 21:39 (UTC)
I would like to try this out, but the guidance given during installation:
To complete the update process of paperless, you should run new migrations with
sudo -u paperless paperless-manage migrate
does simply not work:
sudo -u paperless paperless-manage migrate
Traceback (most recent call last):
File "/usr/share/paperless/src/manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
What is missing here?
shtrophic commented on 2025-04-14 20:22 (UTC) (edited on 2025-04-14 20:32 (UTC) by shtrophic)
For people not using redis
: there is now an "automated patching mechanism" that will instead use the next best fork of redis
that is available on your system as the Requires=
dependency in *.service
. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks of redis
work as well, and this further makes the built paperless-ngx-venv
package non-portable. Happy experimenting :)
xnmbyy commented on 2025-04-13 16:38 (UTC)
Hi,
Thanks for the good work! The redis in Extra repo has been replaced by valkey. Could you change "Requires=redis.service" to "Requires=valkey.service"? Thank you!
vianney commented on 2025-03-06 20:33 (UTC)
Hi there,
I can confirm extra/ghostscript
should be added as a dependency, so should extra/poppler
I believe: this one contains pdftotext which, if not present, causes errors to be thrown (but do not prevent pdf files to then be processed with ocr).
luziferius commented on 2025-03-01 11:56 (UTC)
FYI: The project recently switched the used webserver (https://github.com/paperless-ngx/paperless-ngx/pull/9218) from gunicorn to granian (https://pypi.org/project/granian) So 2.15 will likely require some larger fixes for the PKGBUILD. They do provide aarch64 and x86_64 wheels though, so it won't require a rust compiler as a make dependency.
Pinned Comments
shtrophic commented on 2025-04-14 20:22 (UTC) (edited on 2025-04-14 20:32 (UTC) by shtrophic)
For people not using
redis
: there is now an "automated patching mechanism" that will instead use the next best fork ofredis
that is available on your system as theRequires=
dependency in*.service
. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks ofredis
work as well, and this further makes the builtpaperless-ngx-venv
package non-portable. Happy experimenting :)