Flatpak Installation - LeandroTheDev/arch_linux GitHub Wiki
Download flatpak
- sudo pacman -S flatpak
Setup installation directory in
.bashrc
export FLATPAK_USER_DIR="/home/user/System/Softwares/Flatpacks"
Refresh .bashrc
- source ~/.bashrc
Add reference for flathub
- flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Usage
- flatpak install --user flathub org.mozilla.firefox