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

推荐订阅源

G
Google Developers Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
B
Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
博客园_首页
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
D
Docker
爱范儿
爱范儿
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net

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')