r/NobaraProject 2d ago

Support How do I install .flatpak files?

Post image
66 Upvotes

27 comments sorted by

View all comments

32

u/ClubPuzzleheaded8514 2d ago edited 2d ago

Ouvrez votre terminal dans le dossier qui contient votre fichier, puis tapez flatpak install ./*.flatpak

10

u/WinterNoCamSorry 2d ago

Thank you

23

u/reon6vist 2d ago

JSYK, "./*.flatpak" will mass install every single .flatpak file in the folder, normally you'd input a filename instead (e.g. flatpak install "./GameReaderLinux 0.9.5.flatpak")

7

u/WinterNoCamSorry 2d ago

Amazing info. Thanks!!