Ubuntu软件源、pip源大全,国内网站网址,阿里云、网易163、搜狐、华为、清华、北大、中科大、上交、山大、吉大、哈工大、兰大、北理、浙大

文章目录

一、企业镜像源

1、阿里云

网址:https://developer.aliyun.com/mirror/

选择ubuntu

然后会找到软件源的网址

2、网易163

网址:http://mirrors.163.com/

ubuntu帮助地址:http://mirrors.163.com/.help/ubuntu.html

里面会找到换源的网址

3、搜狐镜像

http://mirrors.sohu.com/

4、华为

https://mirrors.huaweicloud.com/home

二:高校镜像源

1、清华源

网址:https://mirrors.tuna.tsinghua.edu.cn/

ubuntu帮助地址:https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
然后会找到软件源的网址

2、北京大学

https://mirrors.bupt.edu.cn/

使用帮助:https://mirrors.bupt.edu.cn/help/ubuntu/

3、中国科学技术大学源 (USTC)

网址:http://mirrors.ustc.edu.cn/
ubuntu帮助地址:http://mirrors.ustc.edu.cn/help/ubuntu.html
里面会找到换源的网址

4、 上海交通大学

https://mirror.sjtu.edu.cn/

ubuntu换源网址:https://mirror.sjtu.edu.cn/docs/ubuntu

5、山东大学

https://mirrors.sdu.edu.cn/#/home

ubuntu帮助网址:https://help.mirrors.cernet.edu.cn/ubuntu/?mirror=SDU

6、 吉林大学开源镜像站

https://mirrors.jlu.edu.cn/
帮助文档网址:https://mirrors.jlu.edu.cn/_docs/

7、 哈尔滨工业大学开源镜像站

https://mirrors.hit.edu.cn/#/home
ubuntu帮助地址:https://mirrors.hit.edu.cn/#/doc/ubuntu

8、 西安交通大学软件镜像站

https://mirrors.xjtu.edu.cn/

9、 兰州大学

网址:http://mirror.lzu.edu.cn/
ubuntu帮助网址:http://mirror.lzu.edu.cn/help/#/docs/ubuntu

10、 北京理工

网址:http://mirror.bit.edu.cn/web/

帮助网址没有找到

11、 浙江大学

网址:http://mirrors.zju.edu.cn/
ubuntu网址:http://mirrors.zju.edu.cn/docs/ubuntu/
里面可以找到换源网址

三: pip镜像源

1、清华镜像源

https://pypi.tuna.tsinghua.edu.cn/simple

2、豆瓣镜像源

http://pypi.douban.com/simple/

3、阿里镜像源

http://mirrors.aliyun.com/pypi/simple/

4、中国科学技术大学

http://pypi.mirrors.ustc.edu.cn/simple/

5、中国科技大学

https://pypi.mirrors.ustc.edu.cn/simple/ ## 6、中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/ ## 7、华中理工大学 http://pypi.hustunique.com/ ## 8、山东理工大学 http://pypi.sdutlinux.org/ 参考文章: (1)[Ubuntu20.04更换国内下载源和pip国内源+安装Anaconda+pycharm](https://blog.csdn.net/Bluemoon17/article/details/127204209) 网址:https://blog.csdn.net/Bluemoon17/article/details/127204209 (2)[ubuntu 更换系统软件源 和 pip源](https://blog.csdn.net/weixin_39715012/article/details/120635192) 网址:https://blog.csdn.net/weixin_39715012/article/details/120635192 (3)[Ubuntu系统镜像下载,国内镜像站大全(山大/清华/阿里/浙大/中科大...)](https://blog.csdn.net/weixin_45498383/article/details/131047312) 网址:https://blog.csdn.net/weixin_45498383/article/details/131047312

相关推荐
码路飞6 小时前
写了个 AI 聊天页面,被 5 种流式格式折腾了一整天 😭
javascript·python
曲幽8 小时前
FastAPI压力测试实战:Locust模拟真实用户并发及优化建议
python·fastapi·web·locust·asyncio·test·uvicorn·workers
敏编程13 小时前
一天一个Python库:jsonschema - JSON 数据验证利器
python
前端付豪13 小时前
LangChain记忆:通过Memory记住上次的对话细节
人工智能·python·langchain
程序员打怪兽13 小时前
详解Visual Transformer (ViT)网络模型
深度学习
databook13 小时前
ManimCE v0.20.1 发布:LaTeX 渲染修复与动画稳定性提升
python·动效
花酒锄作田1 天前
使用 pkgutil 实现动态插件系统
python
前端付豪1 天前
LangChain链 写一篇完美推文?用SequencialChain链接不同的组件
人工智能·python·langchain
曲幽1 天前
FastAPI实战:打造本地文生图接口,ollama+diffusers让AI绘画更听话
python·fastapi·web·cors·diffusers·lcm·ollama·dreamshaper8·txt2img
老赵全栈实战1 天前
Pydantic配置管理最佳实践(一)
python