I have PHP 5.3 installed on an Ubuntu Server using the Debian packages.

I've just run the commands apt-get update and apt-get upgrade - the latter wishes to upgrade certain PHP5 related packages "without verification".

If I let it, will this downgrade my PHP 5.3 installation down to PHP 5.2?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If I let it, will this downgrade my PHP 5.3 installation down to PHP 5.2? No, because the installed version is newer. You may hold packages:

sudo echo "package_name" hold | sudo dpkg --set-selections
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.