can't find my uploaded package with snap install command

Bug #1680127 reported by Wayn Liu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Developer registration portal
Invalid
Undecided
Unassigned

Bug Description

can't find my uploaded package with snap install command

https://myapps.developer.ubuntu.com/dev/click-apps/7429/rev/1/

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hello,

your snap is published only on the beta and edge channels, so you need to specify the channel when installing:

snap install --channel=edge fudao-server
snap install --channel=beta fudao-server

or:

snap install --beta fudao-server
snap install --edge fudao-server

If you want it to be installable without specifying the channel, it needs to be published in the "stable" channel.

Let me know if this solves your issue.

Changed in developer-portal:
status: New → Invalid
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Hello Wayn Liu,

Your snap package is only published to edge and beta. The comamnd "snap find" only lists public, stable, and non-devmode snaps.

You can still install by typing explicitly its name and channel:

snap install fudao-server --beta

I hope this solves your question. Closing the bug as invalid.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.