Search This Blog

Labels

adobe (1) android (3) apache (3) aviation (1) bash (2) chrome (2) composer (1) cookery (3) dev (2) dodanperks (1) extensions (1) facebook (2) firefox (1) git (2) grafana (1) guzzle (1) headaches (11) htaccess (1) html5 (2) jquery (2) lamp (1) life hacks (10) linux (28) mysqli (2) native (1) opera (2) php (10) railfanning (1) reactjs (3) reactnative (1) servers (11) sinhala (1) smartphones (2) snap (1) sound (1) tech (22) troubleshoots (4) ubuntu (29) unicode (4) virtualbox (1) wamp (2) web (11) windows (4) wordpress (3) youtube (2) කෑම (3)

Monday, 3 November 2014

Solution to package 'php5-curl' has no installation candidate

Solution to this issue arise when you're going to install php5-curl in ubuntu 14.04 Trusty Tahr with
sudo apt-get install php5-curl
is adding a repository that containing php5-curl.

Ondřej Surý's php5 repository is coming to your help now.
https://launchpad.net/~ondrej/+archive/ubuntu/php5

Add Ondrej's repository to your system by
sudo add-apt-repository ppa:ondrej/php5
And then run a update
sudo apt-get update
then you can intall php5-curl
sudo apt-get install php5-curl
run apache restart to make sure your server is working fine with php5-curl
sudo service apache2 restart

No comments:

Post a Comment