Skip to content

Beta Flatpak

Taiko2k edited this page Dec 10, 2022 · 5 revisions

Releases of Tauon on the Flathub beta channel are released situationally for testing and may not be up to date with latest development commit or stable release.

To install:

flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta com.github.taiko2k.tauonmb
flatpak make-current com.github.taiko2k.tauonmb beta

Again, once you finished testing, you should switch back to stable using because beta may not always be up to date with stable.

To perform the reverse of the above steps:

flatpak make-current com.github.taiko2k.tauonmb stable   // Switches back to stable
flatpak uninstall com.github.taiko2k.tauonmb beta        // Uninstalls beta Tauon
flatpak remote-delete flathub-beta                       // Removes the beta flathub remote
Clone this wiki locally