Problem with uninstall opcache

Hello everyone :wave:

I am testing the Cyber Panel and have a problem. The environment I will be working with requires PHP 8.1 without opcache. So I looked in the panel for PHP extensions for version 8.1 and found an option to uninstall opcache.
The problem is that after this action, pages using this version of PHP stop working (404 error). Moreover, even when I reinstall opcache this problem does not disappear.

You can see it in the video: opcache

Clean Cyber Panel installation without any modifications or tuning. All running on Vultr and Ubuntu 22.04

Anyone has an idea why this is happening? I can install and uninstall other extensions without a problem. Only the one I need to get rid of is causing problems.

Greetings and thank you for your reply

I found the answer to this question. When I remove the opcache extension is removed along with it the lsphp81 extension.

The following packages will be REMOVED:
lsphp81 lsphp81-opcache

When I then try to install lsphp81, opcache is automatically installed too

Is there a way to uninstall the opcache extension only?