Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg-x11 binary install
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
Yuusou
Apprentice
Apprentice


Joined: 18 May 2005
Posts: 178
Location: Canada

PostPosted: Tue Nov 22, 2005 5:36 am    Post subject: xorg-x11 binary install Reply with quote

okay, tell me if this works the way I think it does:

emerge -f xorg-x11

then put it in a directory

export PKGDIR="directory"

emerge --usepkgonly xorg-x11

which then installs the binary package and doesn't compile it...right? Tell me if I'm wrong, but is that how it works? If you're wondering why, it's cause of lacking disk space and I'm not willing to buy a new hd XD It's a complicated story, so don't ask XD. Just tell me if that works the way I think it does XD Thanks
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


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

PostPosted: Tue Nov 22, 2005 7:11 am    Post subject: Reply with quote

No. The emerge -f option grabs the source for that package, not a binary package, and stores it in /usr/portage/distfiles.
(Assuming you haven't altered the standard portage location)

The proper way:

You set PKGDIR in /etc/make.conf. (Normally /usr/portage/packages)

Then you find a binary package, like on the Gentoo Packages CD, and place it in the directory you set PKGDIR to in /etc/make.conf.

Now
Code:
emerge --usepkgonly packagename

should work. (You can replace --usepkgonly with -K, does the same thing, less typing)
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