概述
首先因为Ubuntu的源是国外的,下载东西太慢了。
so,就装个vim你就要用10个小时来折磨我嘛?嗯?
所以对于大部分人来说还是需要一个国内的源来使得下载速度提升,so,先备份然后用gedit来编辑源列表哦
cd /etc/apt
sudo cp sources.list sources.list.backup
sudo gedit sources.list
把之前的都删掉然后把下面的复制进去(阿里源哦,小伙伴们要是喜欢其他的也行,我个人是比较喜欢下面这个源的)
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
因为曾经我换了一个国内源,然后
然后百度了一下又没找到解决办法(可能是我找的太少),直接果断换源。
接下来是安装vim的时候遇到的依赖问题,大概是就你要下载的某样东西所依赖的包啊或者啥的已经存在,但是版本跟你要下载的又不匹配,可真难伺候,so,卸载以前的呗
sudo apt-get purge xxx
xxx就是那个被依赖却版本或者有其他问题的哦,然后再安装你想要的就行啦
最后
以上就是开放荔枝为你收集整理的安装ubuntu更换源以及未满足依赖关系问题的全部内容,希望文章能够帮你解决安装ubuntu更换源以及未满足依赖关系问题所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复