ubuntu17.04 source list
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu17.04 source list相关的知识,希望对你有一定的参考价值。
一、环境说明
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zesty
在apt-get install libaio.1 libaio-dev 时,下载不下来, 报Error
二、问题解决
思路: 跟新软件源
$sudo cp /etc/apt/sources.list /etc/apt/sources.list.org
$sudo vim /etc/apt/sources.list
将一下内容写入source.list文件中保存 deb http://mirrors.aliyun.com/ubuntu/ trusty main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ trusty-security main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ trusty main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main multiverse restricted universe
$sudo apt-get update
再次install 成功
以上是关于ubuntu17.04 source list的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu 17.04 和 -mx32 编译标志 multilib