runme icon indicating copy to clipboard operation
runme copied to clipboard

[WIP] Package runme as a snap for Linux

Open dwilding opened this issue 10 months ago • 0 comments

I'm experimenting with packaging runme as a snap, for easier installation on Linux. More info about snaps

The goal is for Linux users to be able to install runme using:

snap install runme

Or possibly snap install runme --classic depending on the permissions required by runme.

Development notes

snapcraft pack  # run this in the repo root --> creates a .snap file
sudo snap install <snap_file> --classic --dangerous  # install the snap for testing

dwilding avatar Apr 26 '25 01:04 dwilding