Deepin Linux 深度 V23 beige 官方源及换镜像源方法。

Deepin Linux 深度 V23 英文版本号:beige

谁起的烂名字。。。。。。

1. 打开文件管理器,在apt文件夹点右键(以管理员身份打开),

2. 输入你的登录密码,以便打开文件夹(管理员权限)。

3. 备份方法:复制,粘贴,留个备份。

3.1 再进入sources.list.d,复制,粘贴,留个备份。

4. 应用商店的官方源,/etc/apt/sources.list.d/appstore.list

复制代码
# Written by deepin-home-appstore-client
deb https://com-store-packages.uniontech.com/appstorev23 beige appstore

5. 官方软件仓库的官方源,/etc/apt/sources.list

复制代码
## Generated by deepin-installer
deb https://community-packages.deepin.com/beige/ beige main commercial community
#deb-src https://community-packages.deepin.com/beige/ beige main commercial community

6. 系统公告的镜像源,网址:

软件仓库 -- 深度科技社区

官方软件仓库增加方式:deb 网址/beige/ beige main commercial community

并且给出deb-src 后面与上相同。

复制代码
deb https://community-packages.deepin.com/beige/ beige main commercial community
deb-src https://community-packages.deepin.com/beige/ beige main commercial community

deb [by-hash=force] http://mirrors.aliyun.com/deepin/beige/ beige main commercial community
deb-src http://mirrors.aliyun.com/deepin/beige/ beige main commercial community

应用商店增加方式:deb 网址/beige/appstorev23 beige appstore

并且给出deb-src 后面与上相同。

cjk 复制代码
# Written by deepin-home-appstore-client
deb https://com-store-packages.uniontech.com/appstorev23 beige appstore
deb-src https://com-store-packages.uniontech.com/appstorev23 beige appstore

deb [by-hash=force] http://mirrors.aliyun.com/deepin/beige/appstorev23 beige appstore
deb-src https://com-store-packages.uniontech.com/appstorev23 beige appstore
相关推荐
Avan_菜菜15 小时前
FRP 内网穿透完整实战:从 HTTP 映射到 HTTPS 自签代理
运维·nginx·https
Sokach10151 天前
Linux Shell 脚本从零到能用:一个新手的一天学习总结
linux
SelectDB2 天前
Litefuse 开源并推出单进程轻量模式,25 秒就能跑起来的 Agent 可观测与评估平台
运维·后端·自动化运维
AlfredZhao2 天前
Docker 容器时区不对,`timedatectl` 不存在怎么办?
linux·timezone
zzzzzz3103 天前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
XIAOHEZIcode3 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
用户0328472220704 天前
如何搭建本地yum源(上)
运维
A小辣椒5 天前
TShark:Wireshark CLI 功能
linux
A小辣椒5 天前
TShark:基础知识
linux
AlfredZhao5 天前
OCI 明明分配了 200G 系统盘,为什么 df 只看到 30G?
linux·oci