Gourmand est une variante du gestionnaire de recettes Gourmet : un gestionnaire, un éditeur et un organisateur de recettes.
Gourmand est disponible dans les dépôts ubuntu et sous forme Flatpak, AppImage, et wheel Python.
Pour l'installation des wheels et Flatpak, il faut une connexion internet.
USER@MACHINE:~$ sudo apt install {gourmand,}
USER@MACHINE:~$ chmod +x ./Gourmand-1.0.0-x86_64.AppImage
Il est alors possible de l'exécuter en double-cliquant dessus ou en le lançant à partir d'un terminal :
USER@MACHINE:~$ ./Gourmand-1.0.0-x86_64.AppImage
Le fichier AppImage peut être copié d'un ordinateur à l'autre.
USER@MACHINE:~$ sudo apt-get install flatpak
USER@MACHINE:~$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo USER@MACHINE:~$ sudo flatpak install gourmand-1.0.0.flatpak ... Required runtime for io.github.GourmandRecipeManager.Gourmand/x86_64/master (runtime/org.gnome.Platform/x86_64/3.40) found in remote flathub)Do you want to install it? [Y/n] y
une liste de dépendances s'affiche. Acceptez de les installer toutes. À la fin apparaît un message indiquant que l'installation est terminée. Maintenant, le Flatpak peut être lancé à partir du menu des applications, ou en ligne de commande :
USER@MACHINE:~$ flatpak run io.github.GourmandRecipeManager.Gourmand
USER@MACHINE:~$ sudo apt-get update USER@MACHINE:~$ sudo apt install --no-install-recommends {python3-{gi,gi-cairo},gir1.2-gtk-3.0,libgirepository1.0-dev,libcairo2-dev,enchant,python3-{bs4,ebooklib,keyring,lxml,pil,cairo,enchant,gi,gst-1.0,gtkspellcheck,requests,reportlab,selenium,setuptools,sqlalchemy,pip,toml},gir1.2-poppler-0.18}
USER@MACHINE:~$ sudo pip3 install gourmand-1.0.0-py3-none-any.whl
USER@MACHINE:~$ gourmand First time? Setting you up with yummy recipes.
USER@MACHINE:~$ flatpak remove io.github.GourmandRecipeManager.Gourmand