`
dingji
  • 浏览: 85600 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Ubuntu教育网更新源

阅读更多
教育网,一般使用中科大,上交或者成都电子科技大学的源再加上台湾官方源(可选):
修改你的更新服务器列表。请在终端中执行下面的两条命令:

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup(备份)
sudo gedit /etc/apt/sources.list
粘贴如下内容:

#中国科技大学
deb http://debian.ustc.edu.cn/ubuntu/ gutsy main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ gutsy-backports restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ gutsy-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ gutsy-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ gutsy-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ gutsy main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ gutsy-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ gutsy-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ gutsy-updates main restricted universe multiverse

#上海交通大学
deb http://ftp.sjtu.edu.cn/ubuntu/ hardy main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-security main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu-cn/ hardy main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-security main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

#成都电子科技大学
deb http://ubuntu.uestc.edu.cn/ubuntu hardy main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu hardy-backports main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu hardy-proposed main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu hardy-security main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu hardy-updates main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu hardy main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu hardy-backports main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu hardy-proposed main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu hardy-security main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu hardy-updates main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu-cn hardy main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntustudio hardy main

#台湾官方源
deb http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse

分享到:
评论

相关推荐

    ubuntu8.10的一些源

    ubuntu8.10的一些常用的源,包括教育网的,电信的,网通的。也有官方的源。

    tsinghua的Ubuntu16.04镜像软件源配置文件

    Ubuntu16.04的软件源配置文件,用windows自带的txt记事本就可以打开,在教育网更新源报错可以试试此源,文件名是sources.list.qinghua,其它ubuntu的版本参考此网页替换文本内容即可:...

    ubuntu9.10源

    1. **浙江省教育网镜像** (`http://ubuntu.srt.cn/ubuntu/`): ```bash deb http://ubuntu.srt.cn/ubuntu/ karmic main restricted universe multiverse deb ...

    ubuntu源列表

    下载速度不错的ubuntu源列表,下载速度绝对给力,适合非教育网的朋友更新软件。

    Ubuntu安装NS2

    在这个例子中,使用了网易的Ubuntu 11.04教育网源。这一步骤对于安装新软件和更新现有软件至关重要。 3. **系统更新**: 使用 `sudo apt-get update`、`sudo apt-get upgrade` 和 `sudo apt-get dist-upgrade` 命令...

    Ubuntu8.04安装配置大全

    - 教育网环境推荐使用中国科学技术大学的更新服务器,具体配置如下: ```bash deb http://debian.ustc.edu.cn/ubuntu/ hardy main multiverse restricted universe deb ...

    Ubuntu apt-mirror 镜像同步

    总之,`apt-mirror`在Ubuntu 20.04中的应用是提高系统管理和维护效率的重要手段,特别是对于需要处理大量系统更新和安装的企业环境。通过创建本地镜像,不仅可以节省带宽,还可以减少对远程服务器的依赖,确保软件...

    UBUNTU LINUX教程

    例如,`sudo apt update`用于更新软件源,`sudo apt upgrade`升级所有已安装软件,`sudo apt install <软件名>`安装指定软件。 六、网络与多媒体: Ubuntu支持各种网络连接,包括无线、有线和移动网络。内置的...

    树莓派 Raspberry Pi 5-ubuntu安装

    树莓派Raspberry Pi是一款基于Linux系统的微型计算机,被广泛应用于教育、开发和DIY项目。在使用树莓派之前,我们需要将操作系统安装到SD卡上。本教程将详细介绍如何在Ubuntu系统中进行SD卡的格式化,为树莓派的安装...

    Ubuntu11.10安装教程及设置

    自2004年10月发布第一个版本以来,Ubuntu形成了每六个月更新一次的惯例,不断引入新功能和软件,推动开源操作系统的发展。以下是关于Ubuntu11.10的安装及设置的知识点。 首先,Ubuntu的名称源自非洲的“ubuntu”一...

    ubuntu8.04配置指南

    # 上海市上海交通大学更新服务器(教育网,推荐校园网和网通用户使用): deb http://ftp.sjtu.edu.cn/ubuntu/hardy main multiverse restricted universe deb ...

    VMware安装Ubuntu20(图文教程,超详细).doc

    4.4 更新及安装源的切换 切换安装源,以提高下载速度。 4.4.1 关闭系统更新 关闭系统更新。 4.4.2 切换安装源 切换安装源,以提高下载速度。 通过这个图文教程,你可以轻松地安装 Ubuntu20 并进行一些基本的配置...

    Ubuntu Linux简明安装手册

    Ubuntu不仅适合个人用户,也广泛应用于企业和教育领域。它包含了各种办公应用(如OpenOffice)、图像编辑工具(如GIMP)、网页浏览器(如Firefox)以及媒体播放器(如Totem)等。 - **优势**:Ubuntu是开源且免费的...

    ubuntu安装笔记——part1

    推荐使用中国科学技术大学提供的更新服务器(适用于教育网和网通用户): ```bash sudogedit /etc/apt/sources.list ``` 在文件中添加相应的源地址: ```bash deb ...

    ubuntu learning

    - **版本更新**: Ubuntu 通常每六个月发布一个新版本,并提供长期支持版本(LTS)以满足企业需求。 ##### 2. 安装与配置 - **安装方式**: - 使用 Live CD/USB 进行试用或全新安装。 - 通过网络进行在线安装。 - *...

    ubuntu学习指导

    Ubuntu 操作系统的 MythTV 整合包,专为家庭媒体中心设计。Mythbuntu 提供了一个简单易用的界面来设置和管理 MythTV,让用户能够轻松构建...无论是教育、服务器还是多媒体创作,Ubuntu 都能提供相应的版本满足需求。

    ubuntu 13.04 环境配置

    教育网用户推荐使用USTC(中国科学技术大学)的软件源,因为它们通常具有较快的下载速度。以下是配置USTC软件源的步骤: 1. 备份现有的软件源列表: ``` sudo cp /etc/apt/sources.list /etc/apt/sources.list....

    Ubuntu-Cloner系统备份、恢复、克隆、批量部署

    在Ubuntu环境中,高效地管理操作系统是至关重要的,尤其是对于企业或教育机构等需要多台设备统一配置的场景。下面我们将深入探讨Ubuntu-Cloner在这些方面的作用及其相关知识点。 首先,系统备份是保持数据安全的...

Global site tag (gtag.js) - Google Analytics