| Yum update shows "'module' object has no attribute 'HTTPSHandler'" error |
| Vendor | Redhat |
| Platform | RHEL |
| Version | 5 |
| UNIX / Linux - Redhat / Fedora |
| Thursday, 29 October 2009 15:34 |
|
Below is based on (a true life story...) and RHEL 5. Issue When you try and run a yum update you receive the following error : root@localhost:/$ yum update Solution First of all run the command "rpm -Va python\* yum\*". This will show you all the installed rpms which currently have problems. These dependencies may though also cause other programs/binaries issues as well. root@localhost:/$ rpm -Va python\* yum\* Using the above as an example we would run the following commands to resolve the problem dependencies : root@localhost:/$ rpm -Uvh --force --nodeps /var/cache/yum/*/packages/openssl-0.9.8e-12.el5.i386.rpm Now you should see no issues from the "rpm -Va python\* yum\*" command and be able to run the "yum update" command. Additional Notes If you still receive issues from the output of "rpm -Va python\* yum\*" (Unsatisfied dependencies), you can always try to update the whole of the yum cache via the command "rpm -Uvh --force --nodeps /var/cache/yum/*/packages/*.rpm". As a last resort you can try to uninstall the the the rpm then reinstall via the commands "rpm -ev --nodeps [rpm name].rpm" and then reinstall via the command "rpm -iv --nodeps [rpm name].rpm". |
Latest Articles
- Tool - SSLReport
- Brocade ADX - How to perform an image upgrade
- Cisco ASA reboots/crashes when running the command 'show service-policy interface outside set connection detail'
- Brocade ADX - Persistence
- How to define a port range on a Juniper SRX
- Path MTU Discovery (PMTUD) / Path MTU Black Holes
- Mitigating DoS attacks on a Cisco ASA
- How do I clear the Cisco ASA connection counters ?
- High CPU Usage on a Cisco CSS
- How to clone a MySQL database
- Brocade ADX - Configuring SSL
- Brocade ADX - Content Switching Rewrite
- Joomla - How to add a custom field
- BigIP F5 LTM - How to Create a Sorry Page with Image
- BigIP F5 LTM - TCP Syslog
- Cisco ASA - Traffic blocked when TCP syslog server is unreachable
- Excel - Unable to open file
- Brocade ADX - DoS Protection
- Brocade ADX - LoadBalancing Methods
- Brocade ADX - Healthcheck Elements
Popular
- Proxy ARP – SPLAT
- Check Point Commands
- IPSO - Commands
- ASA 8.3 - How to configure NAT
- vSphere - Creating User and Group Permissions
- PEMU - Free Cisco PIX Firewall Emulator / Simulator
- Juniper Netscreen Commands
- Juniper - NAT Explained
- Configuring Wireless Connectivity within Backtrack 4 r2
- ESX Convertor - The session is not authenticated
- How do I install snmpwalk / snmpget using Yum ?
- Netscreen - NSRP
- ESX - ViClient Cannot connect to host
- Troubleshooting a Netscreen Site 2 Site VPN
- Endpoint Connect Installation / Troubleshooting Guide
- ESXi - Connecting to a named pipe
- Check Point - How to Reset SIC
- ESXi White Box - HP DL140
- DNS / nslookup - How to find the root servers ?
- Netscreen - Routing Basics / Virtual Routers / PBR
