How can i offline update glibc?
I have a subscription but can't regist, because firewall policy.
so i downloaded packages glibc, glibc-common
and createrepo
[root@test ~]# yum update glibc Loaded plugins: product-id, rhnplugin, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity This system is not registered with RHN. RHN Satellite or RHN Classic support will be disabled. Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package glibc.x86_64 0:2.12-1.80.el6_3.7 will be updated --> Processing Dependency: glibc = 2.12-1.80.el6_3.7 for package: glibc-common-2.12-1.80.el6_3.7.x86_64 ---> Package glibc.x86_64 0:2.12-1.149.el6_6.4 will be an update --> Processing Dependency: glibc-common = 2.12-1.149.el6_6.4 for package: glibc-2.12-1.149.el6_6.4.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.12-1.149.el6_6.4 will be an update --> Processing Dependency: glibc-common = 2.12-1.149.el6_6.4 for package: glibc-2.12-1.149.el6_6.4.x86_64 ---> Package glibc-common.x86_64 0:2.12-1.80.el6_3.7 will be updated ---> Package glibc-common.x86_64 0:2.12-1.149.el6_6.5 will be an update --> Processing Dependency: glibc = 2.12-1.149.el6_6.5 for package: glibc-common-2.12-1.149.el6_6.5.x86_64 --> Finished Dependency Resolution Error: Package: glibc-common-2.12-1.149.el6_6.5.x86_64 (temp) Requires: glibc = 2.12-1.149.el6_6.5 Removing: glibc-2.12-1.80.el6_3.7.x86_64 (@rhel-x86_64-server-6.3.z) glibc = 2.12-1.80.el6_3.7 Updated By: glibc-2.12-1.149.el6_6.4.x86_64 (temp) glibc = 2.12-1.149.el6_6.4 Error: Package: glibc-2.12-1.149.el6_6.4.x86_64 (temp) Requires: glibc-common = 2.12-1.149.el6_6.4 Removing: glibc-common-2.12-1.80.el6_3.7.x86_64 (@rhel-x86_64-server-6.3.z) glibc-common = 2.12-1.80.el6_3.7 Updated By: glibc-common-2.12-1.149.el6_6.5.x86_64 (temp) glibc-common = 2.12-1.149.el6_6.5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
How can I solve this?
Can I Only
rpm -Uvh --force PACKAGEFILE
this way?
Responses