emerge -pv --newuse --columns package
to see what must be downloaded (dependencies if any to the package)
emerge -fv --newuse --columns package
to fetch it (download)
emerge -v --newuse --columns package
to compile your downloaded package
On 9/30/05, vikram ranade <ranade.vikram@gmail.com> wrote:
Quick question....
I looked in the emerge man pages but i cant seem to figure out how to download all the packages using emerge and then compile them
is there some parameter that i can use?
emerge <download first parameter> <package>
?
or do i have to mess with the make.conf file?
Thanks!
regards,
Vikram