zoukankan      html  css  js  c++  java
  • Ubuntu 13.10 软件更新源列表

    最近在Ubuntu安装SSH服务,运行sudo apt-get install openssh-server时报错提示源列表中无对应的包。经过在网上搜索,需要更新源列表。

    1. 备份Ubuntu 13.10源列表

    sudo cp /etc/apt/sources.list /etc/apt/sources.list.old

    1. 将以下内容添加到sources.list中

    #网易的源(163源,无论是不是教育网,速度都很快)

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

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

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

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

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

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

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

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

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

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

     

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

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

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

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

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

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

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

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

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

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

     

    1. sudo apt-getupdate

        

  • 相关阅读:
    linux 内核升级
    maven 热部署至tomcat
    Executor多线程框架使用
    数据库中的一些连接
    Ajax传统操作
    第三篇、简单的图片下载器
    第二篇、通过蓝牙连接外设
    第一篇、实现上拉和下拉刷新
    解决Git报错:The current branch is not configured for pull No value for key branch.master.merge found in configuration
    Spark核心概念
  • 原文地址:https://www.cnblogs.com/guangwei/p/3624414.html
Copyright © 2011-2022 走看看