1. Deepin简介
Deepin(深度操作系统)是由武汉深之度科技有限公司开发的国产Linux发行版,以美观易用著称。Deepin采用自研的DDE(Deepin Desktop Environment)桌面环境,提供优秀的用户体验。Deepin广泛应用于个人桌面、办公环境和政府企业信息化建设。更多学习教程www.fgedu.net.cn
Deepin的主要特点包括:美观的DDE桌面环境、自主研发的应用商店、丰富的国产软件支持、多架构支持(x86_64、ARM64、龙芯)、国产化适配、良好的Windows兼容性。
2. Deepin版本说明
Deepin提供多个版本系列,用户可根据需求选择:
当前稳定版本
Deepin 25.0.10:最新稳定版本,2026年1月发布
Deepin 25.0:主版本
历史版本
Deepin 23:稳定版本
Deepin 20.3:长期支持版本
支持的架构
AMD64(x86_64):Intel/AMD 64位处理器
ARM64:ARM架构处理器
LoongArch:龙芯架构处理器
支持的国产芯片
飞腾系列:D2000(M)、D3000(M)、E2000、S2500、S5000C
鲲鹏920:华为ARM服务器处理器
此芯科技P1:需定制镜像
3. 官方下载方式
Deepin官方提供多种下载方式,包括HTTP下载、BT下载和镜像站下载。学习交流加群风哥微信: itpux-com
官方下载地址
官方网站:https://www.deepin.org/
下载页面:https://www.deepin.org/zh/download/
社区论坛:https://bbs.deepin.org/
官方直接下载
https://cdimage.deepin.com/releases/deepin-25.0.10-amd64.iso
# ARM64版本下载
https://cdimage.deepin.com/releases/deepin-25.0.10-arm64.iso
# LoongArch版本下载
https://cdimage.deepin.com/releases/deepin-25.0.10-loong64.iso
4. 镜像站下载方式
国内用户推荐使用镜像站下载,速度更快。from:www.itpux.com
国内镜像站列表
阿里云镜像:https://mirrors.aliyun.com/deepin-cd/
清华大学镜像:https://mirrors.tuna.tsinghua.edu.cn/deepin-cd/
中科大镜像:https://mirrors.ustc.edu.cn/deepin-cd/
华为云镜像:https://mirrors.huaweicloud.com/deepin-cd/
使用wget下载
$ wget https://mirrors.aliyun.com/deepin-cd/deepin-25.0.10-amd64.iso
# 输出示例如下:
–2026-04-04 10:15:00– https://mirrors.aliyun.com/deepin-cd/deepin-25.0.10-amd64.iso
Resolving mirrors.aliyun.com… 101.37.183.141
Connecting to mirrors.aliyun.com|101.37.183.141|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 5368709120 (5.0G) [application/octet-stream]
Saving to: ‘deepin-25.0.10-amd64.iso’
deepin-25.0.10-amd64.iso 100%[===========================================>] 5.00G 50.5MB/s in 102s
# 下载ARM64版本
$ wget https://mirrors.aliyun.com/deepin-cd/deepin-25.0.10-arm64.iso
# 下载龙芯版本
$ wget https://mirrors.aliyun.com/deepin-cd/deepin-25.0.10-loong64.iso
5. 安装介质说明
Deepin提供多种安装介质,用户可根据实际需求选择。学习交流加群风哥QQ113257174
DVD镜像(推荐)
文件大小:约5GB
包含内容:完整安装系统、常用软件
适用场景:桌面安装、生产环境
制作启动U盘
# dd if=deepin-25.0.10-amd64.iso of=/dev/sdb bs=4M status=progress && sync
# 输出示例如下:
1280+0 records in
1280+0 records out
5368709120 bytes (5.4 GB, 5.0 GiB) copied, 120.123 s, 44.7 MB/s
# Windows下使用Rufus或Deepin启动盘制作工具
# 下载地址:https://rufus.ie/
# 或使用Deepin官方启动盘制作工具
# macOS下使用dd命令
$ sudo dd if=deepin-25.0.10-amd64.iso of=/dev/disk2 bs=4m
# 输出示例如下:
Password:
1280+0 records in
1280+0 records out
5368709120 bytes transferred in 180.123456 secs (29801234 bytes/sec)
6. 镜像校验方法
下载完成后,务必校验镜像文件的完整性。更多学习教程公众号风哥教程itpux_com
$ wget https://mirrors.aliyun.com/deepin-cd/MD5SUMS
# 查看校验值
$ cat MD5SUMS
# 输出示例如下:
a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6 deepin-25.0.10-amd64.iso
b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7 deepin-25.0.10-arm64.iso
# 校验文件
$ md5sum -c MD5SUMS
# 输出示例如下:
deepin-25.0.10-amd64.iso: OK
# 下载SHA256校验文件
$ wget https://mirrors.aliyun.com/deepin-cd/SHA256SUMS
# 校验文件
$ sha256sum -c SHA256SUMS
# 输出示例如下:
deepin-25.0.10-amd64.iso: OK
7. 系统配置方法
Deepin安装后需要进行基本配置,以下是常用配置方法。
软件源配置
$ cat /etc/apt/sources.list
# 输出示例如下:
deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free
deb-src [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free
# 更换为国内镜像源
# sudo sed -i ‘s|community-packages.deepin.com|mirrors.aliyun.com/deepin|g’ /etc/apt/sources.list
# 更新软件源
$ sudo apt update
# 输出示例如下:
获取:1 https://mirrors.aliyun.com/deepin apricot InRelease [3,856 B]
获取:2 https://mirrors.aliyun.com/deepin apricot/main amd64 Packages [1,234 kB]
获取:3 https://mirrors.aliyun.com/deepin apricot/contrib amd64 Packages [56.7 kB]
已下载 1,295 kB,耗时 2秒 (647 kB/s)
正在读取软件包列表… 完成
软件包管理
$ sudo apt install nginx
# 输出示例如下:
正在读取软件包列表… 完成
正在分析软件包的依赖关系树… 完成
正在读取状态信息… 完成
将会同时安装下列软件:
nginx-common nginx-core
建议安装:
fcgiwrap nginx-doc
下列【新】软件包将被安装:
nginx nginx-common nginx-core
升级了 0 个软件包,新安装了 3 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
需要下载 512 kB 的归档。
解压缩后会消耗 1,536 kB 的空间。
您希望继续执行吗? [Y/n] y
获取:1 https://mirrors.aliyun.com/deepin apricot/main amd64 nginx-common all 1.26.0-1 [56.7 kB]
获取:2 https://mirrors.aliyun.com/deepin apricot/main amd64 nginx-core amd64 1.26.0-1 [455 kB]
获取:3 https://mirrors.aliyun.com/deepin apricot/main amd64 nginx all 1.26.0-1 [512 B]
已下载 512 kB,耗时 1秒 (512 kB/s)
正在选中未选择的软件包 nginx-common。
(正在读取数据库 … 系统当前共安装有 123456 个文件和目录。)
准备解压 …/nginx-common_1.26.0-1_all.deb …
正在解压 nginx-common (1.26.0-1) …
正在设置 nginx-common (1.26.0-1) …
正在设置 nginx-core (1.26.0-1) …
正在设置 nginx (1.26.0-1) …
# 使用深度应用商店安装软件
# 打开深度应用商店,搜索并安装所需软件
# 查看已安装软件
$ dpkg -l | grep nginx
# 输出示例如下:
ii nginx 1.26.0-1 amd64 small, powerful, scalable web/proxy server
ii nginx-common 1.26.0-1 all small, powerful, scalable web/proxy server – common files
ii nginx-core 1.26.0-1 amd64 nginx web/proxy server (standard version)
8. 生产环境建议
在生产环境中使用Deepin时,需要考虑以下因素:
系统更新
$ sudo apt update && sudo apt upgrade -y
# 输出示例如下:
获取:1 https://mirrors.aliyun.com/deepin apricot InRelease [3,856 B]
正在读取软件包列表… 完成
正在分析软件包的依赖关系树… 完成
正在读取状态信息… 完成
正在计算更新… 完成
下列软件包将被升级:
deepin-desktop-base deepin-terminal
升级了 2 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
需要下载 1,024 kB 的归档。
解压缩后将空出 0 B 的空间。
获取:1 https://mirrors.aliyun.com/deepin apricot/main amd64 deepin-desktop-base all 25.0.10-1 [512 kB]
获取:2 https://mirrors.aliyun.com/deepin apricot/main amd64 deepin-terminal amd64 6.0.10-1 [512 kB]
已下载 1,024 kB,耗时 2秒 (512 kB/s)
正在设置 deepin-desktop-base (25.0.10-1) …
正在设置 deepin-terminal (6.0.10-1) …
# 查看系统版本
$ cat /etc/deepin-version
# 输出示例如下:
[Release]
Version=25.0.10
Type=Desktop
国产化适配配置
$ sudo apt install wps-office
$ sudo apt install foxitreader
$ sudo apt install linuxqq
# 安装输入法
$ sudo apt install deepin-voice-input
$ sudo apt install fcitx-sunpinyin
# 配置打印机
# 打开控制中心 -> 打印机 -> 添加打印机
# 配置网络
# 打开控制中心 -> 网络 -> 有线网络/无线网络
# 查看系统信息
$ lsb_release -a
# 输出示例如下:
No LSB modules are available.
Distributor ID: Deepin
Description: Deepin 25.0.10
Release: 25.0.10
Codename: apricot
本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html
