I don't think you mean wget. Wget is a tool for downloading a file from a website.
If you have a package system, then you would use that instead. And the package system knows about dependencies. if you have a debian based system like Ubuntu, then this is called apt-get you can say: apt-get update apt-cache search games | grep gnome apt-get install gnome-games and you will get it all installed for you. Is that what you need? Ron LeVine <[EMAIL PROTECTED]> writes: % Greetings all, % % I am wanting to use wget to install some packages on my computer. How do % I find the repository for using wget? % % It is my impression that wget will not only grab the package that you % are wanting, but also any packages that are dependencies as well. Is % this the case? % % I want to add the Gnome-Games package to my computer and it has about % 3-4 dependencies that I need as well. % % Thanks in advance, % Ron % _______________________________________________ % EUGLUG mailing list % [email protected] % http://www.euglug.org/mailman/listinfo/euglug ----- John Sechrest . Helping people use . computers and the Internet . more effectively . . Internet: [EMAIL PROTECTED] . . http://www.peak.org/~sechrest _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
