flatpak-docs icon indicating copy to clipboard operation
flatpak-docs copied to clipboard

Downgrading section mentions using sudo

Open bilelmoussaoui opened this issue 5 years ago • 1 comments

The downgrading section mentions the needs of running the command using sudo, i don't think it's necessary

https://docs.flatpak.org/en/latest/tips-and-tricks.html#downgrading

See https://github.com/flatpak/flatpak/issues/3831

bilelmoussaoui avatar Sep 04 '20 14:09 bilelmoussaoui

Right now sudo is necessary if the thing being downgraded is in a system installation. Ideally we could use polkit as we do with other privileged operations but that would be a code change not a documentation change so it doesn't belong here.

We should update the docs to mention that sudo isn't required for a flatpak installed per-user.

mwleeds avatar Sep 04 '20 20:09 mwleeds