How to uninstall the old root?

I want to install a new root .Please tell me how to uninstall the old root?
Delete directly?

1 Like

Hi,
yes, you just delete ROOT.
Axel.

[quote=“Axel”]Hi,
yes, you just delete ROOT.
Axel.[/quote]

delete root directory?

Hi,

$ which root
/some/dir/containing/root/bin/root
$ rm -rf /some/dir/containing/root

Cheers, Axel.

1 Like