How to install wget on this?
Posted
by Winluser
on Server Fault
See other posts from Server Fault
or by Winluser
Published on 2010-04-13T02:38:08Z
Indexed on
2010/04/13
2:43 UTC
Read the original article
Hit count: 492
ubuntu-9.10
|wget
I did download RubyStack 2.0.3 for VMWare from
http://bitnami.org/files/stacks/rubystack/2.0-3…
but I cannot download anything on it! It appears that all basic utilities are missing/screwed:
bitnami@linux:/var/tmp$ wget
-bash: wget: command not found
bitnami@linux:/var/tmp$ curl
curl: error while loading shared libraries: libcurl.so.4: cannot open shared obj
ect file: No such file or directory
bitnami@linux:/var/tmp$ man wget
-bash: man: command not found
bitnami@linux:/var/tmp$ sudo apt-get install wget
[sudo] password for bitnami:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package wget
Any ideas how can I download anything on this machine? (I don't have physical access to it)
© Server Fault or respective owner