Flatpak:Uninstall: Difference between revisions
Created page with "Beberapa perintah dasar ketika menggunakan perintah <code>flatpak uninstall</code> {| class="wikitable" |+SUDO FLATPAK UNINSTALL --HELP |- | --user |Work on the user installation |- | --system |Work on the system-wide installation (default) |- | --installation=NAME |Work on a non-default system-wide installation |- | --arch=ARCH |Arch to uninstall |- | --keep-ref |Keep ref in local repository |- | --no-related |Don't uninstall related refs |- | --force-remove |Re..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
|+SUDO FLATPAK UNINSTALL --HELP | |+SUDO FLATPAK UNINSTALL --HELP | ||
|- | |- | ||
| --user | | <code>--user</code> | ||
|Work on the user installation | |Work on the user installation | ||
|- | |- | ||
| --system | | <code>--system</code> | ||
|Work on the system-wide installation (default) | |Work on the system-wide installation (default) | ||
|- | |- | ||
| --installation=NAME | | <code>--installation=NAME</code> | ||
|Work on a non-default system-wide installation | |Work on a non-default system-wide installation | ||
|- | |- | ||
| --arch=ARCH | | <code>--arch=ARCH</code> | ||
|Arch to uninstall | |Arch to uninstall | ||
|- | |- | ||
| --keep-ref | | <code>--keep-ref</code> | ||
|Keep ref in local repository | |Keep ref in local repository | ||
|- | |- | ||
| --no-related | | <code>--no-related</code> | ||
|Don't uninstall related refs | |Don't uninstall related refs | ||
|- | |- | ||
| --force-remove | | <code>--force-remove</code> | ||
|Remove files even if running | |Remove files even if running | ||
|- | |- | ||
| --runtime | | <code>--runtime</code> | ||
|Look for runtime with the specified name | |Look for runtime with the specified name | ||
|- | |- | ||
| --app | | <code>--app</code> | ||
|Look for app with the specified name | |Look for app with the specified name | ||
|- | |- | ||
| --all | | <code>--all</code> | ||
|Uninstall all | |Uninstall all | ||
|- | |- | ||
| --unused | | <code>--unused</code> | ||
|Uninstall unused | |Uninstall unused | ||
|- | |- | ||
| --delete-data | | <code>--delete-data</code> | ||
|Delete app data | |Delete app data | ||
|- | |- | ||
| -y, --assumeyes | | <code>-y</code>, <code>--assumeyes</code> | ||
|Automatically answer yes for all questions | |Automatically answer yes for all questions | ||
|- | |- | ||
| --noninteractive | | <code>--noninteractive</code> | ||
|Produce minimal output and don't ask questions | |Produce minimal output and don't ask questions | ||
|- | |- | ||
| -v, --verbose | | <code>-v</code>, <code>--verbose</code> | ||
|Show debug information, -vv for more detail | |Show debug information, -vv for more detail | ||
|- | |- | ||
| --ostree-verbose | | <code>--ostree-verbose</code> | ||
|Show OSTree debug information | |Show OSTree debug information | ||
|} | |} | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Tutorial]] | |||
[[Category:Linux]] | |||
[[Category:Flatpak]] | |||