Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to download all the tarballs in the portage?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
xmwxd
n00b
n00b


Joined: 17 Sep 2004
Posts: 64

PostPosted: Thu Oct 06, 2005 5:03 am    Post subject: how to download all the tarballs in the portage? Reply with quote

hi, my friends :
one of my computer can not connect to the internet ,I want to install a Gentoo system on it
so I want to download all the tarballs in the portage ,and burn it into DVD .
when I used "
Code:
emerge -f *
" ,it doesn't works .
how can I download all the tarballs ?
thanks
Back to top
View user's profile Send private message
Dlareh
Advocate
Advocate


Joined: 06 Aug 2005
Posts: 2102

PostPosted: Thu Oct 06, 2005 5:14 am    Post subject: Reply with quote

This is ridiculous, there is no way you will ever come close to installing all the software in portage. Run "emerge -fp <pkgspec>" on the internet-less computer to see where the files needed for <pkgspec> can be downloaded from.
_________________
"Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet?
Back to top
View user's profile Send private message
Raftysworld
Apprentice
Apprentice


Joined: 27 Feb 2005
Posts: 236
Location: Snohomish, WA

PostPosted: Thu Oct 06, 2005 5:16 am    Post subject: Reply with quote

Be aware that there are over 20,000 packages in portage... it will never finish, basically. If you want something to do that functionally equivalently, you'd do this, but i HIGHLY dont recommend it... get what you want and thats it.

Code:
# cd /usr/portage
# for x in */*; do emerge --fetchonly ${x}; done

_________________
emerge --info
Portage 2.1.4 (default-linux/x86/dev/2007.1, gcc-4.2.2, glibc-2.7-r1, 2.6.24-gentoo i686)
Back to top
View user's profile Send private message
xmwxd
n00b
n00b


Joined: 17 Sep 2004
Posts: 64

PostPosted: Thu Oct 06, 2005 5:27 am    Post subject: Reply with quote

Raftysworld wrote:
Be aware that there are over 20,000 packages in portage... it will never finish, basically. If you want something to do that functionally equivalently, you'd do this, but i HIGHLY dont recommend it... get what you want and thats it.

Code:
# cd /usr/portage
# for x in */*; do emerge --fetchonly ${x}; done

I will try .thanks
I means :
I have a computer ,It can't connect to the internet .but I want to install a gentoo on it .I have a gentoo-2005.1 livecd ,there is portage-2005.1.tar.gz on the cd .but I didn't have any tarballs ,I want to install many softwares,download one by one will waste much time,So I set ACCEPT_KEYWORDS="x86" ,and want to download all the tarballs in the portage that satisfied this Accept_Keywords.I didn't want to download old tarballs or the Newest tarballs ,I just want the tarballs that emerge can install it ,because my computer can not connect to the internet download any tarballs from a Mirror .So I want to download the tarballs and burn them into a DVD ,just like a "small" Mirror.
Back to top
View user's profile Send private message
Dlareh
Advocate
Advocate


Joined: 06 Aug 2005
Posts: 2102

PostPosted: Thu Oct 06, 2005 6:24 am    Post subject: Reply with quote

But that's what GRP is for, and then you can manually download the few things you need.
_________________
"Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet?
Back to top
View user's profile Send private message
xenoscr
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2003
Posts: 123
Location: Indianapolis, IN

PostPosted: Thu Oct 06, 2005 1:46 pm    Post subject: Reply with quote

Dlareh wrote:
But that's what GRP is for...


Forgive my ignorance. What is GRP?

XeNoSCR
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Thu Oct 06, 2005 1:58 pm    Post subject: Reply with quote

xenoscr wrote:
Dlareh wrote:
But that's what GRP is for...


Forgive my ignorance. What is GRP?

XeNoSCR

Quote:
What is the Gentoo Reference Platform?

The Gentoo Reference Platform, from now on abbreviated to GRP, is a snapshot of prebuilt packages users (that means you!) can install during the installation of Gentoo to speed up the installation process. The GRP consists of all packages required to have a fully functional Gentoo installation. They are not just the ones you need to have a base installation up to speed in no time, but all lengthier builds (such as KDE, xorg-x11, GNOME, OpenOffice, Mozilla, ...) are available as GRP packages too.

From the Gentoo 2005.1 Handbook.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum