this post was submitted on 12 Jul 2023
13 points (100.0% liked)

Linux

56459 readers
641 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

top 20 comments
sorted by: hot top controversial new old
[–] stepan@lemmy.fmhy.ml 5 points 2 years ago (1 children)

Please include name of your distribution.

[–] joel_feila@lemmy.world 2 points 2 years ago
[–] Dotdev@programming.dev 2 points 2 years ago (1 children)

From what did you install deb package, flatpak or snap.

[–] joel_feila@lemmy.world 1 points 2 years ago (1 children)
[–] everett@lemmy.ml 1 points 2 years ago (1 children)

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.

[–] joel_feila@lemmy.world 1 points 2 years ago (2 children)

i downloaded from the vilvaldi web site a. dab file

[–] everett@lemmy.ml 2 points 2 years ago

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

[–] Dotdev@programming.dev 1 points 2 years ago (1 children)
[–] joel_feila@lemmy.world 1 points 2 years ago (1 children)

how do i check the snap list?

[–] Dotdev@programming.dev 1 points 2 years ago* (last edited 2 years ago)

just type "snap list" in terminal

[–] christos@lemmy.world 2 points 2 years ago (2 children)

Do you have synaptic in your applications?

[–] joel_feila@lemmy.world 1 points 2 years ago

i don't think so

[–] PseudoSpock@lemmy.fmhy.ml 2 points 2 years ago (2 children)

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.

[–] joel_feila@lemmy.world 2 points 2 years ago (1 children)

ok thank you so much that did fix it

[–] PseudoSpock@lemmy.fmhy.ml 1 points 2 years ago
[–] joel_feila@lemmy.world 1 points 2 years ago (1 children)

ok how do I make I'm myself not at the root level

[–] Dotdev@programming.dev 1 points 2 years ago

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

Vivaldi is malware confirmed