CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 4425|回复: 1

分享我在用的源

[复制链接]
发表于 2013-9-8 08:43:44 | 显示全部楼层 |阅读模式
sudo apt-get update
sudo apt-get install vim

tom的源:里面的软件包,有 sunxi-tools, u-boot-tools, linux-headers-sunxi-sun4i 等软件包
sudo vim /etc/apt/sources.list.d/sunxi.list,复制下面内容:
# Sunxi packages
deb http://dl.linux-sunxi.org/users/tom/ubuntu all main
deb-src http://dl.linux-sunxi.org/users/tom/ubuntu all main

163的源:
sudo vim /etc/apt/sources.list.d/163.list,复制下面内容
# 网易163更新服务器:
deb http://mirrors.163.com/debian/ wheezy main non-free contrib
deb-src http://mirrors.163.com/debian/ wheezy main non-free contrib
# 推荐更新
deb http://mirrors.163.com/debian wheezy-updates main contrib non-free
deb-src http://mirrors.163.com/debian wheezy-updates main contrib non-free
# 建议更新
deb http://mirrors.163.com/debian/ wheezy-proposed-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ wheezy-proposed-updates main non-free contrib
# 安全更新
deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free

中国源:
sudo vim /etc/apt/sources.list.d/china.list,复制下面内容
## china  
deb http://ftp.cn.debian.org/debian/ wheezy main contrib non-free  
deb-src http://ftp.cn.debian.org/debian/ wheezy main contrib non-free  

deb http://ftp.cn.debian.org/debian/ wheezy-proposed-updates main contrib non-free  
deb-src http://ftp.cn.debian.org/debian/ wheezy-proposed-updates main contrib non-free  

deb http://ftp.cn.debian.org/debian/ wheezy-backports main contrib non-free  
deb-src http://ftp.cn.debian.org/debian/ wheezy-backports main contrib non-free  

other:
sudo vim /etc/apt/sources.list.d/other.list,复制下面内容
# debian security updates  
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free  

# multimedia  
deb http://deb-multimedia.org wheezy main non-free


sudo apt-get clean
sudo apt-get update

# 安装公钥
apt-get install debian-archive-keyring

回复

使用道具 举报

发表于 2013-9-8 09:39:35 | 显示全部楼层
谢谢分享,支持楼主!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-11-23 12:53 , Processed in 0.021695 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部