[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] uninstall
- Subject: Re: [cobalt-users] uninstall
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Feb 13 12:47:43 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<benoit.le-dizes@xxxxxxxx> wrote
> how do you do in order to uninstall properly a program on my QUBE 2 which
has been installed with the command line : taz -zxvf file.tar ?
>
> plese message me
> thanks
taz -zxvf file.tar does not install a program, it merely untars it.
So just delete directory file
rm -r file
and delete the tar file
rm file.tar
Gerald