Re: --exclude does not work
Rex Dieter <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Ray B wrote: > I am running CentOS 4.x and the updates keep dieing > at: > > Processing Dependency: libjasper-1.701.so.1 for > package: ImageMagick > --> Finished Dependency Resolution > Error: Missing Dependency: libjasper-1.701.so.1 is > needed by package ImageMagick Try (be warned, this may be dangerous): $ rpm -e --nodeps ImageMagick $ yum install ImageMagick (if you're a kde-redhat user, I'll help you more, if you have further troubles...) -- Rex