河北建设网站怎么下载企业锁,智能管理系统,顺企网萍乡网站建设,wordpress 退出按钮今天租了一台阿里云ECS#xff0c;在输入apt-get install mysql-client安装mysql-client时#xff0c;终端却给我提醒404错误#xff0c;找不到该软件包。唉呀我去#xff0c;心中一万头草泥马奔腾而过。根据我玩了一年的Linux经验来看#xff0c;因为ECS到手了#xff0…今天租了一台阿里云ECS在输入apt-get install mysql-client安装mysql-client时终端却给我提醒404错误找不到该软件包。 唉呀我去心中一万头草泥马奔腾而过。根据我玩了一年的Linux经验来看因为ECS到手了自己太激动所以忘记了更新系统。 知道了问题的原因解决起来就非常方便于是我在终端输入apt-get update。更新系统更新完之后便成功安装了。 当然还有一种情况也许你更新系统之后发现并没有什么卵用这时你应该修改一下更新软件源 vim /etc/apt/sources.list #Ubuntu中文站 deb http://archive.ubuntu.org.cn/ubuntu dapper main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu dapper-security main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu dapper-updates main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu dapper-backports main universe multiverse restricted deb http://archive.ubuntu.org.cn/ubuntu-cn dapper main universe multiverse restricted deb http://archive.ubuntu.org.cn/ubuntu-cn breezy main universe multiverse restricted 因为我的系统是Ubuntu所以我在这里只列举Ubuntu的软件源。 Ok这样一来应该能顺利的解决这个问题了 来源高小调博客转载于:https://www.cnblogs.com/gaoxiaodiao/p/4975721.html