- Uninstalling flatpak is possible (repair bad command)

This commit is contained in:
Sławomir Lach 2023-08-03 19:08:55 +02:00
parent ec30fe1b61
commit 79085b5e80

View File

@ -345,7 +345,7 @@ class PMFlatpak(PackageManager):
def remove(self, pkgs): def remove(self, pkgs):
check_target_env_call(["flatpak", "uninstall", "--noninteractive"] + pkgs) check_target_env_call(["flatpak", "uninstall", "--noninteractive"] + pkgs)
check_target_env_call(["flatpak", "uninstall", "--noninteractive", "--unneeded"]) check_target_env_call(["flatpak", "uninstall", "--noninteractive", "--unused"])
def update_db(self): def update_db(self):
pass pass