Pentaho

 View Only
  • 1.  libwebkitgtk-1.0-0 on ubuntu 22.04 LTS

    Posted 06-10-2022 05:42
    Hi there,

    just testing out the latest pdi-kettle on ubuntu 22.04 LTS. But getting on start:
    $ /opt/data-integration/spoon.sh 
    #######################################################################
    WARNING:  no libwebkitgtk-1.0 detected, some features will be unavailable
        Consider installing the package with apt-get or yum.
        e.g. 'sudo apt-get install libwebkitgtk-1.0-0'
    #######################################################################
    ​


    But libwebkitgtk-1.0-0 is no longer available on ubuntu 22.04 and so I tried to install later versions of libwebkitgtk. But getting always the same error on startup.

    For what is libwebkitgtk needed and if it is important - how can I solve that issue?



    ------------------------------
    Robert Meggle
    Business Development Manager
    merotech
    ------------------------------


  • 2.  RE: libwebkitgtk-1.0-0 on ubuntu 22.04 LTS

    Posted 06-12-2022 19:00
    libwebgtk is the linux port of the webkit browser extensions.

    You can still install it, but you need to add the older ubuntu package repository
    sudo nano /etc/apt/sources.list

    Add this entry to the file and save:

    deb http://cz.archive.ubuntu.com/ubuntu bionic main universe

    sudo apt-get update

    sudo apt-get install libwebkitgtk-1.0-0
    How to install the libwebkitgtk package on Ubuntu 20.04 LTS?





    ------------------------------
    Andrew Cave
    Systems Engineer
    BizCubed Pty Ltd
    Australia
    ------------------------------



  • 3.  RE: libwebkitgtk-1.0-0 on ubuntu 22.04 LTS

    Posted 06-14-2022 16:28
    I ran into the same problem trying to install this package on the AWS Linux 2 standard image. Any ideas how I might install this older package on AWS Linux 2 (which, IIRC, is based on RedHat Enterprise Edition)?

    ------------------------------
    Kevin Kitts
    IT Support Manager
    MITRE
    ------------------------------



  • 4.  RE: libwebkitgtk-1.0-0 on ubuntu 22.04 LTS

    Posted 05-30-2023 15:59

    After editing the source file with:

    sudo nano /etc/apt/sources.list

    #Add this entry to the file and save:
    deb http://cz.archive.ubuntu.com/ubuntu bionic main universe


    If the system complains about unknown GPG public Key when trying to execute the 

    sudo apt-get update

    and you observe error similar to this one:


    Execute the following command where the last HEX string corresponds to the returned to you (might be different):

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32


    Repeat the installation procedure with:

    sudo apt-get update

    sudo apt-get install libwebkitgtk-1.0-0


    ------------------------------
    Mladen Milev
    Software Development Engineering Senior Manager
    Hitachi Vantara
    ------------------------------



  • 5.  RE: libwebkitgtk-1.0-0 on ubuntu 22.04 LTS

    Posted 06-28-2022 11:25
    > For what is libwebkitgtk needed and if it is important - how can I solve that issue?

    It is used for certain dialogs, which are browser based, and for the Preview command which opens the data visualization tool.

    ------------------------------
    Duarte Cunha Leao
    Software Development Engineer - Specialist
    Hitachi Vantara
    ------------------------------