Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]Too much to read from emerge -pf
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
JoeR410
n00b
n00b


Joined: 14 Sep 2005
Posts: 28
Location: Burke, VA

PostPosted: Thu Sep 15, 2005 8:50 pm    Post subject: [solved]Too much to read from emerge -pf Reply with quote

I want to be able to manually DL the files that will be listed off when I execute
Code:
emerge -pf kde
but unfortunately the list is too massive to be read. And, when I try to add
Code:
emerge -pf kde | less
it still can't read it. Any solutions?

Last edited by JoeR410 on Thu Sep 15, 2005 9:33 pm; edited 1 time in total
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Thu Sep 15, 2005 9:08 pm    Post subject: Reply with quote

In what way is it too massive? Too many lines so your terminal scrolls? If so, then emerge -pf | less should do it (although you can also scroll virtual consoles by doing ctrl+pageup/pagedown). The best way is to do this:
Code:

$ emerge -pf kde 2>&1 >/dev/null | tr ' ' '\n' >downloads.txt
$ wget -i downloads.txt

This will dump the list of files to downloads.txt and then tell wget to download all the files. Of course, omit the wget step if you don't like it and use the list in downloads.txt yourself.
Back to top
View user's profile Send private message
JoeR410
n00b
n00b


Joined: 14 Sep 2005
Posts: 28
Location: Burke, VA

PostPosted: Thu Sep 15, 2005 9:32 pm    Post subject: Reply with quote

Thanks, that did the trick.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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