当前位置: 首页 > article >正文

ubuntu1604 apt镜像源切换

1、如何查看当前源

cat /etc/apt/sources.list

less /etc/apt/sources.list

2、apt源修改为阿里镜像,这里ubuntu是1604:

deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse

3、配置文件生效

sudo apt-get update


http://www.kler.cn/a/466962.html

相关文章:

  • 热备份路由HSRP及配置案例
  • 25年对AI产业的25点预测以及展望思考
  • C#—SynchronizationContext类详解 (同步上下文)
  • 上下游服务间解耦的技术与管理
  • Redis数据库笔记—— Hash(哈希)的扩容机制(rehash)
  • 在arm平台Euler系统上编译安装ffmpeg
  • 使用PyTorch实现基于稀疏编码的生成对抗网络(GAN)在CIFAR-10数据集上的应用
  • 计算机毕业设计PyHive+Hadoop深圳共享单车预测系统 共享单车数据分析可视化大屏 共享单车爬虫 共享单车数据仓库 机器学习 深度学习
  • STM32-笔记34-4G遥控灯
  • Golang:使用minio替代文件系统实战教程
  • NLP CH3复习
  • springboot3 性能优化
  • 1.4 spring八股文学习
  • 机器学习基础例子篇
  • 如何通过 5 种有用的方法将 iPhone 连接到戴尔笔记本电脑?
  • PDF文件提示-文档无法打印-的解决办法
  • 跟着问题学3.3——Faster R-CNN详解及代码实战(1)
  • 【AimRT】AimRT Hello World
  • 【Matlab算法】基于改进人工势场法的移动机器人路径规划研究(附MATLAB完整代码)
  • 【计算机视觉技术 - 人脸生成】2.GAN网络的构建和训练
  • 超越YOLO11!DEIM:先进的实时DETR目标检测
  • 服务器信息整理
  • 源代码编译安装X11及相关库、vim,配置vim(1)
  • IDEA 社区版 SpringBoot不能启动
  • QML自定义滑动条Slider的样式
  • [服务器][教程]Ubuntu24.04 Server开机自动挂载硬盘教程