Step-by-step – GreenWithEnvy Ubuntu 20.10 Installation

September 6, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Dependencies

    Next to Install Needed Packages.

    sudo apt install git meson python3-pip libcairo2-dev libgirepository1.0-dev libglib2.0-dev libdazzle-1.0-dev gir1.2-gtksource-3.0 gir1.2-appindicator3-0.1 python3-gi-cairo appstream-util
    
  2. 3. Installing GreenWithEnvy

    Then to Install GreenWithEnvy App on Ubuntu 20.10
    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


QuickChic Theme • Powered by WordPress