<br><br><div><span class="gmail_quote">On 11/9/05, <b class="gmail_sendername">Stephen R Laniel</b> <<a href="mailto:steve@laniels.org">steve@laniels.org</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 Wed, Nov 09, 2005 at 02:20:06PM -0600, Samuel Thurston, III wrote:<br>> if i have an older version of a package installed from a .deb, should i<br>> uninstall that before installing a new version from source?  is it very
<br>> difficult to build my own debs from a generic tarball?<br><br>Ordinarily you don't need to uninstall the one before<br>installing the other. Compiled packages normally go into<br>/usr/local/bin and so forth rather than in /usr/bin, so
<br>things don't normally collide. I think there can be problems</blockquote><div><br>
I thought so but was generally unsure... i guess i could always consult the makefile ;)<br>
</div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">As for the difficulty: most often it's not very difficult.<br>You just have to do<br><br>make && make install
<br><br>as root.<br>
</blockquote></div><br>
I think you misunderstood ... I am trying to build a debian package
from source so as to let package management take over... e.g. if a
newer version hits the respositories than the one i've built, that it
will be installed over it, and the old one removed.  It seems like
a complicated affair to build debian packages, but since i don't need
maintainer information and such for my personal use, there must be a
simple way?<br>