Java教程

【阿里云镜像】切换阿里巴巴开源镜像站镜像——Deepin镜像

本文主要是介绍【阿里云镜像】切换阿里巴巴开源镜像站镜像——Deepin镜像,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

一、参考链接

阿里巴巴开源镜像站:阿里巴巴开源镜像站

阿里镜像站—Deepin 镜像:Deepin镜像

二、Deepin简介

深度操作系统 Deepin,是一个基于 Linux 内核,以桌面应用为主的开源 NU/Linux 操作系统,支持笔记本、台式机和一体机。

下载地址: https://mirrors.aliyun.com/deepin/
在这里插入图片描述

三、更换阿里Deepin镜像源

1、登录Deepin操作系统

在这里插入图片描述

2、打开终端窗口

在这里插入图片描述

3、测试网络连通性

在这里插入图片描述

4、备份系统源镜像文件

cp sources.list sources.list.backup

在这里插入图片描述

5、编辑source.list配置文件

deb [by-hash=force] http://mirrors.aliyun.com/deepin apricot main contrib non-free

在这里插入图片描述

在这里插入图片描述

6、运行生成缓存

root@xyb-PC:/etc/apt# apt-get clean
root@xyb-PC:/etc/apt# apt-get update
命中:1 http://mirrors.aliyun.com/deepin apricot InRelease
命中:3 https://community-packages.deepin.com/printer eagle InRelease                     
命中:2 https://home-store-img.uniontech.com/appstore deepin InRelease
正在读取软件包列表... 完成
root@xyb-PC:/etc/apt# apt-get upgrade

在这里插入图片描述

7、测试镜像源速度

root@xyb-PC:~# apt install -d -y xfce4 gnome libreoffice vlc

在这里插入图片描述
在这里插入图片描述

这篇关于【阿里云镜像】切换阿里巴巴开源镜像站镜像——Deepin镜像的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!