zoukankan      html  css  js  c++  java
  • ubuntu 添加源

    edit file :  /etc/apt/sources.list

    add:

    deb http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse

    then:

    # apt-get update

    http://www.cnblogs.com/skynext/
  • 相关阅读:
    HTTP 常见状态码
    SpringMVC 入门
    Maven 整合SSH框架
    SSH 框架整合总结
    Maven 整合SSH框架之pom.xml
    Maven 入门
    WebService 综合案例
    CXF 框架
    jQuery高级
    JavaScript补充:BOM(浏览器对象模型)
  • 原文地址:https://www.cnblogs.com/skynext/p/3809361.html
Copyright © 2011-2022 走看看