Search Criteria
Package Details: pgadmin4-desktop 9.13-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pgadmin4-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | pgadmin4-desktop |
| Description: | The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. |
| Upstream URL: | https://www.pgadmin.org/ |
| Licenses: | PostgreSQL |
| Provides: | pgadmin4-desktop |
| Submitter: | bko |
| Maintainer: | alllexx88 (lzx3in) |
| Last Packager: | lzx3in |
| Votes: | 20 |
| Popularity: | 1.77 |
| First Submitted: | 2024-07-06 13:39 (UTC) |
| Last Updated: | 2026-03-06 06:38 (UTC) |
Dependencies (9)
- pgadmin4-serverAUR (pgadmin4-serverAUR, pgadmin4-server-binAUR)
- python-dbus
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- corepack (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- syft (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
- wget (wget-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
lzx3in commented on 2025-12-06 06:48 (UTC) (edited on 2025-12-06 06:52 (UTC) by lzx3in)
@alllexx88 The format of 9.10-1 in 9.10-1.plucky is [epoch:]upstream_version[-debian_revision], which is the special format that ubuntu inherit from debian. We don't need the debian_revision part.
Of course, this is what I expect.
Thanks for the trust. I'm glad to collaborate and will handle the next steps.
Oh my markdown format :(
alllexx88 commented on 2025-12-03 19:45 (UTC) (edited on 2025-12-03 19:45 (UTC) by alllexx88)
@lzx3in Sorry for my late response: I forgot to turn on the notifications. Currently this package uses this deb file: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/plucky/dists/pgadmin4/main/binary-amd64/pgadmin4-desktop_9.10-1.plucky_amd64.deb
The actual version of the source it's derived from is indeed
9.10, but here it's a derivative from derivative9.10-1.pluckyversion (though official one at that). They changed naming convention from pgadmin4-desktop_9.9_amd64.deb to pgadmin4-server_9.10-1.plucky_amd64.deb. I see you're building pgadmin4-server from source. Maybe you can generate both the server, and the desktop package from your PKGBUILD? Then we can take this one down. For now, I've added you here as a co-maintainer, since you're maintaining the server already anyway :)lzx3in commented on 2025-11-21 16:17 (UTC)
I really hope to keep the entire pgAdmin4 package series consistent. If you're too busy, I'm willing to help.
lzx3in commented on 2025-11-21 15:52 (UTC)
@alllexx88 The pkgver should be "9.10", rather than "9.10.1" or "9.10-1". This issue has affected the package pgadmin4-bin. Its script can't find the package pgadmin-desktop that has pkgver "9.10".
vetkat commented on 2025-10-30 12:49 (UTC)
I don't know if this helps, but
proton-mail-bin-debugis suffering from the same issue that @domnek just described:domnek commented on 2025-10-29 09:25 (UTC)
I get this error during installation:
MaximGun commented on 2025-10-23 19:03 (UTC)
Suggest renaming this package
pgadmin4-desktop-binespecially sincepgadmin4-serveris now building from source.novichikhiniv commented on 2025-10-22 15:05 (UTC)
92% [0] sealing asset processing TerserPlugin ==> ERROR: build() failed. Aborted... -> build error: pgadmin4-server exited with status 4
==> Building package pgadmin4-desktop 9.8-1 (Wed Oct 22 2025 17:57:17) ==> Checking runtime dependencies... ==> Missing dependencies: -> pgadmin4-server ==> Checking build-time dependencies... ==> ERROR: Failed to resolve all dependencies. -> build error: pgadmin4-desktop exited with status 8 -> The following packages could not be installed. Manual intervention required: pgadmin4-desktop - exit status 8 pgadmin4-server - exit status 4
alllexx88 commented on 2025-09-29 08:11 (UTC) (edited on 2025-09-29 08:23 (UTC) by alllexx88)
@lzx3in thanks for the heads-up, I fixed the checksum. The python issue you were having is because of the
pgadmin4-serverpackage, it has been recently upgraded, and should be fine now.P.S. ah, it's been you who upgraded it :)
lzx3in commented on 2025-09-24 08:30 (UTC) (edited on 2025-09-24 08:31 (UTC) by lzx3in)
I've been working with the source build version provided by @maroider for a while, and it's quite good.
I'm glad to see that a new version has been released in the AUR, but I've encountered a previous issue again:
Error: spawn /usr/pgadmin4/venv/bin/python3 ENOENT
After checking, I found that /usr/pgadmin4/venv/bin/python3 is a soft link pointing to /usr/bin/python3.12, but my Python3 has been updated to version 3.13.
Clearly, under the current packaging strategy that reuses .deb files, we can never completely resolve this issue. It would be better to switch to using source builds from now on.
1 2 3 4 Next › Last »