How do i install a snap package from a beta channel?



  • snap packages are installed by default from stable channel. If you want to install from a beta channel run the command like this:

    $ sudo snap refresh notepad-plus-plus --channel=beta
    

    If need to go back you can revert to the previous version use:

    $ sudo snap revert notepad-plus-plus
    

Log in to reply
 

© Lightnetics 2024