Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
17 views6 pages

Flatpak Usage

The document provides a comprehensive guide on using Flatpak, including commands for installing, uninstalling, and managing applications. It covers adding and removing repositories, searching for applications, and updating installed software. Additionally, it includes commands for listing applications and resetting permissions.

Uploaded by

rebeltaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views6 pages

Flatpak Usage

The document provides a comprehensive guide on using Flatpak, including commands for installing, uninstalling, and managing applications. It covers adding and removing repositories, searching for applications, and updating installed software. Additionally, it includes commands for listing applications and resetting permissions.

Uploaded by

rebeltaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Using Flatpak - Flatpak documentation https://docs.flatpak.org/en/latest/using-flatpak.

html

flatpak

flatpak
flatpak install
flatpak uninstall

com.company.App

com.company.App1
com.company.App2

name/architecture/branch
com.company.App/i386/stable

1 of 6 2/25/24, 6:46 PM
Using Flatpak - Flatpak documentation https://docs.flatpak.org/en/latest/using-flatpak.html

com.company.App//stable
com.company.App/i386//

--user
flatpak

flatpak --help

2 of 6 2/25/24, 6:46 PM
Using Flatpak - Flatpak documentation https://docs.flatpak.org/en/latest/using-flatpak.html

$ flatpak remotes

.flatpakrepo

$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpa

flathub
.flatpakrepo --if-not-exists

$ flatpak remote-delete flathub

flathub

search

$ flatpak search gimp

gimp

$ flatpak install flathub org.gimp.GIMP

3 of 6 2/25/24, 6:46 PM
Using Flatpak - Flatpak documentation https://docs.flatpak.org/en/latest/using-flatpak.html

flathub
org.gimp.GIMP

.flatpakref .flatpakref

$ flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref

.flatpakref

install

$ flatpak install gimp

run

$ flatpak run org.gimp.GIMP

$ flatpak update

4 of 6 2/25/24, 6:46 PM
Using Flatpak - Flatpak documentation https://docs.flatpak.org/en/latest/using-flatpak.html

$ flatpak list

$ flatpak list --app

$ flatpak uninstall org.gimp.GIMP

$ flatpak uninstall --unused

$ flatpak repair

flatpak permission-
reset

$ flatpak permission-reset org.gimp.GIMP

$ flatpak history

5 of 6 2/25/24, 6:46 PM
Using Flatpak - Flatpak documentation https://docs.flatpak.org/en/latest/using-flatpak.html

Copyright © 20172024, Flatpak Team. Licensed under Creative Commons Attribution 4.0 International
License.
Made with Sphinx and @pradyunsg's Furo

6 of 6 2/25/24, 6:46 PM

You might also like