23 lines
546 B
Markdown
23 lines
546 B
Markdown
---
|
|
created: 2024-08-10T21:41:38.000Z
|
|
type: note
|
|
updated: 2024-08-10T21:41:38.000Z
|
|
---
|
|
|
|
# flatpak
|
|
|
|
- [Ubuntu](https://flatpak.org/setup/Ubuntu)
|
|
|
|
```bash Sat Aug 10 2024 14:23:02 GMT-0700 (Mountain Standard Time)
|
|
sudo -i
|
|
apt install flatpak -y
|
|
apt install gnome-software-plugin-flatpak -y
|
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
exit
|
|
reboot
|
|
```
|
|
|
|
- [lutris](https://lutris.net/downloads)
|
|
- [usebottles](https://usebottles.com/)
|
|
- [flathub-bottles](https://flathub.org/apps/com.usebottles.bottles)
|