Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

issue uninstalling Vivaldi fixed

my copy of Vivaldi seems to be terminally broken but everything i have tried to remove doesn't work. after using the scudo purge it is still in my start menu and it stills boots up in a broken state

what do i do to remove completely and try a fresh install

Ok i got it fixed I just need to remove vivaldi and clear the local cache.

View original on lemmy.world
11

21 replies

Xirupreply
lemmy.one

I second this ^

Install Synaptic and remove it from there. I have used Vivaldi on KDE Neon in the past and I remove it using Synaptic, although you can also remove it from Discover.

3

ok i used synaptic and it removed vivaldi. then after reinstalling it the same problem happened including it loading the last session and bookmarks

1
lemmy.fmhy.ml

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.

2

Open a new terminal and you should be fine. When using sudo you get root level access.

1
everettreply
lemmy.ml

Are you sure the deb didn't quietly install a snap package? The last time I tried, it tried to wget a .snap from api.snapcraft.io.

1

Yeah, so did I. And after the deb finished installing, my firewall showed it wget a snap.

2

You reached the end

issue uninstalling Vivaldi fixed | Spyke