On Mon, 28 Jun 2004 14:50:52 +1200 Nick Rout <[EMAIL PROTECTED]> wrote:
> think laterally. use the output you already have from rpm -ql to build a > tar file > > tar -cvzf qimp.tgz $(rpm -ql gimp) (except that should obviously be Gimp.tgz not Qimp.tgz) > > gives you a nicely zipped tar file called gimp.tgz in your current > directory. copy that and untar it to the root directory on the other box. -- Nick Rout <[EMAIL PROTECTED]>
