Monday, April 29, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4835  / 2 Years ago, fri, february 25, 2022, 1:14:20

I want to install php5 on my machine and also php5-cli. I want to first install the ordinary php5 package and then php5-cli.



Are there likely to be any conflicts if I do this:



sudo apt-get install php5


followed by this:



sudo apt-get install php5-cli

More From » package-management

 Answers
1

No, there should be no problems at all. If there are, they are unexpected bugs. In fact, you can install both at once:



sudo apt-get install php5 php5-cli


In general, Debian maintainers (and downstream, Ubuntu maintainers) work hard to make sure packages work well with each other. If they do not, they are marked as being in conflict with each other, and apt-get will not let you install both.


[#33365] Saturday, February 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mouedi

Total Points: 420
Total Questions: 109
Total Answers: 116

Location: Philippines
Member since Wed, Aug 19, 2020
4 Years ago
;