1、sudo vi /etc/apt/sources.list 删除原文内容,修改内容如下: deb http://mirrors.aliyun.com/ubuntu/ bionic main...restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe...multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse...deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb.../ubuntu/ bionic-backports main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu
sources.list作用的总结 Ubuntu中软件更新的源服务器地址存储再/etc/apt/soures.list中。.../ubuntu/ trusty-backports main restricted universe multiverse 上面是ubuntu官方的软件源。...后的字段,是再URL路径中的dists目录下对应的文件夹,如图所示 第四~七字段都是第三字段对应的目录下的子目录 但是由于ubuntu的官方软件源下载速度慢而且有些第三方软件的安装包过于陈旧,...本文以163的软件源为例讲述更新软件源的方法。...但是,这样修改后会在更新软件时会出现404 not found的错误,这是由于对于ubuntu各个版本的软件位置是不一样的,因此,需要根据ubuntu的版本号来选择对应的软件源路径。
更换源的位置 /etc/apt/source.list 阿里云 # deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1...)]/ xenial main restricted deb-src http://archive.ubuntu.com/ubuntu xenial main restricted #Added...://mirrors.aliyun.com/ubuntu/ xenial universe deb http://mirrors.aliyun.com/ubuntu/ xenial-updates.../ubuntu/ xenial-updates multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main.../ubuntu/ xenial-security main restricted deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security
源就是用来apt-get下载软件的网址 不同的网络状况连接以下源的速度不同, 建议在添加前手动验证以下源的连接速度(ping下就行),选择最快的源可以节省大批下载时间。...注意:一定要执行刷新 源列表 还有山大的源 deb http://mirror.sdu.edu.cn/ubuntu/ xenial main restricted universe...://mirror.sdu.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse 阿里云的源,好像还挺好用的...骨头兄亲自搭建并维护的 Ubuntu 源(该源位于浙江杭州百兆共享宽带的电信机房),包含 Deepin 等镜像: deb http://ubuntu.srt.cn/ubuntu...中国台湾的官方源。
一、Ubuntu版本和代号: Ubuntu可谓是Linux世界中的黑马,其第一个正式版本于2004年10月正式推出。...需要详细解释的是Ubuntu版本编号的定义,其编号以“年份的最后一位.发布月份”的格式命名,因此Ubuntu的第一个版本就称为4.10(2004.10)。.../ 三、设置国内镜像源 查看当前系统的代号(Codename):lsb_release -a 前面搜集准备了那么多资源,是不是以为我要像其他教程那样在命令行里修改?...从Ubuntu16.10版本以后,Ubuntu已经内置了中国区内的软件源镜像,像清华大学的软件源等等,所以我们就可以直接在图形界面内设置,不需要再编辑系统文件了。...设置国内镜像源 点击左下角显示应用程序图标,打开软件和更新: 点击下载自,有三个选项:主服务器,中国的服务器,其他站点,点其他站点,选一个就可以了,一般选aliyun。
由于Ubuntu官方软件源太慢了,换回国内的软件源这样快很多。 1....备份源配置文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2....修改配置文件 sudo gedit /etc/apt/sources.list 覆盖sources.list配置文件的内容: # 清华大学软件源 deb https://mirrors.tuna.tsinghua.edu.cn.../ubuntu/ bionic main restricted universe multiverse deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu...更新软件源 sudo apt-get update
更新Ubuntu软件源 原有的软件源的存储路径是/etc/apt/sources.list,文件内容如下。...备份原有软件源,命令如下。...cp /etc/apt/sources.list /etc/apt/sources.list.bak 修改软件源sources.list的内容,修改指令如下。.../ubuntu/ xenial-security multiverse # 阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted...Done 完成更换Ubuntu软件源操作。 在Docker中换源(不使用vim)。
ubuntu网易源: deb http://mirrors.163.com/ubuntu/ xenial main restricted universe multiverse...#以下源不推荐添加 deb http://mirrors.163.com/ubuntu...但不会由Ubuntu-security-team审查和更新,它是“不支持的更新”的。...如何获取ubuntu源码包里面的源码?...1、在获取源码包之前,确保在软件源配置文件/etc/apt/sources.list中添加了deb-src项 2、使用如下命令获取xxx源码包的详细信息: #sudo apt-cache showsrc
默认情况下,Ubuntu的软件源在国内使用不是很理想,网速限制太大,造成一些较大的软件下载安装一直超时的情况出现。...针对这样的情况,只需要对Ubuntu的软件源(自动搜索安装软件的远程仓库)添加更新国内各位大佬或者组织维护的软件源即可。 以Ubuntu18.04为例: 1....更新系统软件源 执行命令,更新系统软件源地址 apt-get update apt-get upgrade 4....其他软件源 中科大源 ##中科大源 deb https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse...源 ##163源 deb http://mirrors.163.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors
cp /etc/apt/sources.list /etc/apt/sources.list.backup 2,删除原内容,改为: deb http://mirrors.aliyun.com/ubuntu...deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb http.../ubuntu/ bionic-updates main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-backports...main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main...restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted
修改配置 sudo rm -rf /etc/apt/sources.list sudo vi /etc/apt/sources.list 修改为 deb http://mirrors.aliyun.com/ubuntu.../ bionic main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted...deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse deb http.../ubuntu/ bionic-backports main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/...安装nodejs sudo apt install -y nodejs sudo apt install -y npm 查看版本 sudo node -v sudo npm -v 更新npm的包镜像源,
而Ubuntu下,用户只需要隔三差五的运行下apt-get update 命令就可以通过查看软件的各个源来获取所有软件的更新信息。那么,apt-get 命令为什么能做到这个呢?...这里的ubuntu.cn99.com就是我们镜像的地址,决定着源的更新访问的速度。可以通过修改这个来使用最佳的源。当然,每次修改完源之后,还要执行update 命令来使系统重新识别一下。...比如我们要添加wine的源,就可以执行:sudo add-apt-repository ppa:ubuntu-wine/ppa 好了,让我们看看添加完ppa源之后到底发生了什么: myths@Business...ubuntu-wine/ppa/ubuntu trusty main 原来就是添加了一个跟软件源一模一样的东西,他们的作用殊途同归啊。...我想其实只是为了分辨官方的源和第三方的源,Ubuntu才设计成在sources.list 和 sources.list.d/ 这两个地方中存储源。
文章目录 1.打开设置 2.打开后粘贴最新镜像源 3.最后更新本地源 1.打开设置 cd /etc/apt/ cp sources.list sources.list.bak vi /etc/...apt/sources.list 2.打开后粘贴最新镜像源 比如,清华的镜像,最新版:https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/ 选择自己的 Ubuntu...# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main...universe multiverse # 预发布软件源,不建议启用 # deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed...main restricted universe multiverse 3.最后更新本地源 apt update # 更新本地 apt 源
*********************************************************************/ ubuntu 10.04软件源 国内源 参考: https:.../ubuntu/ lucid main restricted universe multiverse deb http://mirrors.ustc.edu.cn/ubuntu-old-releases.../ubuntu/ lucid-backports main restricted universe multiverse 官方源 deb http://old-releases.ubuntu.com/ubuntu.../old-releases.ubuntu.com/ubuntu/ lucid-backports universe main multiverse restricted deb-src http://old-releases.ubuntu.com.../ubuntu/ lucid-backports universe main multiverse restricted deb-src http://old-releases.ubuntu.com/ubuntu
.com/ubuntu/ zesty-updates main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ zesty-proposed....com/ubuntu/ zesty-proposed main restricted universe multiverse deb-src http://mirrors.163.com/ubuntu...mirrors.163.com/ubuntu/ yakkety main restricted universe multiverse deb-src http://mirrors.163.com/ubuntu....163.com/ubuntu/ xenial-proposed main restricted universe multiverse deb http://mirrors.163.com/ubuntu....163.com/ubuntu/ vivid-proposed main restricted universe multiverse deb http://mirrors.163.com/ubuntu
修改官方源为豆瓣源: 编辑配置文件, 如果没有, 新建一份(我这里没有): mkdir ~/.pip vim ~/.pip/pip.conf 添加内容如下: [global] index-url = http
universe multiverse 京东云源 deb http://mirrors.jcloudcs.com/ubuntu/ xenial main restricted deb http://mirrors.jcloudcs.com.../ubuntu xenial stable 阿里云源(听说是ubuntu指定的国内官方源) deb-src http://archive.ubuntu.com/ubuntu xenial main restricted...deb http://mirrors.baidubce.com/ubuntu/ xenial-security main restricted universe multiverse 官方源(国内不建议使用.... deb http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted # deb-src http://cn.archive.ubuntu.com.../ubuntu/ xenial universe deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates universe # deb-src http
Ubuntu 11.04网易源(速度很快,推荐) deb http://mirrors.163.com/ubuntu/ natty main universe restricted multiverse...//archive.canonical.com/ubuntu natty partner ubuntu 11.04台湾源 deb http://tw.archive.ubuntu.com/ubuntu/...骨头源是bones7456架设的一个Ubuntu源 ,提供ubuntu,deepin deb http://ubuntu.srt.cn/ubuntu/ natty main universe restricted...universe main multiverse restricted rootguide源,ubuntu官方上海源,提供 Kernel,Hiweed,ubuntu deb http://mirror.rootguide.org...universe main multiverse restricted PS: 建议保留官方的那个security 的源 其他的官方源就可以删掉 ----
1.先生成配置文件 .condarc conda config --set show_channel_urls yes 2.配置文件的目录是:~/.condarc,使用vim打开,并添加我们需要的源:
在可联网的Ubuntu18.04上制作源创建目录 mkdir /opt/debs最好在目标电脑上创建相同的目录,以免 apt-get install 时会报错下载需要的deb包下载deb包时请确保两台电脑环境相同
领取专属 10元无门槛券
手把手带您无忧上云