热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

debianlenny源列表

debianlenny源列表--Linux发行版技术-Debian信息,下面是详情阅读。
原作:悠乐

下的的debian lenny的源是我自己通过看了网上很多的源列表和源列表的编写方法,写下来的,你可以把里的网址改了就可以了!

deb http://ftp.us.debian.org/debian/ lenny main
deb http://ftp.us.debian.org/debian/ lenny contrib
deb http://ftp.us.debian.org/debian/ lenny non-free
deb http://ftp.us.debian.org/debian/ testing main
deb http://ftp.us.debian.org/debian/ testing contrib
deb http://ftp.us.debian.org/debian/ testing non-free


deb http://ftp.debian.org/debian/ lenny main
deb http://ftp.debian.org/debian/ lenny contrib
deb http://ftp.debian.org/debian/ lenny non-free
deb http://ftp.debian.org/debian/ testing main
deb http://ftp.debian.org/debian/ testing contrib
deb http://ftp.debian.org/debian/ testing non-free


deb http://debian.cn99.com/debian/ lenny main
deb http://debian.cn99.com/debian/ lenny contrib
deb http://debian.cn99.com/debian/ lenny non-free
deb http://debian.cn99.com/debian/ testing main
deb http://debian.cn99.com/debian/ testing contrib
deb http://debian.cn99.com/debian/ testing non-free

deb http://ftp.de.debian.org/debian/ sid main
deb http://ftp.de.debian.org/debian/ sid contrib
deb http://ftp.de.debian.org/debian/ sid non-free

deb http://ftp.debian.org/debian/ stable main
deb http://ftp.debian.org/debian/ stable contrib
deb http://ftp.debian.org/debian/ stable non-free


deb http://ftp.us.debian.org/debian/ sid main
deb http://ftp.us.debian.org/debian/ sid contrib
deb http://ftp.us.debian.org/debian/ sid non-free

deb http://ftp.us.debian.org/debian/ stable-proposed-updates main
deb http://ftp.us.debian.org/debian/ stable-proposed-updates contrib
deb http://ftp.us.debian.org/debian/ stable-proposed-updates non-free

deb http://ftp.us.debian.org/debian/ stable main
deb http://ftp.us.debian.org/debian/ stable contrib
deb http://ftp.us.debian.org/debian/ stable non-free


deb http://ftp.debian.org/debian/ sid main
deb http://ftp.debian.org/debian/ sid contrib
deb http://ftp.debian.org/debian/ sid non-free

deb http://ftp.debian.org/debian/ stable-proposed-updates main
deb http://ftp.debian.org/debian/ stable-proposed-updates contrib
deb http://ftp.debian.org/debian/ stable-proposed-updates non-free

deb http://ftp.debian.org/debian/ stable main
deb http://ftp.debian.org/debian/ stable contrib
deb http://ftp.debian.org/debian/ stable non-free




deb http://debian.cn99.com/debian/ sid main
deb http://debian.cn99.com/debian/ sid contrib
deb http://debian.cn99.com/debian/ sid non-free

deb http://debian.cn99.com/debian/ stable-proposed-updates main
deb http://debian.cn99.com/debian/ stable-proposed-updates contrib
deb http://debian.cn99.com/debian/ stable-proposed-updates non-free
deb http://debian.cn99.com/debian/ stable main
deb http://debian.cn99.com/debian/ stable contrib
deb http://debian.cn99.com/debian/ stable non-free


deb http://ftp.de.debian.org/debian/ lenny main
deb http://ftp.de.debian.org/debian/ lenny contrib
deb http://ftp.de.debian.org/debian/ lenny non-free
deb http://ftp.de.debian.org/debian/ testing main
deb http://ftp.de.debian.org/debian/ testing contrib
deb http://ftp.de.debian.org/debian/ testing non-free

deb http://ftp.de.debian.org/debian/ sid main
deb http://ftp.de.debian.org/debian/ sid contrib
deb http://ftp.de.debian.org/debian/ sid non-free

deb http://ftp.de.debian.org/debian/ stable-proposed-updates main
deb http://ftp.de.debian.org/debian/ stable-proposed-updates contrib
deb http://ftp.de.debian.org/debian/ stable-proposed-updates non-free

deb http://ftp.de.debian.org/debian/ stable main
deb http://ftp.de.debian.org/debian/ stable contrib
deb http://ftp.de.debian.org/debian/ stable non-free



deb http://download.virtualbox.org/virtualbox/debian lenny non-free
deb http://http.us.debian.org/debian/ etch main contrib

