Hello,

David Leangen <[EMAIL PROTECTED]> wrote:

> I guess I've got a bit too used to using RPMs on FC... Now, I want to
> update my version of tar to 15.1, which is not available as an RPM.
[...]
> I compiled everything, right up to "make install", but it does not
> overwrite my current installation.

Most distributions have tar binary in /bin. However, by default `make
install' installs it into /usr/local/bin. If you wish to overwrite
your existing binary (which is quite reasonable thing to do), configure
GNU tar as follows:

    ./configure DEFAULT_RMT_DIR=/etc --prefix=/usr --bindir=/bin

then run `make' and `make install'.    
     
> I am afraid to remove the tar package because there are so many
> dependencies. At least when I use "yum remove tar", it seems to want
> to remove 80% of my entire system (figure of speach).

I do not know how exactly did FC3 maintainers prepared tar
package for their system, but in fact it should not depend on anything
else (except, maybe, for rmt). Anyway, I believe installing 1.15.1 over
your existing package should be quite safe in terms of system integrity.

Regards,
Sergey




_______________________________________________
Help-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-tar

Reply via email to