Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 7652  / 2 Years ago, mon, may 23, 2022, 2:30:41

I have ubuntu 14.04 LTS(32bit). I want to install php5.5. I installed apache server and I see default apache server index page on localhost correctly.
But, when I try to install php5 with apt-get install php5, I get error for unmet dependencies.



Also I try : apt-get install lamp-server^ But I get this error:



The following packages have unmet dependencies:
php5-json : Depends: phpapi-20121212+lfs
E: Unable to correct problems, you have held broken packages.


Any idea?


More From » apache2

 Answers
7

Try this



sudo apt-get install tasksel


After installation invoke taskel from terminal



sudo tasksel install lamp-server


follow this link



http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/


[#25832] Monday, May 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ardingiba

Total Points: 497
Total Questions: 95
Total Answers: 109

Location: Gabon
Member since Sat, Jan 15, 2022
2 Years ago
;