tet@lemm.ee to Linux@lemmy.ml · 8 months agoWhat are your thoughts on Flatpak/Flathub?flathub.orgexternal-linkmessage-square215fedilinkarrow-up1209arrow-down112file-text
arrow-up1197arrow-down1external-linkWhat are your thoughts on Flatpak/Flathub?flathub.orgtet@lemm.ee to Linux@lemmy.ml · 8 months agomessage-square215fedilinkfile-text
minus-squarePantherina@feddit.delinkfedilinkarrow-up1·8 months agoDo you have a better approach for running from CLI? Apps need exact names I guess, and the system is exact.
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up1·8 months agoThe way we’ve done it for like 30 years seems to work.
minus-squarePantherina@feddit.delinkfedilinkarrow-up0·8 months agoHow would you prevent package duplicates when using flatpak and native? alias "flatpak run org.app.name"=*f-name"
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up1·8 months agoThe way it’s always been done. Put them in different paths and set priority with the PATH variable.
Do you have a better approach for running from CLI? Apps need exact names I guess, and the system is exact.
The way we’ve done it for like 30 years seems to work.
How would you prevent package duplicates when using flatpak and native?
alias "flatpak run org.app.name"=*f-name"
The way it’s always been done. Put them in different paths and set priority with the PATH variable.