我的编程空间,编程开发者的网络收藏夹
学习永远不晚

Debian 源列表的实例分析

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

Debian 源列表的实例分析

今天就跟大家聊聊有关Debian 源列表的实例分析,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。

Debian 中无论是系统更新、下载软件等等,都是连接到默认镜像站点。这些站点地址都储存在“软件源列表文件”,简称“源”。这是我的Debian Testing(Squeeze)和Debian Unstable(Sid)的源列表。您需要以管理员权限编辑sources.list。

使用nano编辑:

sudo nano etc/apt/sources.list

使用gedit编辑:

gksu gedit etc/apt/sources.list

使用kwrite编辑:

kdesu kwrite etc/apt/sources.list
  1. # Debian Testing Squeeze Official / Non Official Repository List  

  2. # By PAOLO C. (www.paolocampitelli.com/debian-repository-list)  

  3. # To Disable a repository put a # before repository link.  

  4. # [Last Update: 08/05/2010]  

  5. ### Official Debian Squeeze Repository ###  

  6. deb ftp://ftp.it.debian.org/debian/ testing main contrib non-free  

  7. deb-class="lazy" data-src ftp://ftp.it.debian.org/debian/ testing main contrib non-free  

  8. ### Official Debian Squeeze Security Update ###  

  9. deb http://security.debian.org/ testing/updates main contrib non-free  

  10. ### Debian Volatile (squeeze) ###  

  11. deb http://volatile.debian.org/debian-volatile squeeze/volatile 
    main contrib non-free  

  12. ### Marillat Debian Multimedia ###  

  13. deb http://www.debian-multimedia.org/ testing main  

  14. deb-class="lazy" data-src http://www.debian-multimedia.org/ testing main  

  15. ### Maxer Multimedia (sometimes Down) ###  

  16. # deb http://repos.knio.it/ testing main contrib non-free  

  17. # deb-class="lazy" data-src http://repos.knio.it/ testing main contrib non-free  

  18. ### Unofficial Debian Repository ###  

  19. #deb http://unofficial.debian-maintainers.org/ squeeze main 
    contrib non-free restricted  

  20. #deb-class="lazy" data-src http://unofficial.debian-maintainers.org/ squeeze 
    main contrib non-free restricted  

  21. ### Java LG3D Looking Glass ###  

  22. #deb http://javadesktop.org/lg3d/debian testing contrib  

  23. ### Swiftfox, a Mozilla Firefox i686 Optimized Official Repository ###  

  24. deb http://getswiftfox.com/builds/debian unstable non-free  

  25. ### Skype ###  

  26. deb http://download.skype.com/linux/repos/debian/ stable non-free  

  27. ### Opera Browser ###  

  28. deb http://deb.opera.com/opera/ lenny non-free  

  29. ###Java 6 JRE/SDK (From Official Debian Repository) ###  

  30. deb http://ftp.bononia.it/debian unstable main contrib non-free  

  31. ### Enlightment E17 Official Repository ###  

  32. deb http://edevelop.org/debian/ testing main  

  33. ### InitNG- Next Generation Init Start Repository ###  

  34. #deb http://debian.mawk.org/debian/ binary/  

  35. #deb-class="lazy" data-src http://debian.mawk.org/debian/ source/  

  36. ### eMoviX ###  

  37. deb http://organact.mine.nu/debian unstable/  

  38. ### WxWidget Repository ###  

  39. #deb http://apt.tt-solutions.com/debian/ etch main  

  40. ### TOR ###  

  41. deb http://mirror.noreply.org/pub/tor lenny main  

  42. deb-class="lazy" data-src http://mirror.noreply.org/pub/tor lenny main  

  43. ### VirtualBox ###  

  44. deb http://www.virtualbox.org/debian lenny non-free  

  45. ### Emesene- GTK Msn Client SVN Repository ###  

  46. deb http://apt.emesene.org/ ./  

  47. deb-class="lazy" data-src http://apt.emesene.org/ ./  

  48. ### Google software repository ###  

  49. deb http://dl.google.com/linux/deb/ stable non-free  

  50. ### Wine HQ Repository ###  

  51. deb http://www.lamaresh.net/apt squeeze main  

  52. ### aMule CVS Repository ###  

  53. deb http://www.vollstreckernet.de/debian/ testing amule wx 

