ummm.. if i uninstalled it, how exactly do i reinstall it? and how did i uninstall it?
many thanx,
~Erin
Are you using apt?
# apt-cache search XFree86 |grep fonts
or just try install XFree86 via apt:
# apt-get install XFree86
maybe this will work.
but if you want to install the packages from your cdrom:
# mount /dev/cdrom # cd /mnt/cdrom/Redhat/RPMS/ then find the packages you want to find: # ls |grep XFree install them: # rpm Uvh XFree86.something.something.something.rpm
apt is nice because you don't have to worry about dependencies. Good luck.
Art
_______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
