Arch Linux Chinese Messages
Arch Linux 中文相关信息 跟进 Arch Linux 日常踩坑预警,翻译官方新闻, testing 测试预警等。另有 @archlinuxcn_updates 提供滚动打包记录。 频道内容来自 Arch Linux 中文社区群组 @archlinuxcn_group https://fars.ee/~readme.html 杜洛夫在所有订阅数较多的频道下方都添加了广告,其收益并不分配给频道主,频道主也无法控制其内容。如果在本频道下方看到广告,均与 Arch CN 社区无关,请勿点击或相信其内容
Show more📈 Analytical overview of Telegram channel Arch Linux Chinese Messages
Channel Arch Linux Chinese Messages (@archlinuxcn) in the Chinese language segment is an active participant. Currently, the community unites 11 178 subscribers, ranking 10 752 in the Technologies & Applications category and 17 916 in the China region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 11 178 subscribers.
According to the latest data from 27 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 94 over the last 30 days and by 7 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 79.06%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 8 838 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 97.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Arch Linux 中文相关信息
跟进 Arch Linux 日常踩坑预警,翻译官方新闻, testing 测试预警等。另有 @archlinuxcn_updates 提供滚动打包记录。
频道内容来自 Arch Linux 中文社区群组 @archlinuxcn_group
https://fars.ee/~readme.html
杜洛夫在所有订阅数较多的频道下方都添加了广告,其收益并不分配给频道主,频道主也无法控制其内容。如果在本频道下方看到广告,均与 Arch CN 社区无关,请勿点击或...”
Thanks to the high frequency of updates (latest data received on 28 August, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
base-devel 包组(package group)被替换成了同名的元包(metapackage)。
如果在此之前你装过 base-devel 包组(package group),请在系统中显式地再安装一次新的 base-devel 元包(metapackage):
pacman -Syu base-devel
https://www.archlinuxcn.org/switch-to-the-base-devel-meta-package-requires-manual-intervention/php 和 php-legacy 可以被同时安装,因为后者在它的二进制和配置文件中使用 -legacy 后缀区分。
除此之外, php7 包已经被移除,因为它们已经超过了生命周期。还有不再提供 imap 扩展,因为它依赖早已被废弃多年的 c-client 库。
https://www.archlinuxcn.org/php-82-update-and-introduction-of-legacy-branch/jonathon 的名字贡献,在周六夜间与世长辞。
Jonathon 曾活跃地参与和贡献了 Arch Linux 、数个衍生发行版、AUR和个人仓库。他的热情、乐于助人和积极贡献改进了整个自由开源软件社区。
代表整个 Arch Linux 社区,我们向他的家人和朋友致以哀悼。
https://www.archlinuxcn.org/in-memory-of-jonathon-fernyhough/libssl.so.1 → libssl.so.3, libcrypto.so.1 → libcrypto.so.3 等),所有依赖它的软件包需要重新编译,包括 AUR helper 。如果系统更新后遇到不能找到 libssl.so.1 或 libcrypto.so.1 之类的报错可以尝试先安装 openssl-1.1 过渡,然后手动更新所有来自 AUR 的包。 archlinuxcn 中的包也正在重新编译,如果遇到需要重新打包的包请告知我们。~/.pam_environment 中设置桌面环境用的环境变量的用户请注意,pambase >=20221020-1 之后取消了 user_readenv=1 参数,不再读取设置在 ~/.pam_environment 中的环境变量。可以考虑在 /etc/environment 设置系统全局的环境变量或者采用其它方案。printf "$": 无效格式字符请尝试针对 grub-mkconfig 关闭中文翻译:
unset LANGUAGES LANG=C sudo grub-mkconfig -o /boot/grub/grub.cfg以及请勿遗忘更新 grub 后首先重新 grub-install 解决上面配置文件不兼容的问题。
grub 包最近的变化给 fwsetup 命令增加了新的命令参数,改变了生成出的引导配置中调用命令的方式。根据你的硬件和设置这可能导致系统不能引导,因为安装的引导器和配置文件之间不兼容。在 grub 包升级之后,我们建议重新运行以下命令,安装和再次生成配置:
grub-install ... grub-mkconfig -o /boot/grub/grub.cfg关于
grub-install 的具体用法请参考 wiki 页面:GRUB – ArchWiki
https://www.archlinuxcn.org/grub-bootloader-upgrade-and-configuration-incompatibilities/ibt=off 内核参数。
添加方法取决于 bootloader 参见 https://wiki.archlinux.org/title/Kernel_parameters_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)#%E9%85%8D%E7%BD%AE
使用 GRUB 的用户可以使用管理权限(加sudo)执行以下命令:
sed -i 's/LINUX_DEFAULT="/\0ibt=off /g' /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg
pacman -Sy archlinux-keyring然后尝试照常更新。
error: failed to prepare transaction (could not satisfy dependencies) :: removing wxgtk-common breaks dependency 'wxgtk-common' required by wxgtk2这种情况下请删除 wxgtk2 并继续升级。 https://www.archlinuxcn.org/wxwidgets-32-update-may-need-manual-intervention/
DEBUGINFOD_URLS="https://debuginfod.archlinux.org https://repo.archlinuxcn.org"