惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
月光博客
月光博客
IT之家
IT之家
B
Blog RSS Feed
T
Tailwind CSS Blog
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
博客园_首页
B
Blog
V
V2EX
腾讯CDC
Vercel News
Vercel News
量子位
Microsoft Security Blog
Microsoft Security Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - nosql-workbench
2026-05-31 · via AUR Newest Packages

Latest Comments

akio commented on 2023-01-22 16:57 (UTC)

If someone has the error GPU process isn't usable. Goodbye. For me it was fixed by disabling the GPU sandbox with running nosql-workbench --disable-gpu-sandbox.

d.hensen commented on 2022-10-16 13:30 (UTC)

@jwan what happens when you launch this from the terminal?

jwan commented on 2022-10-13 19:05 (UTC)

I've installed this with paru, and I can see an entry for it in rofi launcher, but when I run it, nothing happens.

d.hensen commented on 2021-12-15 20:04 (UTC)

thanks raul. AWS immediately removes the old version when they release their next version. So it turns out 3.2.1 is out now. I've updated the PKGBUILD.

raul commented on 2021-12-15 15:22 (UTC)

addresses from PKGBUILD are no longer accessible:

curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://s3.amazonaws.com/nosql-workbench/NoSQL%20Workbench-linux-x86_64-3.2.0.AppImage

d.hensen commented on 2021-10-07 16:53 (UTC)

Finally had some time to update this. Added fuse as a dependency.

d.hensen commented on 2021-07-13 09:11 (UTC)

@jaysonsantos thanks, I did not even know this. Turns out that I have fuse installed so it all works on my machine. When I find time I'll look and see what I can make of this, but currently a little busy. If you figure it out before me you can send me a patch

jaysonsantos commented on 2021-07-13 08:13 (UTC)

hey there, it seems that fuse is required for it to work otherwise the following happens.

❯ nosql-workbench
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information