Rocky linux install php 8.1

#1
Hello. I'm trying to install like this

yum install epel-release
yum install lsphp81 lsphp81-common lsphp81-mysql lsphp81-gd lsphp81-process lsphp81-mbstring lsphp81-xml lsphp81-mcrypt lsphp81-pdo lsphp81-imap lsphp81-soap lsphp81-bcmath
ln -sf /usr/local/lsws/lsphp81/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp5

But I get this

No match for argument: lsphp81-mysql
No match for argument: lsphp81-mcrypt

Maybe such that in version 8 there are no these packages and they should not be installed?
 
Top