sudo apt purge vivaldi-stable
Then, as yourself (not root):
rm -rf ${HOME}/.cache/vivaldi ${HOME}/.config/vivaldi
That removes the package, and your personal stored config and cache of the browser. NOTE: rm -rf
is permanent without a backup or snapshot to restore from. Don't delete these unless you are certain you want to.
Awesome!