13.3 Working with Snap Channels
If no channel is specified when performing an installation, snap will default to the stable channel. This ensures that the latest reliable version of the software is installed. To perform the installation from a different channel, begin by identifying the channels that are currently available for the required package using the snap info option:
# snap info remmina
name: remmina
summary: Remote Desktop Client
.
.
channels:
latest/stable: v1.4.3+git13.688f5f75 2020-04-20 (4139) 37MB -
latest/candidate: ↑
latest/beta: ↑
latest/edge: v1.4.3+git27.1bd753df 2020-05-01 (4150) 37MB -
From the above output we can see that while the stable version of the Remmina app is v1.4.3+git13.688f5f75 a more recent version is available in the edge channel.
Of course the...