[Internal testing communication] 请问能升级Mesa吗
Tofloor
poster avatar
158******75
deepin
3 hours ago
Author

25.2.0 Mesa默认是24呀,能升级到26吗

Reply Favorite View the author
All Replies
avatar
庸俗的浪漫着
deepin
2 hours ago
#1

可以在论坛搜索Better Deepin Repo ,这个源内更新了最新的mesa,目前最新的源地址:https://repo.odata.cc/deepin25/

可以把下面的代码保存成 xx.sh,然后执行:bash xx.sh,或者从删除过时组件后的命令,每行复制到终端执行即可。

#!/bin/bash

# 获取sudo提权
echo "- 请在下方输入您的管理员密码:"
sudo echo "提权完成" && clear

# 删除过时组件
sudo rm -f /etc/apt/trusted.gpg.d/better-deepin-repo.asc
sudo rm -f /etc/apt/sources.list.d/better-deepin-repo.list

# 安装必需组件
sudo apt update
sudo apt install wget gpg -y

# 加源的GPG密钥
sudo wget -O /etc/apt/trusted.gpg.d/repo.odata.cc-deepin25.asc   https://repo.odata.cc/deepin25/Release.key

# 加入源本体
sudo bash -c 'cat > /etc/apt/sources.list.d/better-deepin-repo.list << EOF
deb https://repo.odata.cc/deepin25/ Deepin_25 main
EOF'

# 更新软件源
sudo apt update
Reply View the author
avatar
mozixun
Moderator
an hour ago
#2

24.3的Mesa版本是工信部要求锁的(

可以使用Better Deepin Repo升级至26.1.5

Reply View the author