• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

yum install mcrypt?

clinton4

Regular Pleskian
Hi,

I'am trying to install mcrypt by using the command #yum install mcrypt

Here is my prosses log:
[root@server ~]# yum install mcrypt
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Reducing Dag ClamAV RPM to included packages only
Finished
Parsing package install arguments
No Match for argument: mcrypt
Nothing to do

Does anybody know why yum wont insall mcrypt?
 
What if I don't have yum installed?

For PHP you want:

yum install php-mcrypt

or (if you just want the library itself)

yum install libmcrypt

Hi, I'm totally a novice in Linux. I'm have this VPS with Plesk 9 and SSH access. I've Googled up lots of articles to install the mcrypt, then I found that lots of them recommend Atomic, so I did the install for fedora 11. However, when I need to proceed with #yum update and received error "yum: command not found".
Can anyone help me with this please?

Thanks in advance
 
Some VPS providers like to "help you" by removing yum from the system. There is aroutine in the atomic installer to fix that kind of "help" if you're on centos, or rhel.
 
Back
Top