Install PHP cURL on Amazon EC2 Micro Instance -


I need to install PHP curl on my Amazon EC2 micro installation.

I need a terminal Code found, which should be able to install PHP curl through cyst.

  install sudo apt-get php5-curl   

but I get many 403 prohibited errors

I'm not good with Linux so I did not really understand what these errors meant.

This is a screenshot of all errors

403 The source is from the repository,

Try

  sudo-apt-get update   

before installing If it still does not fix it, then add these lines to /etc/apt/sources.list

  deb http://us.archive.ubuntu.com/ubuntu Clear major multi-level Universe Deb http://us.archive.ubuntu.com/ubuntu Lucid-Security Multi Broadband Burger Debit http://us.archive.ubuntu.com/ubuntu lucid-updates Main Universe Universe    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -