sane-project-website/old-archive/2000-09/0047.html

187 wiersze
5.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: glib-gtk</TITLE>
<META NAME="Author" CONTENT="Oliver Rauch (oliver.rauch@Wolfsburg.DE)">
<META NAME="Subject" CONTENT="Re: glib-gtk">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: glib-gtk</H1>
<!-- received="Tue Sep 5 08:56:51 2000" -->
<!-- isoreceived="20000905155651" -->
<!-- sent="Tue, 05 Sep 2000 17:44:35 +0200" -->
<!-- isosent="20000905154435" -->
<!-- name="Oliver Rauch" -->
<!-- email="oliver.rauch@Wolfsburg.DE" -->
<!-- subject="Re: glib-gtk" -->
<!-- id="39B514E2.B930F65E@wolfsburg.de" -->
<!-- inreplyto="13WIeX-1GEPg0C@fwd01.sul.t-online.com" -->
<STRONG>From:</STRONG> Oliver Rauch (<A HREF="mailto:oliver.rauch@Wolfsburg.DE?Subject=Re:%20glib-gtk&In-Reply-To=&lt;39B514E2.B930F65E@wolfsburg.de&gt;"><EM>oliver.rauch@Wolfsburg.DE</EM></A>)<BR>
<STRONG>Date:</STRONG> Tue Sep 05 2000 - 08:44:35 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0048.html">Kai S. Loebel: "Re: glib-gtk"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0046.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0046.html">Kai S. Loebel: "Re: glib-gtk"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0048.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0048.html">Kai S. Loebel: "Re: glib-gtk"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#47">[ date ]</A>
<A HREF="index.html#47">[ thread ]</A>
<A HREF="subject.html#47">[ subject ]</A>
<A HREF="author.html#47">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
&quot;Kai S. Loebel&quot; wrote:
<BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Oliver Rauch schrieb:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; &gt; Hu Kai,
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; when the new versions are installed at the same place
</EM><BR>
<EM>&gt; &gt; this should be no problem. But rpm-Packages normally
</EM><BR>
<EM>&gt; &gt; install in /usr/lib, the source packages normally
</EM><BR>
<EM>&gt; &gt; install in /usr/local/lib.
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; Bye
</EM><BR>
<EM>&gt; &gt; Oliver
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; Hi Oliver,
</EM><BR>
<EM>&gt; many thanks for your reply- but is it possible to delete
</EM><BR>
<EM>&gt; the older versions without any rest of trash on my harddisk?
</EM><BR>
<EM>&gt; I think the old files won<6F>t be overwritten from the new
</EM><BR>
<EM>&gt; ones, right? Is there a list of all files, which were
</EM><BR>
<EM>&gt; installed from the old setups of &quot;sane&quot; ans &quot;xsane&quot;?
</EM><BR>
<EM>&gt; Bye
</EM><BR>
<EM>&gt; Kai.
</EM><BR>
<P>There is no complete list.
<BR>
<P>If sane is installed in /usr/:, the following removes it:
<BR>
rm -rf /usr/lib/sane
<BR>
rm -rf /usr/lib/libsane*
<BR>
rm -rf /usr/include/sane
<BR>
rm -rf /usr/etc/sane.d
<BR>
rm -rf /usr/share/sane*
<BR>
rm -rf /usr/bin/scanimage
<BR>
rm -rf /usr/bin/xscanimage
<BR>
<P>if installed in /usr/local/:
<BR>
rm -rf /usr/local/lib/sane
<BR>
rm -rf /usr/local/lib/libsane*
<BR>
rm -rf /usr/local/include/sane
<BR>
rm -rf /usr/local/etc/sane.d
<BR>
rm -rf /usr/local/share/sane*
<BR>
rm -rf /usr/local/bin/scanimage
<BR>
rm -rf /usr/local/bin/xscanimage
<BR>
<P><P>For xsane in /usr:
<BR>
rm -rf /usr/bin/xsane
<BR>
rm -rf /usr/share/sane/xsane
<BR>
<P>For xsane in /usr/local
<BR>
rm -rf /usr/local/bin/xsane
<BR>
rm -rf /usr/local/share/sane/xsane
<BR>
<P>xsane also installs translation tables for different languages,
<BR>
the path is different on different systems, but
<BR>
find / -name &quot;xsane.mo&quot;
<BR>
should list the directories and in these directories
<BR>
there also could be sane-umax.mo and sane-pnm.mo
<BR>
<P>in the xsane sourcedir there is a script print-libs
<BR>
that prints relevant libs and includes.
<BR>
<P>Bye
<BR>
Oliver
<BR>
<P><PRE>
--
Homepage: <A HREF="http://www.wolfsburg.de/~rauch">http://www.wolfsburg.de/~rauch</A>
sane-umax: <A HREF="http://www.wolfsburg.de/~rauch/sane/sane-umax.html">http://www.wolfsburg.de/~rauch/sane/sane-umax.html</A>
xsane: <A HREF="http://www.wolfsburg.de/~rauch/sane/sane-xsane.html">http://www.wolfsburg.de/~rauch/sane/sane-xsane.html</A>
E-Mail: mailto:<A HREF="mailto:Oliver.Rauch@Wolfsburg.DE?Subject=Re:%20glib-gtk&In-Reply-To=&lt;39B514E2.B930F65E@wolfsburg.de&gt;">Oliver.Rauch@Wolfsburg.DE</A>
<P>--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20glib-gtk&In-Reply-To=&lt;39B514E2.B930F65E@wolfsburg.de&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0048.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0046.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0046.html">Kai S. Loebel: "Re: glib-gtk"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0048.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0048.html">Kai S. Loebel: "Re: glib-gtk"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#47">[ date ]</A>
<A HREF="index.html#47">[ thread ]</A>
<A HREF="subject.html#47">[ subject ]</A>
<A HREF="author.html#47">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Tue Sep 05 2000 - 08:58:37 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>