AlmaLinux 8 पर GPG check FAILED error कैसे ठीक करें


AlmaLinux 8 पर GPG check FAILED error package installation और updates को रोक सकता है। नीचे RPM database, repository key और SELinux settings verify करने के steps हैं।

पूर्व आवश्यकताएँ

  • AlmaLinux 8 server पर root privileges
  • SSH access

चरण 1: RPM installation verify करें

sudo rpm --verify rpm

चरण 2: RPM database rebuild करें

sudo rpm --rebuilddb

चरण 3: YUM cache साफ़ करें

sudo yum clean all

चरण 4: GPG check अस्थायी रूप से disable करें

/etc/yum.repos.d/almalinux.repo में troubleshooting के लिए अस्थायी रूप से gpgcheck=0 set करें।

चरण 5: AlmaLinux GPG key import करें

curl -o ~/RPM-GPG-KEY-AlmaLinux https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
sudo rpm --import ~/RPM-GPG-KEY-AlmaLinux

चरण 6: SELinux status देखें

sestatus

चरण 7: SELinux enforcement अस्थायी रूप से बंद करें

sudo setenforce 0

Error resolve होने के बाद security बनाए रखने के लिए GPG check और SELinux enforcement को फिर से enable करें।

  • error gpg check failed, error gpg check failed jenkins, error gpg check failed almalinux, error gpg check failed rhel 8, yum gpg check failed, error gpg check failed centos 8, error gpg check failed mysql, error gpg check failed while installing jenkins, error gpg check failed rocky linux, gpg check failed, gpg check failed almalinux 8, almalinux gpg check failed
  • 0 क्या यह लेख उपयोगी था?
क्या यह उत्तर उपयोगी था?

संबंधित लेख

AlmaLinux 8 पर cPanel कैसे इंस्टॉल करें

AlmaLinux 8 पर cPanel install करने के लिए fresh server, root access और सही hostname आवश्यक है।...

AlmaLinux 8 पर Softaculous कैसे इंस्टॉल करें

Softaculous cPanel/WHM के साथ integrate होकर web applications install और manage करना आसान...