How to Install GreenWithEnvy on Fedora 30 Gnu/Linux

May 22, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Dependencies

    Next to Install Needed Packages

    sudo dnf install desktop-file-utils git gobject-introspection-devel gtk3-devel libappstream-glib libdazzle libnotify meson python3-cairocffi python3-devel python3-pip redhat-rpm-config
    
  2. 3. Installing GreenWithEnvy

    Then to Install GreenWithEnvy App on Fedora 30
    First, Clone the Git Repository:

    cd && cd Downloads
    git clone --recurse-submodules -j4 https://gitlab.com/leinardi/gwe.git
    

    Change to the Target directory:

    cd gwe

    Check for Updates:

    git checkout release
    

    Next Install the required Python modules:

    sudo pip3 install -r requirements.txt

    And Finally, Built and Install it:

    meson . build --prefix /usr
    
    ninja -v -C build
    
    sudo ninja -v -C build install

    All the Setup is quite Quick and Straightforward…

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

QuickChic Theme • Powered by WordPress