Install PHP APC Cache on CentOS 7 using yum
To install APC cache on CentOS 7, run yum install php-pecl-apcu After that, you need to restart the Apache webserver. systemctl restart…
To install APC cache on CentOS 7, run yum install php-pecl-apcu After that, you need to restart the Apache webserver. systemctl restart…
When i did yum update on a CloudLinux server, i get following error error was [Errno 12] Timeout on https://cl-mirror.dewabiz.com/XMLRPC/GET-REQ/cloudlinux-x86_64-server-7/repodata/filelists.xml.gz: (28, ‘Operation…
When installing a package, i get following error Protected multilib versions: 1:systemd-libs-219-78.el7.cloudlinux.i686 != 1:systemd-libs-219-78.el7_9.2.cloudlinux.x86_64 To fix, remove the conflicting package with rpm…
To list all packages available on a specific repo, run yum –disablerepo=”*” –enablerepo=”REPO_NAME_HERE” list available You can get list of all available…
When running yum update on a CentOS server, i get following error. [root@ip-172-30-0-39 ~]# yum update error: rpmdb: BDB0113 Thread/process 12797/46913889995840 failed:…
yum-config-manager allows you to manage yum repositories. To add a repo, run yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo Disable a repository yum-config-manager –disable rpmfusion-free-updates See…
To disable a repository, run yum-config-manager –disable REPO_NAME_HERE To list all enabled repository, run yum repolist
On a CentOS server, when running yum update It failed with following error acl-2.2.51-14.el7.x86_64 is a duplicate with acl-2.2.51-12.el7.x86_64 alt-libcurlssl-7.60.0-1.el7.x86_64 is a…
List all Repositories yum repolist List packages from a specific repo Following command disable all repos and enable EPEL repo. yum list…
Some useful yum commands when installation fails or stopped halfway Red Hat Software Collections (RHSCL) Selectively enable yum repos yum commandsMaybe run:…
When installing CloudLinux alt-php group, i get error. [root@titan ~]# yum groupinstall alt-php Loaded plugins: fastestmirror, rhnplugin, universal-hooks This system is receiving…