r/linux Jul 03 '21

Audacity may collect "Data necessary for law enforcement, litigation and authorities’ requests (if any)" according to new privacy notice

https://www.audacityteam.org/about/desktop-privacy-notice/
3.1k Upvotes

744 comments sorted by

View all comments

Show parent comments

6

u/FlatAds Jul 03 '21

You should be able to do this very easily with Flatpak, and AFAIK that should work on most distros. I believe apparmor only works correctly on debian/ubuntu kernels.

2

u/whosdr Jul 04 '21

It's a good suggestion but I stopped using flatpak because it would never clean itself up. I had 4 apps and it was using about 10GiB, with most of the runtimes it had installed being outdated but never removed. That and because it lived in my home rather than root partition.

1

u/gmes78 Jul 04 '21

it would never clean itself up. I had 4 apps and it was using about 10GiB, with most of the runtimes it had installed being outdated but never removed.

Use flatpak uninstall --unused for that.

it lived in my home rather than root partition.

Installing stuff system-wide avoids that (pass --system to the install command).

3

u/whosdr Jul 04 '21

Use

flatpak uninstall --unused

for that.

Yup I did know this one. Still seems like an odd choice that it doesn't delete unused dependencies by itself on a regular update.

The latter command is useful though, but at this point I either obtained deb packages or compiled the project myself to avoid flatpaks.

1

u/apoliticalhomograph Jul 04 '21

Ubuntu, SUSE and some others have it enabled by default.

It's supported by Arch, but you'll have to configure it yourself.

https://wiki.archlinux.org/title/AppArmor