欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

【转载】Debian(包括Ubuntu等使用deb包的发行版)源的格式

程序员文章站 2022-06-01 16:08:59
...

下边是一个典型的ubuntu中的软件源的条目:
deb  http://archive.ubuntu.com/ubuntu  maverick-updates restricted main
deb-src  http://archive.ubuntu.com/ubuntu  maverick-updates restricted multiverse universe main

后边的都是什么意思呢?

 

转载自: http://www.debsir.org/main/?q=node/92

 

 

1、添加本地源

      本地资源目录格式:
【转载】Debian(包括Ubuntu等使用deb包的发行版)源的格式
            
    
    博客分类: Linux&BSD使用 linuxdebianubuntudeb源 

2、添加网络源

     网络资源目录格式:
【转载】Debian(包括Ubuntu等使用deb包的发行版)源的格式
            
    
    博客分类: Linux&BSD使用 linuxdebianubuntudeb源 

 

 

 

----------EOF----------