Add appimage support / installation (linux) #9679
mutlusun
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Many thanks for your work on quarto!
I recently discovered quarto and decided to install it. Using a non-debian based linux distribution, it is hard to install quarto (see also #4505). In addition to a lack of documentation, different binaries and directories need to be copied to different places and clutter the home directory of a user.
Thus, I think it would be beneficial to provide an appimage for quarto. This is a very easy way to install an application on all modern linux distributions. The corresponding file needs to be downloaded and executed. That's it.
Appimages are similar to flatpaks (or snaps) but lack the sandboxing. Distributing quarto as flatpak would be preferable but need adaptions of the code (how system binaries like python, R, julia are executed). In the case of quarto, sandboxing is not that beneficial as host binaries need to be executed.
I created a simple shell script that converts a downloaded quarto tarball to an appimage. (The appimagetool is necessary for that.) If the authors are interested in such an installation option, I am happy to contribute a Github action target that creates an appimage and adds it to the assets of a release.
Shell script:
Beta Was this translation helpful? Give feedback.
All reactions