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

推荐订阅源

云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
博客园 - 【当耐特】
H
Help Net Security
腾讯CDC
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
Y
Y Combinator Blog
C
Check Point 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) - ayugram-desktop-bin
2026-06-15 · via AUR Newest Packages

nich23 commented on 2026-06-14 12:46 (UTC)

 AyuGram: error while loading shared libraries: libabsl_strings.so.2601.0.0: cannot open shared object file: No such file or directory  

NoLogic commented on 2026-06-11 13:47 (UTC)

hey, for some reason not telegram nor ayugram wanna send me a code? tried sms too, yet it still doesn't send a code. idk if it's like a problem after I had to reinstall arch, since I could perfectly login in ayugram, or a problem with the servers. anyone's also having something similar?

RSG245 commented on 2026-06-04 00:22 (UTC)

50nathan commented on 2026-06-03 19:12 (UTC)

For anyone hitting the rolling-release protobuf 35 mismatch error mentioned by sinela:

Until the package is updated/rebuilt against the new protobuf libs upstream, you can temporarily bypass the missing library crash by mapping symlinks from your live v35 files to the v34 names the binary is currently looking for.

Run these two commands in your terminal:

sudo ln -s /usr/lib/libprotobuf-lite.so.35.0.0 /usr/lib/libprotobuf-lite.so.34.1.0
sudo ln -s /usr/lib/libprotobuf.so.35.0.0 /usr/lib/libprotobuf.so.34.1.0

Once the package receives a fresh maintainer bump, you can cleanly remove these temporary workarounds by running:

sudo rm /usr/lib/libprotobuf-lite.so.34.1.0 /usr/lib/libprotobuf.so.34.1.0

sinela commented on 2026-06-03 17:54 (UTC)

AyuGram: error while loading shared libraries: libprotobuf-lite.so.34.1.0: cannot open shared object file: No such file or directory

update is needed

ariyan commented on 2026-05-06 07:40 (UTC)

Works perfectly tysm for the update. arch linux

mencoder commented on 2026-05-03 18:34 (UTC)

irring commented on 2026-05-03 08:13 (UTC)

ох блин так долго потратить ну часик на компиляцию на арч скомпилируйте новую версию((

nich23 commented on 2026-04-02 16:53 (UTC) (edited on 2026-04-02 16:55 (UTC) by nich23)

RSG245, could you add aarch64 support to the PKGBUILD in the "arch=(x86_64)" field? Exactly arch=('x86_64' 'aarch64')