1 For get a Fast Speed , I choose 163 as my apt-get mirror site.
u can edit /etc/source.list, and replace it's content with following codes:
deb http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse
then type following command:(so that ubuntu can update source repos)
sudo apt-get update
When this update is closing to the end , I caught an error( didn't encounter this error on my work station PC),when on my laptop:
获取:4 http://mirrors.163.com jaunty/universe Packages [4757kB]
下载 6366kB,耗时 1min 41s (62.6kB/s)
正在读取软件包列表... 完成
W: GPG error: http://mirrors.163.com jaunty-updates Release: 下列签名无效: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: 您可能需要运行 apt-get update 来解决这些问题
So I baidu this message ,then I searched this
page, which said:
引用
如果仅仅你一个人用的话
大可以不必要去考虑这个问题
一般 还行 不错 很好 非常好
So I ignored this error message(But still want to know why)
分享到:
相关推荐
ubuntu U盘自动安装autoinstall.seed
受到各种因素影响,有时ubuntu使用sudo apt-get install xx安装程序,在下载软件的时候会出现下载速度过慢的问题。 解决办法:通过安装apt-fast代替apt-get,可以使下载的速度有显著的提升。 解释:apt-fast采用aria...
在ubuntu下安装source insight工具的方法
Ubuntu安装OpenWRT OpenWRT是基于Linux的开源路由器操作系统,提供了丰富的功能和插件,允许用户自定义路由器的配置和行为。下面是关于如何在Ubuntu系统中安装OpenWRT的详细指南。 虚拟机安装Ubuntu 首先,我们...
每次装完ubuntu后都需要配置和下载很多开发相关的软件例如maven,VIM CTAGS,JAVA,里面含下载脚本和source list等方便对ubuntu配置。
**Ubuntu18安装Autoware教程** Autoware是一款开源的自动驾驶软件,它基于Robot Operating System (ROS) 构建,提供了从感知到规划、控制的一整套解决方案。本教程将指导您在Ubuntu 18.04操作系统上安装Autoware。 ...
install-tl-ubuntu, 在Ubuntu上,安装TeX脚本 install-tl-ubuntu用法sudo./install-tl-ubuntu [OPTIONS]快速下载我推荐使用 git clone,但我已经了解到许多Github用户没有 Git 。 在这些情况下,可以直接下载
在Ubuntu 18.04系统上部署ROS2 Foxy是一个重要的任务,特别是在AGX板上,这通常用于自动驾驶和机器人应用。以下是一步步指导如何在JetPack 4.6.2环境下完成此过程。 首先,为了提高软件包下载速度,我们需要替换...
ubuntu tenda u9驱动,自测ubuntu20.04可使用wifi及热点功能 只需解压后进入目录执行 make -j12 sudo make install 检测驱动 ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu 检测会...
### Ubuntu 下 Mingw32 交叉编译环境搭建详尽指南 #### 一、引言 在 Linux 平台上进行 Windows 程序的开发时,通常会采用交叉编译的方式来构建目标平台的应用程序。Mingw32(Minimalist GNU for Windows 32-bit)是...
Ubuntu 18.04_ Install Gerrit for Git code review ubuntu 上部署 gerrit 服务器 , 使用 apache2 作为web端, 可手动设置用户名密码.
ubuntu下安装JLINK详细过程及安装过程遇到问题的解决方法。软件包括:Install_AT91-ISP_v1.13 、 JLink_Linux_V422a 、 Setup_JLinkARM_V422a 、 JLinkV8固件
linux /vmlinuz ip=dhcp url=http://10.0.0.4/tftp/ubuntu-20.04.2-live-server-amd64.iso autoinstall ds=nocloud-net;s=http://10.0.0.4/tftp/ echo "Loading RamDisk" initrd /initrd } menuentry "Focal ...
1.eosio_2.1.0-1-ubuntu-20.04_amd64.deb 2.libicu66_66.1-2ubuntu2.1_amd64.deb 3.libssl1.1_1.1.1f-1ubuntu2_amd64.deb
"Ubuntu22.04安装教程以及Ubuntu下C++环境配置" 本教程旨在指导读者如何安装 Ubuntu 22.04 操作系统,并配置 C++ 编程环境。下面将详细介绍安装和配置过程中的每一步骤。 一、安装 VMware 在开始安装 Ubuntu 之前...
这个"alfresco-ubuntu-install"项目显然提供了一个在Ubuntu操作系统上自动化安装Alfresco的脚本。以下是对这个话题的详细解释: 1. **Ubuntu操作系统**:Ubuntu是一款基于Debian的Linux发行版,广泛用于服务器环境...
linux上安装php
ubuntu20.04离线安装python2.7.18