Jump to content

Flatpak:Uninstall: Difference between revisions

From Wiki
No edit summary
No edit summary
 
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
|}
|}

Latest revision as of 09:01, 3 January 2023

Beberapa perintah dasar ketika menggunakan perintah flatpak uninstall

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 Remove files even if running
--runtime Look for runtime with the specified name
--app Look for app with the specified name
--all Uninstall all
--unused Uninstall unused
--delete-data Delete app data
-y, --assumeyes Automatically answer yes for all questions
--noninteractive Produce minimal output and don't ask questions
-v, --verbose Show debug information, -vv for more detail
--ostree-verbose Show OSTree debug information