Re: Need help fixing a problem
"Fajar A. Nugraha" <[email protected]> Tue, 30 Oct 2012 13:27:35 +0700
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <CAG1y0sfMJQRj3pMjBEna13cEzqvoV9Cf-kpPT7u0mje7Dg6taA@mail.gmail.com> |
On Tue, Oct 30, 2012 at 10:22 AM, Vince Radice <[email protected]> wrote: > Is there some way of telling yum to ignore the error I am having and install > the updates anyway? From the error message you pasted: " ...you can also use --setopt=protected_multilib=false " :D Personally, as a last resort, I'd just download these packages manually (wget, yum-downloader, whatever): glib2.i686 2.32.4-2.fc17 updates glib2.x86_64 2.32.4-2.fc17 updates glib2-devel.i686 2.32.4-2.fc17 updates glib2-devel.x86_64 2.32.4-2.fc17 updates ... and install them using "rpm -Uvh". -- Fajar