You are not logged in.

#1 2009-07-28 15:35:20

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Sizes of the different official repos

I don't know where to dump this so I thought i'd try it here tongue.

Can someone of the devs do a quick du -hs and tell me what the sizes of the three repos are (core, extra, community)? I am planning to do some tinkering and I'd need to mirror the repos for that, but I don't know if 16 GB (my Linode) is gonna be sufficient...

Thanks smile


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#2 2009-07-28 15:40:15

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Sizes of the different official repos

http://www.archlinux.de/?page=PackageStatistics

Total size of repositories    26.23 GByte   
Total size of files            62.33 GByte

i'm not sure how good are.


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-07-28 15:46:40

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,650
Website

Re: Sizes of the different official repos

52M    ./testing/os/i686
62M    ./testing/os/x86_64
371M    ./testing/os/any
5.6G    ./extra/os/i686
5.7G    ./extra/os/x86_64
4.0K    ./extra/os/any
523M    ./kde-unstable/os/i686
530M    ./kde-unstable/os/x86_64
249M    ./kde-unstable/os/any
180M    ./core/os/i686
191M    ./core/os/x86_64
4.0K    ./core/os/any
6.3G    ./community/os/i686
6.3G    ./community/os/x86_64

Offline

#4 2009-07-28 16:07:46

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Sizes of the different official repos

myhost% for i in /var/lib/pacman/sync/*; do echo $i; grep -r CSIZE -A1 -h $i | grep -o "[0-9]*" | awk '{sum+=$1}END{print sum/1024}'; done
/var/lib/pacman/sync/community
6.53853e+06
/var/lib/pacman/sync/core
181204
/var/lib/pacman/sync/extra
5.78137e+06

For i686 repository.
The good news is that it seems to match the real number posted by Allan smile


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2009-07-28 17:29:00

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Sizes of the different official repos

5.6G    ./extra/os/i686
4.0K    ./extra/os/any
180M    ./core/os/i686
4.0K    ./core/os/any
6.3G    ./community/os/i686

That should fit in nicely lol tongue

Thanks Allan!


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#6 2009-07-28 17:50:22

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: Sizes of the different official repos

Hijacking.

How are those statistics from archlinux.de made? Particularly the lowest and highest number of packages installed? And also the "Popular packages per repository"? Am I to understand that .18% of Archlinux installations do not have pacman? Also, is that only for the users who use a specific mirror?

Offline

#7 2009-07-28 19:57:55

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Sizes of the different official repos

majiq wrote:

Hijacking.

How are those statistics from archlinux.de made? Particularly the lowest and highest number of packages installed? And also the "Popular packages per repository"? Am I to understand that .18% of Archlinux installations do not have pacman? Also, is that only for the users who use a specific mirror?

they're done with pkgstats, see http://bbs.archlinux.org/viewtopic.php?pid=445565
Re pacman: some people use pacman-git for example.

Offline

#8 2009-07-28 20:41:53

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Sizes of the different official repos

Snowman wrote:
majiq wrote:

Hijacking.

How are those statistics from archlinux.de made? Particularly the lowest and highest number of packages installed? And also the "Popular packages per repository"? Am I to understand that .18% of Archlinux installations do not have pacman? Also, is that only for the users who use a specific mirror?

they're done with pkgstats, see http://bbs.archlinux.org/viewtopic.php?pid=445565
Re pacman: some people use pacman-git for example.

Hello
Where I can get pacman-git , does he have new  any new funcions?


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#9 2009-07-28 21:24:32

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Sizes of the different official repos

^^
If you need to ask such a question, you do not need to be using pacman-git.


Website - Blog - arch-home
Arch User since March 2005

Offline

#10 2009-07-29 06:26:06

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Sizes of the different official repos

pyther wrote:

^^
If you need to ask such a question, you do not need to be using pacman-git.

Hmm but I can't find it in AUR and I like to try some new things wink
Ok I got it smile

Last edited by SpeedVin (2009-07-29 08:40:27)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

Board footer

Powered by FluxBB