I am running 10.10 version.
I install APC as
sudo apt-get install php-apc
It gets APC (3.1.3p1) installed. The latest one is 3.1.10 right now.
How can I update to latest one?
Thanks.
|
I am running 10.10 version. I install APC as
It gets APC (3.1.3p1) installed. The latest one is 3.1.10 right now. How can I update to latest one? Thanks. |
|||
|
|
|
You need to
Assuming you have PEAR/PECL installed (and any other necessary dependencies), this should install APC from that repository, which may be at a higher version than the Ubuntu package,
|
||||
|
|
Since you are running a released version of ubuntu, you shouldn't expect newer upstream versions of software to be released for that version of ubuntu, only security patches to older versions. You can see here that 3.1.10 has been released for a newer release of ubuntu. You can try backporting that version. To backport, first you need to add a deb-src line to sources.list that can download source packages for quantal.
Add only that line to sources.list, do not add a deb line, just deb-src. Then run However, if you go this route (or pretty much any other route which moves you away from the official ubuntu package for your release), you are on your own for security updates to this package. And because of this, you should question whether you really need the newer version, or of you just want it because 10 > 3. |
|||||||||||||
|