Score:1

uninstall openboard from Ubuntu 21.10

my flag

I have openboard showing on my list of favourites, which I would like to uninstall. I have tried the following:

$ sudo apt remove openboard
[sudo] password for user1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'openboard' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 10 not to upgrade.

and

$ sudo apt purge openboard
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'openboard' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 10 not to upgrade.

but the software remains on favourites and I can still run it.

when I run the software I can view it running as follows:

$ ps -aux | grep "openb*"
user1 9615 0.4 0.0 3620 1128 ? S 22:14 0:00 bwrap --args 37 openboard
user1 9626 0.2 0.0 3704 1436 ? S 22:14 0:00 bwrap --args 37 openboard
user1 9627 8.5 0.4 2017184 140220 ? Sl 22:14 0:00 openboard
user1 9678 0.0 0.0 9152 2404 pts/2 S+ 22:14 0:00 grep --color=auto openb*

Question is, how to completely remove openboard ?

ChanganAuto avatar
us flag
If it's a snap - it certainly is if you installed it from the Ubuntu Software - then `sudo snap remove <packagename>`
alortimor avatar
my flag
Thanks, ran ```$ sudo snap remove openboard openboard removed```, but the software remains and I am still able to run it.
user535733 avatar
cn flag
How you remove something depends upon how you originally installed it. Edit your Question above to include the complete output of `whereis openboard`
Score:0
zw flag

It seems to be Flatpak, then remove it as flatpak by

flatpak remove ch.openboard.OpenBoard
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.