博客列表 >【阿里云镜像】配置阿里云镜像——MX Linux 镜像

【阿里云镜像】配置阿里云镜像——MX Linux 镜像

大宝
大宝原创
2021年12月22日 15:38:54704浏览

一、参考链接

阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区 (aliyun.com)

mxlinux镜像-mxlinux下载地址-mxlinux安装教程-阿里巴巴开源镜像站 (aliyun.com)

二、MX Linux 镜像简介

MX Linux是一个中量级的GNU/Linux发行版。其基于Debian稳定版本开发,使用了antiX的核心组件,并可安装MX社区开发或打包的软件。MX Linux是antiX和早前的MEPIS社区合作开发的产物,旨在使用各自系统中最优秀的工具和软件。

下载地址:https://mirrors.aliyun.com/mxlinux/

三、MX Linux 镜像配置方法

1、备份 /etc/apt/sources.list.d/ 下面所有的索引文件

sudo cp /etc/apt/sources.list.d/antix.list /etc/apt/sources.list.d/antix.list.baksudo cp /etc/apt/sources.list.d/mx.list /etc/apt/sources.list.d/mx.list.baksudo cp /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/debian.list.baksudo cp /etc/apt/sources.list.d/debian-stable-updates.list /etc/apt/sources.list.d/debian-stable-updates.list.bak

image-20211221224839587

2、修改所有索引文件的下载源地址,可以参考如下命令

sed -i "s@http://la.mxrepo.com/mx/repo/@https://mirrors.aliyun.com/mxlinux/mx/repo/@g" /etc/apt/sources.list.d/mx.listsed -i "s@http://ftp.us.debian.org/debian/@https://mirrors.aliyun.com/debian/@g" /etc/apt/sources.list.d/debian-stable-updates.listsed -i "s@http://ftp.us.debian.org/debian/@https://mirrors.aliyun.com/debian/@g" /etc/apt/sources.list.d/debian.list

3、执行 apt-get update 命令更新索引文件

sudo apt-get update
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议