Raspbian Repository
The Raspbian repository is the entire set of Raspbian packages organized in a special on-line directory tree which can be used to install thousands of additional software packages on your Raspberry Pi.
The master Raspbian repository can be found at the following link:
Mirrors of the Raspbian repository that may be more suitable for users in different geographic locations can be found here.
Repository sources.list File
The /etc/apt/sources.list file contains the information needed to install additional software packages on your Raspberry Pi from the Raspbian repository. This file should contain the following information:
- deb http://archive.raspbian.org/raspbian wheezy main contrib non-free deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free 
If needed, the Raspbian public key can be stored into your apt-get keyring using the following command:
- wget http://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key add - 
Repository Bandwidth
Bandwidth statistics of the Raspbian repository can be found here.
'OS' 카테고리의 다른 글
| cent os 5,6 version 설치 (0) | 2014.03.21 | 
|---|---|
| BackTrack on ARMv6 (0) | 2013.08.23 | 
| 우분투에서 Android Linaro 빌드하기 (0) | 2013.08.08 | 
| UBUNTU 버전확인 (0) | 2013.08.05 | 
| 우분투 jdk 설치 (0) | 2013.07.14 |