wget not available on AWS EC2 (Bitnami)

Viewed 6163

I'm currently running a Bitnami Wordpress AMI on an EC2 instance (micro). When I connect to the machine via SSH and I try to execute wget I get the message command not found.

I tried to install it using apt-get but it's not available either. How can I install it?

1 Answers

For Amazon Linux the command is:

sudo yum install wget
Related