- Uninstalling flatpak is possible (repair bad command)
This commit is contained in:
parent
ec30fe1b61
commit
79085b5e80
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user