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

ARM架构上lubuntu更换源地址

 
阅读更多

 文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址。和sources.list功能一样的是/etc/apt/sources.list.d/*.list(*代表一个文件名,只能由字母、数字、下划线、英文句号组成)。sources.list.d目录下的*.list文件为在单独文件中写入源的地址提供了一种方式,通常用来安装第三方的软件。

 

deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

如上是ubuntu官方sources.list文件内容,具体地含义如下:

 

每一行的开头是deb或者deb-src,分别表示直接通过.deb文件进行安装和通过源文件的方式进行安装。

 

deb或者deb-src字段之后,是一段URL,之后是五个用空格隔开的字符串,分别对应相应的目录结构。在浏览器中输入http://archive.ubuntu.com/ubuntu/,并进入dists目录,可以发现有5个目录和前述sources.list文件中的第三列字段相对应。任选其中一个目录进入,可以看到和sources.list后四列相对应的目录结构。

 

 

遇到 sudo apt-get update出现  错误,说明源不可用了,那么就换一下源就可以了。

 

 

更换方法:

            sudo cp /etc/apt/sources.list  /etc/apt/sources.list.backup  //备份源

            sudo gedit /etc/apt/sources.list    //打开删除其中的内容,加入下面的内容

            #163源

          deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse

          deb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse

          deb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse

          deb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse

          deb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

          deb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse

          deb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse

          deb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse

          deb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse

          deb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

          #sohu源       

         deb http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse

         deb http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse

         deb http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse

         deb http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse

         deb http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse

         deb-src http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse

         deb-src http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse

         deb-src http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse

         deb-src http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse

         deb-src http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse

         #os-china源    

        deb http://mirrors.oschina.net/ubuntu/ trusty main restricted universe multiverse

        deb http://mirrors.oschina.net/ubuntu/ trusty-backports main restricted universe multiverse

        deb http://mirrors.oschina.net/ubuntu/ trusty-proposed main restricted universe multiverse

        deb http://mirrors.oschina.net/ubuntu/ trusty-security main restricted universe multiverse

        deb http://mirrors.oschina.net/ubuntu/ trusty-updates main restricted universe multiverse

        deb-src http://mirrors.oschina.net/ubuntu/ trusty main restricted universe multiverse

        deb-src http://mirrors.oschina.net/ubuntu/ trusty-backports main restricted universe multiverse

        deb-src http://mirrors.oschina.net/ubuntu/ trusty-proposed main restricted universe multiverse

        deb-src http://mirrors.oschina.net/ubuntu/ trusty-security main restricted universe multiverse

        deb-src http://mirrors.oschina.net/ubuntu/ trusty-updates main restricted universe multiverse

       保存之后,用下面的命令使源生效:

        sudo apt-get update

 

 

 

 

分享到:
评论

相关推荐

    Lubuntu 13.04下安装eclipse

    在lubuntu系统下安装配置eclipse,并在桌面形成一个应用快捷方式。

    lubuntu-desktop:Dockerized Lubuntu桌面

    Lubuntu桌面 Dockerized Lubuntu桌面。

    lubuntu一键汉化-综合文档

    Lubuntu一键汉化是针对Lubuntu操作系统的一种便捷的本地化方法,它允许用户快速将系统界面从英文转换为中文,以便于中国用户更好地理解和使用。Lubuntu是Ubuntu的一个轻量级版本,它采用了 LXDE(轻量级X11桌面环境...

    manual:使用Lubuntu操作系统的官方参考书

    Lubuntu手册源代码 这是《 Lubuntu手册》的源代码。 该概念源自。 现在,此数据的主分支位于Lubuntu 18.10+的LXQt上,如果您需要早期版本的代码,则位于LXDE分支上。 对于发行版的每个发行版,请转至该发行版的数字...

    ARM-linux嵌入式开发环境安装参考手册.doc

    针对此类系统进行开发,需要搭建特定的开发环境,本文主要介绍如何在Ubuntu操作系统上配置ARM-Linux的开发环境。 首先,确保你的Ubuntu系统已经安装了必要的基础软件,包括超级终端工具minicom和C/C++编译环境。...

    lubuntu-22.04.3-desktop-amd64.iso.zip

    标题 "lubuntu-22.04.3-desktop-amd64.iso.zip" 提供了有关文件的关键信息,表明这是Lubuntu操作系统的一个ISO镜像文件的压缩版本,具体是Lubuntu 22.04.3 LTS(长期支持版)的桌面版,适用于AMD64(x86_64)架构的...

    ibox4412 Lubuntu14.04 kernel

    ibox4412 Lubuntu14.04 kernel 3.8.13.29,实现odroid-u3的全部功能

    Lubuntu-VirtualBox:Lubuntu Bionic 18.04.5最小和完整虚拟机。 VirtualBox OVA文件分别小于400 MB和1GB

    标题中的"Lubuntu-VirtualBox"指的是使用VirtualBox虚拟化软件运行的Lubuntu操作系统。Lubuntu是一种轻量级的Ubuntu衍生版,它基于Xfce或LXDE...同时,由于Lubuntu的轻量化设计,即使在资源有限的设备上也能顺畅运行。

    suru-plus-dark-lubuntu:Lubuntu用户的深色Suru ++

    适用于Lubuntu 18.04用户的深色第三方Suru图标 基于Sam Hewitt的优雅,现代,甜美的Suru图标 这个新的存储库是为Lubuntu用户设计的,他们希望深色主题以及面板中的24px和26px图标是彩色的。 安装 好消息是,您不再...

    Lubuntu虚拟电脑

    ESP8266_lubuntu 虚拟电脑,直接导入即可

    opencv 3.2.0版本下载.zip

    在这个“opencv 3.2.0版本下载.zip”压缩包中,我们聚焦于在Linux环境下,特别是ARM架构的lUbuntu 16.04系统上配置OpenCV 3.2.0与Python 3.2.0的集成。 首先,安装OpenCV通常需要CMake工具,因为它是构建OpenCV的...

    Lubuntu滚动条「Lubuntu Scrollbars」-crx插件

    使Chrome / Chromium滚动条与Lubuntu相匹配。 这是Lubuntu的官方扩展程序,可让您的Google Chrome或Chromium Web浏览器使用与最新版本的Lubuntu匹配的滚动条。 此扩展不需要任何特殊权限即可运行,并使用纯CSS设置...

    LuxOS:LUbuntu扩展操作系统-开源

    它基于Lubuntu LTS,后者基于LXDE(轻量级X11桌面环境)和Ubuntu / Debian本身。 LuxOS通过许多流行和有用的软件扩展了Lubuntu的功能。 它还适用于硬件规格较低的计算机,例如上网本或较旧的计算机。

    RK3288 系统 Android 和 Lubuntu 技术资料-综合文档

    RK3288 系统 Android 和 Lubuntu 技术资料

    atlas-packer-vagrant-lubuntu:使用 Packer 创建 Lubuntu Vagrant base box

    1. **Packer**:Packer 是一种基础架构即代码(Infrastructure as Code, IaC)工具,它允许用户使用 JSON 配置文件定义不同平台上的虚拟机镜像,如 VMware、VirtualBox 和 AWS AMI。 2. **Vagrant**:Vagrant 提供...

    Lubuntu Scrollbars-crx插件

    这是Lubuntu的官方扩展程序,可让您的Google Chrome或Chromium Web浏览器使用与最新版本的Lubuntu匹配的滚动条。 此扩展不需要任何特殊权限即可运行,并使用纯CSS设置滚动条的样式。 更改日志:版本12.10 *)已更新...

    gFileFinder (gff) File Finder for Linux:gFileFinder 是 LUbuntu 的文件搜索器和查找器-开源

    gFileFinder (gff) 是文件搜索器和查找器 - 针对 LUbuntu(使用 pcmanfm)进行了优化 - 与所有 linux 版本(Ubuntu、Debian 与 nautilus 和 dolphin)一起运行 - Debian 包 - 取决于:Gtk+-3 命令:gff

    linux上安装libpng

    ### Linux上安装libpng库详解 #### 一、引言 在Linux环境下,尤其是CentOS发行版中,安装像libpng这样的图形库是一项常见的任务。libpng是一个用于处理PNG图像格式的强大库,广泛应用于各种软件开发场景中。本文将...

Global site tag (gtag.js) - Google Analytics