[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] uninstall



<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