[Internal testing communication] deepin23升级到25,比重新安装的25还流畅
Tofloor
poster avatar
LiuYongzhang
deepin
2026-01-18 18:11
Author

重要的事情说三遍:自行备份重要数据!!!爱情无价宝,数据更重要!!!!自行备份重要数据!!!爱情无价宝,数据更重要!!!!自行备份重要数据!!!爱情无价宝,数据更重要!!!!可以参考下面的备份

真香!记使用btrfs+timeshift秒级自动快照备份

23.1换源升级到25.0.11核心步骤

一:写入指定的 Deepin 25 源配置

更换25源(完整复制以下命令在终端运行)

sudo tee /etc/apt/sources.list << EOF

#Generated by deepin-installer

deb https://community-packages.deepin.com/beige/ crimson main commercial community
#deb-src https://community-packages.deepin.com/beige/ crimson main commercial community
EOF

更换驱动源(完整复制以下命令在终端运行)

sudo tee /etc/apt/sources.list.d/driver.list << EOF

#Written by dde-printer

deb https://community-packages.deepin.com/driver-25/ snipe non-free
EOF

更换应用软件源(完整复制以下命令在终端运行)

sudo tee /etc/apt/sources.list.d/appstore.list << EOF

#Written by deepin-home-appstore-client

deb https://com-store-packages.uniontech.com/appstore-V25 crimson appstore
EOF

二:进行系统更新

安装星火应用商店 使用aptss 升级,把下面用到的所有sudo apt 换成sudo aptss 就会下载很快

https://gitee.com/spark-store-project/spark-store/releases/download/4.8.4/spark-store_4.8.4_amd64.deb

1: 获取更新

sudo apt update

2:安装deepin桌面组件

sudo apt reinstall deepin-desktop* console-setup at-spi2-core -y

3:进行系统更新

sudo apt dist-upgrade -y

4:安装系统默认软件

sudo apt reinstall deepin-wallpapers deepin-calculator deepin-editor deepin-font-manager deepin-image-viewer deepin-music deepin-movie deepin-draw deepin-album deepin-voice-note deepin-camera deepin-reader -y

5:进行清理

sudo apt autoremove -y && sudo apt clean

6:重新启动电脑,进入桌面后在终端进行系统更新(因为没有磐石控制中心不能更新,需要在终端更新)

sudo apt update && sudo apt dist-upgrade -y

image.png

Reply Favorite View the author
All Replies
2 / 2
To page
LiuYongzhang
deepin
2026-03-25 07:54
#21
佳奇.

bu neng yong shu ru fa ,bu neng geng xin ruan jian le zen me gao?

sudo apt clean

sudo apt update --fix-missing

sudo apt --fix-broken install -y

sudo apt dist-upgrade -y

sudo apt reinstall deepin-desktop-environment-base deepin-desktop-environment-cli deepin-desktop-environment-core deepin-desktop-environment-extras com.sogou.ime.ng.fcitx5.deepin -y

Reply View the author
186******68
deepin
2026-03-31 13:24
#22

更新后状态底下任务栏和开始菜单消失了😂

Reply View the author
LiuYongzhang
deepin
2026-03-31 13:43
#23
186******68

更新后状态底下任务栏和开始菜单消失了😂

sudo apt update

sudo apt reinstall dde-shell dde-session-ui dde-tray-loader -y

systemctl --user restart dde-shell@DDE.service

Reply View the author
Myron
deepin
2026-04-10 15:56
#24

更新后 23 版本上装的软件能正常使用吗?

Reply View the author
LiuYongzhang
deepin
2026-04-12 10:05
#25
Myron

更新后 23 版本上装的软件能正常使用吗?

一般没有问题,不排除一些软件不能用

Reply View the author
2 / 2
To page