Re: missing command

2010-09-30 Thread Todd Zullinger
Dave Cross wrote: > $ rpm -q --whatprovides `which GET` > perl-libwww-perl-5.834-1.fc13.noarch Or, for something that works even if you don't have the proper package installed already: $ sudo repoquery --whatprovides '*/GET' perl-libwww-perl-0:5.834-1.fc13.noarch or $ yum provides '*/GET' Loade

Re: missing command

2010-09-30 Thread JD
On 09/30/2010 09:02 AM, theonly.obsid...@gmail.com wrote: > If this comes across as a newbie question...I apologize. i simply > don't know the answer. I recently installed Fedora 13. I'm used to > using "wget" and "GET". When trying to run a few of my old scripts I > found that "wget" and "GET

Re: missing command

2010-09-30 Thread Dave Cross
On 30 September 2010 17:02, wrote: > If this comes across as a newbie question...I apologize. i simply don't know > the answer. I recently installed Fedora 13. I'm used to using "wget" and > "GET". When trying to run a few of my old scripts I found that "wget" and > "GET" were not installed. I wa