zoukankan      html  css  js  c++  java
  • Ubuntu常用软件源小结

    这两天多次要在Ubuntu上用apt-get安装软件,虽然Tab功能很强大,但是还是经常出现Tab不出来的情况。后来,经过多次尝试,又上网查了查资料,才发现一个坑爹的事实:如果安装Ubuntu时你选择了中国时区,那么系统安好后默认的软件源就是中国的软件源!

    所以,在这里把常用的软件源做个小结,当然,小弟水平有限,希望各位大神加以补充、指正。先说命令格式:

    sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardy main multiverse" 
    其中引号中的为软件源地址。

    在这里再提几个软件源地址: 
    deb http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe

    deb http://archive.canonical.com/ubuntu dapper-commercial main

    deb http://archive.ubuntu.org.cn/ubuntu-cn dapper main universe multiverse restricted

    deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

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

      

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

      

    deb http://static.audacious-media-player.org/ubuntu dapper main

    有了这些可用的软件就多多了~

  • 相关阅读:
    兄弟连学python(1)——MySQL
    运算和运算符相关知识
    关于python中的快捷键
    关于爬虫
    Hello Python
    [ARC101C] Ribbons on Tree
    CF568E Longest Increasing Subsequence
    2021省选游记
    [NEERC2015]Distance on Triangulation
    dp的一些优化
  • 原文地址:https://www.cnblogs.com/airfighter/p/Ubuntu_Softs_Source.html
Copyright © 2011-2022 走看看