Skip site navigation (1)Skip section navigation (2)
Date:      05 Nov 1999 14:33:17 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: linux package mgmt in FreeBSD
Message-ID:  <86hfj1i0du.fsf@localhost.hell.gr>
In-Reply-To: Jonathon McKitrick's message of "Fri, 5 Nov 1999 04:37:33 %2B0000 (GMT)"
References:  <Pine.BSF.4.02A.9911050435530.86726-100000@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jonathon McKitrick <jcm@dogma.freebsd-uk.eu.org> writes:

> I'm thinking of installing a free office suite for linux.  The .tgz
> file installs directly to bin, usr, doc, share, etc.  Is there any
> easy way to keep track of this so it can be uninstalled later?  This
> isn't an RPM obviously, nor is it a port that can be removed with
> pkg_delete.

If the tarball has no makefiles and other such things, which might
install part of the included files, you can use:

	# tar xzvf tarball.tgz > tarball.log

Note the `v' option, which I'm sure Alfred meant to include too.  Then
to uninstall, many possibilities exist, one of them being:

	# /bin/rm -fr `cat tarball.log`

Regards,

-- 
Giorgos Keramidas, <keramida@ceid.upatras.gr>
"What we have to learn to do, we learn by doing." [Aristotle]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86hfj1i0du.fsf>