• Webconn Technology
    • GPU Server
      • Dedicated GPU Servers with NVIDIA RTX/A100 GPUs for accelerated AI training, rendering, and scientific computing. Features CUDA cores, 24GB-141GB VRAM, and parallel processing. Pre-configured with TensorFlow/PyTorch.

      • nvidia rtx A6000
    • Dedicated Server
      • Experience blazing-fast speeds & ironclad security with your own dedicated server. No shared resources. Fully customizable plans for gaming, e-commerce, and big data. Start now!

      • datacenter
    • Shared Hosting
      • Get user-friendly DirectAdmin shared hosting for your website. Enjoy an intuitive control panel, one-click app installs, and reliable performance. Perfect for blogs, small business sites, and portfolios.

      • shared hosting web
    • Domains
      • Search and register the perfect domain name for your website. Get a memorable .com, .net, .org or niche TLD to start building your brand online. Includes free privacy protection.

    • VPS
      • Experience the power of a dedicated server without the high cost. Our VPS hosting guarantees CPU, RAM, and storage for your site, ensuring optimal performance and stability.

      • data center
  • Blog
  • Dashboard

YUM Error: [Errno 14] yum fails with HTTP/HTTPS Error 404

yum

When trying to install/update packages using yum on the client-server, it is failing with the below errors.

[Errno 14] HTTP Error 404: Status 404
[Errno 14] HTTPS Error 404 - Not Found
[Errno 14] HTTP Error 404: Not Found

This problem typically happens when a client system can communicate with a server but is unable to locate or access the requested package on the server.

  • Try to clear the cache on the client machine to see whether this problem is caused by a corrupted cache as follows.

rm -fr /var/cache/yum/*
yum clean all

  • If the previous steps don’t work, try removing or commenting out the following line in /etc/yum.conf and clearing the yum cache once more.

distroverpkg=redhat-release

  • Check the yum repository and install the package.
  • Check for yum check-update output

Comments

Leave a Reply