Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How can i install stuff without using emerge?
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
Aner
n00b
n00b


Joined: 10 May 2003
Posts: 35
Location: Israel

PostPosted: Mon Jun 23, 2003 7:23 pm    Post subject: How can i install stuff without using emerge? Reply with quote

what i'm trying to do is this:
first, to download the package/s that i want and theire dependencies (i wrote it correctly?:)). and then, when i'm offline...to install them...how can i do it?

*the reason for this is that i can't let my computer be online much time downloading packages without my supervising->sitting in front of the screen.
_________________
[img:aa24b4ae61]http://members.lycos.co.uk/aner/aner.gif[/img:aa24b4ae61]
Back to top
View user's profile Send private message
Senso
Apprentice
Apprentice


Joined: 17 Jun 2003
Posts: 250
Location: Montreal, Quebec

PostPosted: Mon Jun 23, 2003 7:32 pm    Post subject: Reply with quote

Code:
emerge -f <package>


Or replace -f with --fetchonly. This is gonna download all the necessary files (including deps) in one bunch. You can now disconnect and install everything.
Back to top
View user's profile Send private message
puggy
Bodhisattva
Bodhisattva


Joined: 28 Feb 2003
Posts: 1992
Location: Oxford, UK

PostPosted: Mon Jun 23, 2003 7:33 pm    Post subject: Reply with quote

I think you want
Code:
emerge -f packagename

this will just download the distfiles and not install them.
Then when you do an
Code:
emrege packagename

it will see it already has the distfiles, and proceed from there.

Puggy
_________________
Where there's open source , there's a way.
Back to top
View user's profile Send private message
Aner
n00b
n00b


Joined: 10 May 2003
Posts: 35
Location: Israel

PostPosted: Mon Jun 23, 2003 7:52 pm    Post subject: thanks Reply with quote

thanks :D
_________________
[img:aa24b4ae61]http://members.lycos.co.uk/aner/aner.gif[/img:aa24b4ae61]
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