How to uninstall APC in Ubuntu?
Simply run the following command to remove the APC from your Ubuntu:
apt-get remove --purge php-apc
Code language: JavaScript (javascript)
HTML, CSS and JavaScript
How to uninstall APC in Ubuntu?
Simply run the following command to remove the APC from your Ubuntu:
apt-get remove --purge php-apc
Code language: JavaScript (javascript)