[PlanetCCRMA] apt for FC4?
Mark Knecht
Mark Knecht <markknecht@gmail.com>
Mon Jul 11 20:27:02 2005
On 11 Jul 2005 19:52:16 -0700, Fernando Lopez-Lezcano
>
> And after that it is still there? What do you get if you do a:
> rpm -q -a | grep librsvg2
[root@Godzilla ~]# rpm -q -a | grep librsvg2
librsvg2-2.9.5-2
librsvg2-2.6.4-2
[root@Godzilla ~]#
> Probably the one with the older version needs to be erased (I'm at home
> and don't have a fc2 or fc4 system at hand). That _should_ be version
> 2.6.4-2, I think.
That seems to have worked:
[root@Godzilla ~]# rpm -e --noscripts librsvg2-2.6.4-2
[root@Godzilla ~]#
[root@Godzilla ~]# rpm -q -a | grep librsvg2
librsvg2-2.9.5-2
[root@Godzilla ~]#
> and then:
> apt-get -f install
> should get the fc4 version...
And after the above rpm -e apt-get dist-upgrade has started. Thanks!
OK, I'll let this run and hour or two and see how it does.
Thanks,
Mark