Ah...that's it. If you couldnt tell already, I am still learning
Linux. :) Before I started on mythtv, I hade never worked with
Linux at all, so it's taking me a little longer to get with the
program. I tried reading up on rpm, but the man page is pretty
darn tedious. <br>
<br>
Appreciate the help. <br><br><div><span class="gmail_quote">On Apr 8, 2005 8:33 PM, <b class="gmail_sendername">Jarod Wilson</b> <<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Friday 08 April 2005 17:28, Larry K wrote:<br>> Jarod,<br>><br>> At the risk of sounding like a total n00b, I don't seem to be able to run<br>> that rpm command. It says 'no such file or directory'<br>><br>> rpm -q uaw-fonts returns this:<br>><br>> urw-fonts-2.2-7.99_1.at<br>><br>> Ideas? I'm probably being overly cautious because...now that I have my<br>> system working, I don't want to do something silly to corrupt my rpm<br>> database.<br><br>You didn't download the package first. :-)<br><br>Either:<br><br># wget \<br><a href="ftp://rpmfind.net/linux/fedora/core/2/i386/os/Fedora/RPMS/urw-fonts-2.1-7.noarch.rpm">ftp://rpmfind.net/linux/fedora/core/2/i386/os/Fedora/RPMS/urw-fonts-2.1-7.noarch.rpm</a><br># rpm -Uvh --oldpackage urw-fonts-2.1-7.noarch.rpm<br><br>or:<br><br># rpm -Uvh --oldpackage \<br><a href="ftp://rpmfind.net/linux/fedora/core/2/i386/os/Fedora/RPMS/urw-fonts-2.1-7.noarch.rpm">ftp://rpmfind.net/linux/fedora/core/2/i386/os/Fedora/RPMS/urw-fonts-2.1-7.noarch.rpm</a><br><br>> On Apr 7, 2005 8:36 PM, Jarod Wilson <<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>> wrote:<br>> > On Thursday 07 April 2005 16:21, Larry K wrote:<br>> > > Can someone tell me how to downgrade the urw fonts without using the<br>> > > rpm --force option? I tried running this command:<br>> > ><br>> > > rpm -Uvh<br>> ><br>> > <a href="ftp://rpmfind.net/linux/fedora/core/2/i386/os/Fedora/RPMS/urw-fonts-2.1-7">ftp://rpmfind.net/linux/fedora/core/2/i386/os/Fedora/RPMS/urw-fonts-2.1-7</a><br>> >.n<br>> ><br>> > >oarch.rpm<br>> > ><br>> > > But I was told I already have a newer version (duh). Should I<br>> > > uninstall the urw-fonts package I have now, and then reinstall the one<br>> > > shown above?<br>> ><br>> > rpm -Uvh --oldpackage urw-fonts-2.1-7.noarch.rpm<br><br>--<br>Jarod Wilson<br><a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a><br><br>Got a question? Read this first...<br> <a href="http://catb.org/~esr/faqs/smart-questions.html">http://catb.org/~esr/faqs/smart-questions.html</a><br>MythTV, Fedora Core & ATrpms documentation:<br> <a href="http://wilsonet.com/mythtv/">http://wilsonet.com/mythtv/</a><br>MythTV Searchable Mailing List Archive<br> <a href="http://www.gossamer-threads.com/lists/mythtv/">http://www.gossamer-threads.com/lists/mythtv/</a><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br><br></blockquote></div><br>