- 环境查看
系统环境
# lsb_release -a
No LSB modules are available.
Distributor ID: Kylin
Description: Kylin V10 SP1
Release: v10
Codename: kylin
# uname -a
Linux lhxx-pc 5.4.18-132-generic #121-KYLINOS SMP Thu Nov 28 14:45:38 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- 报错信息
- 处理方法
修改源
# 原默认源
# cat sources.list.bak
deb http://archive2.kylinos.cn/deb/kylin/production/PART-V10-SP1/custom/partner/V10-SP1 default all
deb http://archive.kylinos.cn/kylin/KYLIN-ALL 10.1-2403-update2-odm-yd-KS326 universe multiverse restricted main
# 修改后
# cat sources.list
deb http://archive2.kylinos.cn/deb/kylin/production/PART-V10-SP1/custom/partner/V10-SP1 default all
deb http://archive.kylinos.cn/kylin/KYLIN-ALL 10.1-2403-update1-odm-yd-KU326 universe multiverse restricted main
更新
# apt update