How to install wget on this?
- by Winluser
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)