Publishing a Snap Package
I'm trying to get jas (just an installer) published in the snap package registry for a few weeks now. This is how the process is going so far.
According to the docs, I can just register a new snap and publish it.
So in a fresh Ubuntu 24.04, I ran:
$ sudo apt update
$ sudo apt install neovim
$ sudo snap install snapcraft --classic
$ git clone https://github.com/rikhuijzer/jas.git
$ mv pkg/snapcraft.yaml .
$ snapcraft # installs LXD at first run
$ sudo apt install gnome-keyring
$ snapcraft login
$ snapcraft register jas
$ snapcraft upload --release=edge jas_0.2.0_amd64.snap
Store operation failed:
- resource-not-found: Snap not found for name=jas
Full execution log: '/root/.local/state/snapcraft/log/snapcraft-20250408-093243.551840.log'
Show more