# Debian Sid Official / Non Official Repository List  # By PAOLO C. (www.paolocampitelli.com/debian-repository-list)  # To Disable a repository put a # before repository link.  # [Last Update: 08/05/2010]  ### Official Debian Sid Repository ###  deb ftp://ftp.it.debian.org/debian/ sid main contrib non-free  deb-class="lazy" data-src ftp://ftp.it.debian.org/debian/ sid main contrib non-free  ### Official Debian Testing Security Update ###  deb http://security.debian.org/ testing/updates main contrib non-free  ### Marillat Debian Multimedia ###  deb http://www.debian-multimedia.org/ sid main  deb-class="lazy" data-src http://www.debian-multimedia.org/ sid main  ### Maxer Multimedia (sometimes Down) ###  # deb http://repos.knio.it/ unstable main contrib non-free  # deb-class="lazy" data-src http://repos.knio.it/ unstable main contrib non-free  ### Unofficial Debian Repository ###  deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted  deb-class="lazy" data-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted  ### Java LG3D Looking Glass ###  #deb http://javadesktop.org/lg3d/debian unstable contrib  ### Swiftfox, a Mozilla Firefox i686 Optimized Official Repository ###  deb http://getswiftfox.com/builds/debian unstable non-free  ### Skype ###  deb http://download.skype.com/linux/repos/debian/ stable non-free  ### Opera Browser ###  deb http://deb.opera.com/opera/ sid non-free  ###Java 6 JRE/SDK (From Official Debian Repository) ###  deb http://ftp.bononia.it/debian unstable main contrib non-free  ### Enlightment E17 Official Repository ###  deb http://edevelop.org/debian/ unstable main  ### InitNG- Next Generation Init Start Repository ###  #deb http://debian.mawk.org/debian/ binary/  #deb-class="lazy" data-src http://debian.mawk.org/debian/ source/  ### eMoviX ###  #deb http://organact.mine.nu/debian/ unstable/  ### WxWidget Repository ###  #deb http://apt.tt-solutions.com/debian/ etch main  ### TOR ###  deb http://mirror.noreply.org/pub/tor sid main  deb-class="lazy" data-src http://mirror.noreply.org/pub/tor sid main  ### VirtualBox ###  deb http://www.virtualbox.org/debian etch non-free  ### Emesene- GTK Msn Client SVN Repository ###  deb http://apt.emesene.org/ ./  deb-class="lazy" data-src http://apt.emesene.org/ ./  ### Google software repository ###  deb http://dl.google.com/linux/deb/ stable non-free  ### Wine HQ Repository ###  deb http://www.lamaresh.net/apt sid main  ### aMule CVS Repository ###  deb http://www.vollstreckernet.de/debian/ unstable amule wx  ### VLC SVN Repository ###  #deb http://nightlies.videolan.org/build/sid-i386/arch/ ./

看完上述内容,你们对Debian 源列表的实例分析有进一步的了解吗?如果还想了解更多知识或者相关内容,请关注编程网行业资讯频道,感谢大家的支持。

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

Debian 源列表的实例分析

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

Debian 源列表的实例分析

今天就跟大家聊聊有关Debian 源列表的实例分析,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。Debian 中无论是系统更新、下载软件等等,都是连接到默认镜像站点。这些站点地址都储
2023-06-16

python列表案例分析

本篇内容主要讲解“python列表案例分析”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“python列表案例分析”吧!下面要学的是列表:任务1、“千年虫”我来了函数enumerateenumer
2023-06-29

Debian的Netrunner 19.08 “Indigo” 示例分析

Debian的Netrunner 19.08 “Indigo” 示例分析,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法。Netrunner开发团队宣布Netrunner 19
2023-06-05

Python过滤列表用法实例分析

本文实例讲述了Python过滤列表用法。分享给大家供大家参考,具体如下: 过滤列表 [mapping-expression for element in source-list if filter-expression] 以 if 开头的是
2022-06-04

python列表解析式的示例分析

这篇文章给大家分享的是有关python列表解析式的示例分析的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。列表解析式比如我们有一系列水果的名字,存放在fruit列表里,如果我们希望把列表的内容都改成大写,我们可以有
2023-06-27

VB.NET对象列表的示例分析

小编给大家分享一下VB.NET对象列表的示例分析,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!第一步步是要创建一个同用列表,你可以从多种途径获取数据,但是最简单的
2023-06-17

Bootstrap中列表组的示例分析

这篇文章主要介绍了Bootstrap中列表组的示例分析,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。列表组是Bootstrap框架新增的一个组件,可以用来制作列表清单、垂直导
2023-06-14

Android列表对话框用法实例分析

本文实例讲述了Android列表对话框用法。分享给大家供大家参考。具体如下: main.xml布局文件: 2022-06-06

html有序列表的示例分析

小编给大家分享一下html有序列表的示例分析,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!有序列表用数字进行标记。列表始于
    标签。每个列表项始于
2023-06-17

python列表和元组使用实例分析

这篇文章主要讲解了“python列表和元组使用实例分析”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“python列表和元组使用实例分析”吧!前言在我们实际开发中,经常需要将一组数据存储起来,
2023-06-29

Python元素集合的列表切片实例分析

今天小编给大家分享一下Python元素集合的列表切片实例分析的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。一、列表切片(Sl
2023-06-29

Python的队列实例分析

这篇“Python的队列实例分析”文章的知识点大部分人都不太理解,所以小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,下面我们一起来看看这篇“Python的队列实例分析”文章吧。模拟打印机
2023-06-29

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录