CentOS yum-cron updates stability
kos asked: I have a CMS website that I’m taking over hosting that has been set up with CentOS 7.9. It is running on the VM and I want to …
Freedom through Communications
Browsing Tag
kos asked: I have a CMS website that I’m taking over hosting that has been set up with CentOS 7.9. It is running on the VM and I want to …
Newlinux-men asked: I am new to linux . I have to patch a new build server. The server is with hundreds of vulnerability thats why I am told to patch …
BB23850 asked: I am on CentOS8. I am facing similar situation as in this question, tried everything suggest in answers but could not solve. Why I can't install ffmpeg on …
dhiraj asked: I am trying to install the gdal on my centos 8. I tried with following command sudo yum install gdal-libs And it through me following error, Last metadata …
martin asked: I had this problem this morning for both update / upgrade on red hat (Linux 4.18.0-240.1.1.el8_3.x86_64), not sure what to do. Sounds like yum is completely stuck because …
David West asked: I need version 1.17-18.el8 of krb5-workstation. What happened to it? Yesterday all my boxes got updated to 1.18.2-5.el8 and 1.17-18.el8 is no longer available. This is causing …
sheffadmin asked: The rpm command gives every package installed a transaction ID. The transaction ID is a Unix time stamp (number of seconds since January 1, 1970). You can then …
sheffadmin asked: I use the following rpm syntax in order to install few rpm’ syntax that exist under pkgs rpm -ivh –replacefiles –replacepkgs /home/pkgs/*.rpm unfortunately in case of rpm dependencies …
sheffadmin asked: we have rhel 7.6 machines we notice that some specific rpm isn’t installed on the machine the problem is that we not sure if someone remove it by …
TechniCollins asked: I tried to install mysql on centOS following this digital ocean guide. I ran the following commands; wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm md5sum mysql80-community-release-el7-3.noarch.rpm sudo rpm -ivh mysql80-community-release-el7-3.noarch.rpm sudo yum install …