Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Gourmand Recipe Manager

Gourmand est une variante du gestionnaire de recettes Gourmet : un gestionnaire, un éditeur et un organisateur de recettes.

Pré-requis

Installation

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.

  1. sur les dépôts : gourmand

    USER@MACHINE:~$ sudo apt install {gourmand,}

  2. AppImage : Le fichier AppImage est disponible sur la page https://github.com/GourmandRecipeManager/gourmand/releases/. Téléchargez-la et marquez-la comme exécutable :

    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.

  3. Flatpak : Le paquet Flatpak contient l'environnement complet, mais dépend d'autres paquets Flatpak, qui seront installés automatiquement. Comme Gourmand est en développement actif, le flatpak n'est pas disponible sur Flathub, et doit être téléchargé et installé manuellement :
    1. Installez Flatpak si ce n'est pas déjà fait :

      USER@MACHINE:~$ sudo apt-get install flatpak

    2. Exécutez dans un terminal la commande suivante :

      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

  4. Python Wheel :
    1. Installez les dépendances :

      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}

    2. installez Gourmand :

      USER@MACHINE:~$ sudo pip3 install gourmand-1.0.0-py3-none-any.whl

    3. Vous pouvez maintenant lancer Gourmand dans un terminal :

      USER@MACHINE:~$ gourmand
      First time? Setting you up with yummy recipes.

Configuration

Utilisation

Désinstallation

  1. Flatpak :

    USER@MACHINE:~$ flatpak remove io.github.GourmandRecipeManager.Gourmand

Problèmes connus

Voir aussi


Basé sur « Gourmand Recipe Manager » par cydanil.

Navigation
  • Pages :
    • créer :
QR Code
QR Code Gourmand Recipe Manager (generated for current page)