【问题描述】
银河麒麟桌面操作系统V10中微信无法使用,需要卸载并重新安装新版本的微信。但在卸载后,部分机器无法安装微信,并且从软件商店中无法搜索到微信进行安装。
【问题分析过程】
经过排查,发现系统的apt源地址设置不正确。
【问题解决办法】
1.修改正确的源地址
sudo vim /etc/apt/sources.list
在文件中添加或修改以下行:
# 本文件由源管理器管理,会定期检测与修复,请勿修改本文件
deb http://archive.kylinos.cn/kylin/KYLIN-ALL 10.0 main universe multiverse restricted
deb http://archive.kylinos.cn/kylin/partner juniper main
deb http://archive2.kylinos.cn/deb/kylin/production/PART-V10/custom/partner/V10 default all
2.更新源
sudo apt update
sudo apt install apt-transport-https
3.更新软件商店
sudo apt install kylin-software-center
4.安装微信
sudo apt install wechat-beta