deb http://http.us.debian.org/debian/ etch-proposed-updates contrib main
deb http://download.tuxfamily.org/osrdebian unstable compiz-fusion-git

deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.debian.org/debian/ lenny main contrib non-free
deb http://www.debian-multimedia.org/ lenny main
deb-src http://www.debian-multimedia.org/ lenny main
deb http://apt.jenslody.de/ any main
deb-src http://apt.jenslody.de/ any main
deb http://apt.wxwidgets.org/ etch-wx main

下面的是KEY

wget http://download.tuxfamily.org/osrdebian/61B8DB62.gpg -O- | sudo apt-key add -
wget -q http://apt.jenslody.de/jens.asc -O- | sudo apt-key add -
wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
推荐阅读
  • 解决微信电脑版无法刷朋友圈问题:使用安卓远程投屏方案
    在工作期间想要浏览微信和朋友圈却不太方便?虽然微信电脑版目前不支持直接刷朋友圈,但通过远程投屏技术,可以轻松实现在电脑上操作安卓设备的功能。 ... [详细]
  • 本文详细介绍了如何使用 Yii2 的 GridView 组件在列表页面实现数据的直接编辑功能。通过具体的代码示例和步骤,帮助开发者快速掌握这一实用技巧。 ... [详细]
  • 本文介绍如何使用 Sortable.js 库实现元素的拖拽和位置交换功能。Sortable.js 是一个轻量级、无依赖的 JavaScript 库,支持拖拽排序、动画效果和多种插件扩展。通过简单的配置和事件处理,可以轻松实现复杂的功能。 ... [详细]
  • 探讨一个显示数字的故障计算器,它支持两种操作:将当前数字乘以2或减去1。本文将详细介绍如何用最少的操作次数将初始值X转换为目标值Y。 ... [详细]
  • 本文详细介绍了Java编程语言中的核心概念和常见面试问题,包括集合类、数据结构、线程处理、Java虚拟机(JVM)、HTTP协议以及Git操作等方面的内容。通过深入分析每个主题,帮助读者更好地理解Java的关键特性和最佳实践。 ... [详细]
  • Android LED 数字字体的应用与实现
    本文介绍了一种适用于 Android 应用的 LED 数字字体(digital font),并详细描述了其在 UI 设计中的应用场景及其实现方法。这种字体常用于视频、广告倒计时等场景,能够增强视觉效果。 ... [详细]
  • RecyclerView初步学习(一)
    RecyclerView初步学习(一)ReCyclerView提供了一种插件式的编程模式,除了提供ViewHolder缓存模式,还可以自定义动画,分割符,布局样式,相比于传统的ListVi ... [详细]
  • 扫描线三巨头 hdu1928hdu 1255  hdu 1542 [POJ 1151]
    学习链接:http:blog.csdn.netlwt36articledetails48908031学习扫描线主要学习的是一种扫描的思想,后期可以求解很 ... [详细]
  • 本文详细介绍了如何在 Spring Boot 应用中通过 @PropertySource 注解读取非默认配置文件,包括配置文件的创建、映射类的设计以及确保 Spring 容器能够正确加载这些配置的方法。 ... [详细]
  • This document outlines the recommended naming conventions for HTML attributes in Fast Components, focusing on readability and consistency with existing standards. ... [详细]
  • 本文详细介绍了Java中org.w3c.dom.Text类的splitText()方法,通过多个代码示例展示了其实际应用。该方法用于将文本节点在指定位置拆分为两个节点,并保持在文档树中。 ... [详细]
  • 本文详细介绍了 Apache Jena 库中的 Txn.executeWrite 方法,通过多个实际代码示例展示了其在不同场景下的应用,帮助开发者更好地理解和使用该方法。 ... [详细]
  • 在现代网络环境中,两台计算机之间的文件传输需求日益增长。传统的FTP和SSH方式虽然有效,但其配置复杂、步骤繁琐,难以满足快速且安全的传输需求。本文将介绍一种基于Go语言开发的新一代文件传输工具——Croc,它不仅简化了操作流程,还提供了强大的加密和跨平台支持。 ... [详细]
  • 题目Link题目学习link1题目学习link2题目学习link3%%%受益匪浅!-----&# ... [详细]
  • 网络运维工程师负责确保企业IT基础设施的稳定运行,保障业务连续性和数据安全。他们需要具备多种技能,包括搭建和维护网络环境、监控系统性能、处理突发事件等。本文将探讨网络运维工程师的职业前景及其平均薪酬水平。 ... [详细]
author-avatar
手机用户2602927443
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有