zoukankan      html  css  js  c++  java
  • linux apt-get 源配置

    linux中apt-get不能使用可能因为源不对,需要修改/etc/apt下的sources.list文件


    apt-get源网上有很多,但是试了很多都不能用,以下提供一个我自己这边使用成功的源:


    deb http://cn.archive.ubuntu.com/ubuntu/ lucid main restricted
    deb-src http://cn.archive.ubuntu.com/ubuntu/ lucid main restricted
    deb http://cn.archive.ubuntu.com/ubuntu// lucid-updates main restricted
    deb-src http://cn.archive.ubuntu.com/ubuntu// lucid-updates main restricted
    deb http://cn.archive.ubuntu.com/ubuntu/ lucid universe
    deb-src http://cn.archive.ubuntu.com/ubuntu/ lucid universe
    deb http://cn.archive.ubuntu.com/ubuntu/ lucid-updates universe
    deb-src http://cn.archive.ubuntu.com/ubuntu/ lucid-updates universe
    deb http://cn.archive.ubuntu.com/ubuntu/ lucid multiverse
    deb-src  http://cn.archive.ubuntu.com/ubuntu/ lucid multiverse
    deb http://cn.archive.ubuntu.comm/ubuntu/ lucid-updates multiverse
    deb-src http://cn.archive.ubuntu.comm/ubuntu/ lucid-updates multiverse
    deb http://security.ubuntu.com/ubuntu lucid-security main restricted
    deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
    deb http://security.ubuntu.com/ubuntu lucid-security universe
    deb-src  http://security.ubuntu.com/ubuntu lucid-security universe
    deb http://security.ubuntu.com/ubuntu lucid-security multiverse
    deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

  • 相关阅读:
    Python里的目录方法
    PythonFile对象的属性
    Python read和write方法
    Python打开和关闭文件
    Python打印到屏幕_读取键盘输入
    Python包
    Python globals和locals函数_reload函数
    Python dir( )函数
    【C 语言】一元二次方程
    【C语言】已知三角形三边长,求三角形面积
  • 原文地址:https://www.cnblogs.com/jiangu66/p/3167676.html
Copyright © 2011-2022 走看看