Results 11 to 13 of 13
Originally Posted by loft306
also with the --usepkg or -k argument it will only use a pkg if there is one available ....if none is available then it will use ...
- 05-10-2005 #11Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
But there is also an option "-K" or "--usepkgonly" which only will do something if the package is available in binary format.
Originally Posted by loft306
- 05-10-2005 #12Just Joined!
- Join Date
- Feb 2005
- Location
- Colorado Springs, CO
- Posts
- 8
Thanks everyone
Now I know how to use binaries in Portage. But you were right; no one has one of the most important binaries: kde
I don't mind compiling most packages from source, but I don't pertecularly like having to wait up to 48 hours to compile the essentials.
Oh well, I guess I'll just have to wait.
BTW, how do I do the equivalent of dist-upgrade in Portage? And can I specify to only update with binaries?
Thanks again.
- 05-11-2005 #13Just Joined!
- Join Date
- Jan 2005
- Posts
- 28
The Portage tree is usually updated with rsync, a fast incremental file transfer utility. Updating is fairly simple as the emerge command provides a front-end for rsync:
If you are unable to rsync due to firewall restrictions you can still update your Portage tree by using their daily generated Portage tree snapshots. The emerge-webrsync tool automatically fetches and installs the latest snapshot on your system:Code:# emerge --sync
There you have itCode:# emerge-webrsync
.


Reply With Quote
