Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install on Ubuntu 24.04 (derivative) #110

Open
pbrada opened this issue Nov 5, 2024 · 5 comments
Open

Could not install on Ubuntu 24.04 (derivative) #110

pbrada opened this issue Nov 5, 2024 · 5 comments

Comments

@pbrada
Copy link

pbrada commented Nov 5, 2024

I wanted to install Modelio 5.4.1 on Linux Mint 22, but install (using the modelio-open-source-5.4.1_amd64.deb) fails with

This package is uninstallable
Dependency is not satisfiable: libwebkit2gtk-4.0-37 (>= 2.24)|libwebkitgtk-3.0-0 (<= 2.4.11-3)

probably because the installed version is libwebkit2gtk-4.1-0.

The system is a Lenovo notebook with i5-8250U and 8GM RAM.
Kernel: 6.8.0-48-generic arch: x86_64 bits: 64 Desktop: Xfce v: 4.18.1 Distro: Linux Mint 22 Wilma

@gatsinski
Copy link

As the release notes for v5.1.0 state: The libwebkitgtk-3.0-0 library is mandatory for Modelio but it's no longer available in the official repositories for later versions of Ubuntu.

The following procedure has to be applied :
sudo nano /etc/apt/sources.list

Add the following line and save:
deb http://fr.archive.ubuntu.com/ubuntu bionic main universe

sudo apt-get update
sudo apt-get install libwebkitgtk-3.0-0

These steps are copied from the release notes of v5.1.0:
https://github.com/ModelioOpenSource/Modelio/releases/tag/v5.1.0

On Linux Mint you can do the same using Software Sources app and navigating to Additional Repositories.

@pbrada
Copy link
Author

pbrada commented Nov 29, 2024

Thanks for pointing me there, I clearly overlooked the info.

However, I don´t think I want to go this direction, except maybe only in a containerized install: https://www.cvedetails.com/vulnerability-list/vendor_id-11350/product_id-20596/Webkitgtk-Webkitgtk.html ...

@Hennzau
Copy link

Hennzau commented Dec 16, 2024

If someone on Ubuntu 24.04 is having an issue with adding the source

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

with an error such as The following signatures couldn't be verified because the public key is not available
You must identify the key, e.g 3B4FE6ACC0B21F32, and then add the key signature :

sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo gpg --export --armor 3B4FE6ACC0B21F32 | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/3B4FE6ACC0B21F32.gpg

@pbrada
Copy link
Author

pbrada commented Dec 21, 2024

@Hennzau Thanks, that did the trick :) I still have it installed in a virtual machine, not on the main computer, due to security concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants