If you have worked on rpm based distro then you know how difficult it is to downgrade packages. And unluckily I upgraded some packages to fc12 and was still on FC11. Completely my mistake while doing some R&D. Anyway to downgrade I had to device some mechanism and here it is:
query and downgrade selected packages based on version or repositoryrpm -qa –qf “%-30{NAME}%-20{RELEASE}\n” |grep fc12 |awk ‘{print $1}’|tr ‘\n’ ‘ ‘ >downgrade
| Hot: |
Originally posted 2009-10-15 21:34:39.
related post
Facebook comments:
1 Comment »
RSS feed for comments on this post. TrackBack URL

























[...] query and downgrade selected packages based on version or … [...]
[Tercüme etmek]