4

I'm on Firefox beta channel (which is 60.0b10). How can I switch back to the stable channel? I've already searched, but I found nothing about it.

karel
  • 110,292
  • 102
  • 269
  • 299
Nhmanas
  • 61
  • 1
  • 2
  • 7

1 Answers1

3

The beta channel of the Firefox snap package is currently version 60.0b10, but the stable channel of the Firefox snap package is currently version 59.0.2-1, the same as the default Firefox apt package (version 59.0.2). So uninstall the Firefox snap package and install the default Firefox package instead. Open the terminal and type:

sudo snap remove --channel=beta firefox    
sudo apt install firefox  

After installation the channel for a particular snap may be changed during a refresh:

 sudo snap refresh --channel=stable firefox
karel
  • 110,292
  • 102
  • 269
  • 299