terminhell@lemmy.dbzer0.com to Linux@lemmy.ml · edit-21 year agoWhy I dislike snapslemmy.dbzer0.comimagemessage-square102fedilinkarrow-up1368arrow-down126file-text
arrow-up1342arrow-down1imageWhy I dislike snapslemmy.dbzer0.comterminhell@lemmy.dbzer0.com to Linux@lemmy.ml · edit-21 year agomessage-square102fedilinkfile-text
minus-squarePantherina@feddit.delinkfedilinkarrow-up8arrow-down1·1 year agoRuntimes are okay, the problem is there is no runtime package manager and often you have like 7 of them, which is horrible. But on modern hard drives also no problem. Appimages cant be easily ran from terminal, you need to link then to your Path. For Flatpak I made a tool that aliases their launch commands to be very easy.
minus-squarejanAkali@lemmy.onelinkfedilinkEnglisharrow-up7·1 year ago Appimages cant be easily ran from terminal, you need to link them to your Path. On many distros “~/.local/bin” is already in PATH, that’s where I put my appimages, then make them executable and it just works.
Runtimes are okay, the problem is there is no runtime package manager and often you have like 7 of them, which is horrible. But on modern hard drives also no problem.
Appimages cant be easily ran from terminal, you need to link then to your Path.
For Flatpak I made a tool that aliases their launch commands to be very easy.
On many distros “~/.local/bin” is already in PATH, that’s where I put my appimages, then make them executable and it just works.