Moving to XOrg

Przemyslaw Karwasiecki karwas at pk-telecom.com
Fri Mar 26 19:40:10 UTC 2004


Chris,

Why you are feeding yum with ALL rpms, and not just xorg-x11 ?

In other words -- why not:

rpm -qa --qf '%{name}\n' | grep XFree86 | sed 's/XFree86/xorg-x11/' | xargs yum install
echo "/usr/X11R6/lib" >> /etc/ld.so.conf
ldconfig
chkconfig --add xfs
service xfs start

Przemek

On Fri, 2004-03-26 at 13:34, Chris Adams wrote:
> Once upon a time, Mark Haney <mark.haney at doctordirectory.com> said:
> > Okay, what's it gonna take for get my FC2Test1 box from XFRee86 to XOrg?  
> > Is there a doc on that?  I keep trying to upgrade my GNOME rpms but since 
> > I'm missing some XF86 libs that are now MIA from the fedora mirrors, I'll 
> > need to move to XOrg.  Can anyone point me in the right direction?
> 
> I did (as root):
> 
> rpm -qa --qf '%{name}\n' | sed 's/XFree86/xorg-x11/' | xargs yum install
> echo "/usr/X11R6/lib" >> /etc/ld.so.conf
> ldconfig
> chkconfig --add xfs
> service xfs start
> 
> -- 
> Chris Adams <cmadams at hiwaay.net>
> Systems and Network Administrator - HiWAAY Internet Services
> I don't speak for anybody but myself - that's enough trouble.
> 





More information about the fedora-test-list mailing list