- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
Ubuntu 16.04下载软件速度有点慢,因为默认的是从国外下载软件,那就更换到国内比较好的快速更新源(就是这些软件所在的服务器),一般直接百度Ubuntu更新源就能出来一大堆,这时候最好是找和自己Ubuntu版本一致的更新源,我的Ubuntu版本是16.04,下面是我找到的一个比较好的更新源。
1.寻找国内镜像源
https://www.landui.com/help/ubuntu/
2.配置source list源
sources.list系统自带的,源是来Ubuntu的官网!安装包比较慢,所以最好切换成国内的
linuxidc.com@ubuntu:~$ cd /etc/apt
linuxidc.com@ubuntu:/etc/apt$ sudo cp sources.list sources.list.bak
linuxidc.com@ubuntu:/etc/apt$ vim sources.list
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://www.landui.com/ubuntu/ xenial main restricted universe multiverse
# deb-src https://www.landui.com/ubuntu/ xenial main restricted universe multiverse
deb https://www.landui.com/ubuntu/ xenial-updates main restricted universe multiverse
# deb-src https://www.landui.com/ubuntu/ xenial-updates main restricted universe multiverse
deb https://www.landui.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src https://www.landui.com/ubuntu/ xenial-backports main restricted universe multiverse
deb https://www.landui.com/ubuntu/ xenial-security main restricted universe multiverse
# deb-src https://www.landui.com/ubuntu/ xenial-security main restricted universe multiverse
# 预发布软件源,不建议启用
# deb https://www.landui.com/ubuntu/ xenial-proposed main restricted universe multiverse
# deb-src https://www.landui.com/ubuntu/ xenial-proposed main restricted universe multiverse
3. 更新源
linuxidc.com@ubuntu:/etc/apt$ sudo apt-get update
命中:1 http://www.landui.com/ubuntu xenial InRelease
命中:2 http://www.landui.com/ubuntu xenial-updates InRelease
命中:3 http://www.landui.com/ubuntu xenial-backports InRelease
命中:4 http://www.landui.com/ubuntu xenial-security InRelease
正在读取软件包列表... 完成
测试:安装sl包
linuxidc.com@ubuntu:/etc/apt$ sudo apt-get install sl
linuxidc.com@ubuntu:/etc/apt$ sl
4.其他一些命令
sudo apt-get update 更新源
sudo apt-get install package 安装包
sudo apt-get remove package 删除包
sudo apt-cache search package 搜索软件包
sudo apt-cache show package 获取包的相关信息,如说明、大小、版本等
sudo apt-get install package --reinstall 重新安装包
sudo apt-get -f install 修复安装
sudo apt-get remove package --purge 删除包,包括配置文件等
sudo apt-get build-dep package 安装相关的编译环境
sudo apt-get upgrade 更新已安装的包
sudo apt-get dist-upgrade 升级系统
sudo apt-cache depends package 了解使用该包依赖那些包
sudo apt-cache rdepends package 查看该包被哪些包依赖
sudo apt-get source package 下载该包的源代码
sudo apt-get clean && sudo apt-get autoclean 清理无用的包
sudo apt-get check 检查是否有损坏的依赖
售前咨询
售后咨询
备案咨询
二维码
TOP