Refer to http://www.crifan.com/ubuntu_change_sources_list_to_163/ 1. backup /etc/apt/sources.list 2. edit this file, and add following deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ p…
之前执行apt-get 不管是什么软件或apt-get update都会遇到fail to fetch http://us.archive.ubuntu.com quantal-updates/main Sources 404 Not Found 找到原因了,因为我使用的ubuntu12.10已经不再被支持了,它也不是LTS(长期支持版,有5年,普通版只有1-2年),只有升级成14.04版才能用apt-get更新软件,14.04版是LTS.如果你不相信这个残酷的事实可以直接打开 http…
报错信息: W: GPG error: http://ppa.launchpad.net trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8CF63AD3F06FC659 解决: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8CF63AD…
今天在更新运行apt-get update的时候出现了如下的错误: W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F60F4B3D7FA2AF80 解决方法: sudo apt-key adv --keyserver keyserver.ub…
1.完整的错误信息如下: E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 11d 10min 50s). Updates for this repository will not be applied 2.笔者遇到的这个问题通过以下方式解决: 2.1 同步时间 sudo ntpdate cn.poo…
操作系统: Ubuntu 18.04 运行镜像: continuumio/anaconda3, based on debian Step 1) 安装 Docker # update the apt package index sudo apt-get update # install packages to allow apt to use a repository over HTTPS sudo apt-get install apt-transport-https ca-certificat…
安装过程出错 首先出现问题sudo apt-get updateReading package lists… Error!E: Encountered a section with no Package: headerE: Problem with MergeList /var/lib/apt/lists/cn.archive.ubuntu.com_ubuntu_dists_natty_main_i18n_Translation-enE: The package lists or status…