I'm new in Linux and have the basic experience with Ubuntu and install LAMP Server. I've successfully installed all using the "apt-get install" method. My problem is I want to update PHP 5.3.2 to PHP 5.3.10. It is possible to do that? TIA!
Try this
>> sudo apt-get update
>> sudo apt-get install php5-cli
>> sudo /etc/init.d/apache2 restart
I don't think there is any repostory based solution for this as of yet. Instead you could use the packages from this post, to install it in Ubuntu 10.04. http://thejibe.com/blog/10/5/php-5210-debs-ubuntu-104-lucid