elementary os 使用阿里源
作者:
zpdhy | 来源:发表于
2018-02-10 20:20 被阅读0次
ali源
deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
# 查看版本号
sudo lsb_release -a
# 输出
# No LSB modules are available.
# Distributor ID: Ubuntu
# Description: Ubuntu 16.10
# Release: 16.10
# Codename: yakkety
# 将上面的源中trusty修改yakkety(你的版本)
# 替换源
sudo vim /etc/apt/sources.list
本文标题:elementary os 使用阿里源
本文链接:https://www.haomeiwen.com/subject/fnjhtftx.html
网友评论