Open CLI by Ctrl Alt t (hold down Ctrl and Alt then press t)
Paste or type into CLI that inside the blue code areas below, 1 at a time, press enter and type in the admin/sudoer password when asked.
To install PPA Flatpak do -
To get Updates do -
To install Flatpak do -
To check if needed, and if needed, to then install Gnome Runtimes, as per - https://flatpak.org/runtimes.html
by doing -
Now Flatpak is installed to install Gnome Recipes by do -
If it is in the LL Menu run from there, if not, otherwise run from CLI by do -
To update Gnome Recipes from CLI do -
Instructions method partly copied from the first link in OMGUbuntu, and then additionals by following the click thru's for the runtimes and flatpak websites, plus searching around flatpak website for Ubuntu specific install instructions, for clarity, and hopefully a more complete tutorial; link wise (eg; on one page rather than many websites)
Is it followable ?
If all works okay, and if there is no LL Menu item, you can make a Launcher and Add icon in Menu in usual manner.
I am not very good at menu icons/launchers, rubbish at it, tried with Etcher and was unable to get it to hold icon or stay in the area of menu I wanted lol.
If help is needed for the launcher hopefully someone can help with that ?
Paste or type into CLI that inside the blue code areas below, 1 at a time, press enter and type in the admin/sudoer password when asked.
To install PPA Flatpak do -
Code:
sudo add-apt-repository ppa:alexlarsson/flatpak
To get Updates do -
Code:
sudo apt-get update
To install Flatpak do -
Code:
sudo apt install flatpak
To check if needed, and if needed, to then install Gnome Runtimes, as per - https://flatpak.org/runtimes.html
by doing -
Code:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now Flatpak is installed to install Gnome Recipes by do -
Code:
flatpak install --from https://alexlarsson.github.io/test-releases/gnome-recipes.flatpakref
If it is in the LL Menu run from there, if not, otherwise run from CLI by do -
Code:
flatpak run org.gnome.Recipes
To update Gnome Recipes from CLI do -
Code:
flatpak update
Instructions method partly copied from the first link in OMGUbuntu, and then additionals by following the click thru's for the runtimes and flatpak websites, plus searching around flatpak website for Ubuntu specific install instructions, for clarity, and hopefully a more complete tutorial; link wise (eg; on one page rather than many websites)
Is it followable ?
If all works okay, and if there is no LL Menu item, you can make a Launcher and Add icon in Menu in usual manner.
I am not very good at menu icons/launchers, rubbish at it, tried with Etcher and was unable to get it to hold icon or stay in the area of menu I wanted lol.
If help is needed for the launcher hopefully someone can help with that ?