Koozali.org: home of the SME Server

wget problem

Offline bcliburn

  • ***
  • 41
  • +0/-0
wget problem
« on: January 18, 2006, 04:37:19 AM »
[root@sme1 ~]# wget
-bash: wget: command not found
[root@sme1 ~]#

Anyone know how this could have happened?
 :-?

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
wget problem
« Reply #1 on: January 18, 2006, 12:55:49 PM »
This command may not be in your path.
To find out ther path, type: whereis wget

[all@canopus ~]$ whereis wget
wget: /usr/bin/wget /usr/share/man/man1/wget.1.gz

In your particular case, try:  /usr/bin/wget
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

Offline bcliburn

  • ***
  • 41
  • +0/-0
wget problem
« Reply #2 on: January 20, 2006, 04:31:41 AM »
I know I am a linux newb but could I have un-installed it without knowing it?

I finnaly tried 'yum install wget' and now it works again... :oops:

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
wget problem
« Reply #3 on: January 20, 2006, 05:06:13 AM »
wget is standard issue on the two systems I just checked, sme 6.01 and sme 7-preRC1. Hard to tell what happened.  To check if an wget is installed, do: rpm -qa | grep wget   . To check all installed rpms, do:  rpm -qa | sort | less and scroll up and down the list. All the best and enjoy SME!
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.