×
Modelio 4.0.0 released (07 Nov 2019)
Modelio 4.0.0 has been released ( www.modelio.org/forum/4-announcements/45...-4-0-0-released.html )
Setup on Linux (avoid dummy /workspace, Mozilla Path, Libreoffice, etc.)
6 years 2 months ago #4029 by pan
As indicated in the requirements page, it is the libwebkit-1.0 which is required. However maybe there is conflicts if several libwebkit are present in the system.
We'll try to test this configuration (several libwebkit installed).
We'll try to test this configuration (several libwebkit installed).
Please Log in or Create an account to join the conversation.
- modelio_linux_user
-
- Offline
- Fresh Boarder
-
Less More
- Posts: 2
- Thank you received: 0
5 years 10 months ago - 5 years 10 months ago #4248 by modelio_linux_user
I have the same problem as described in this thread. I had a look at the required linux packages on
www.modelio.org/quick-start-pages/12-requirements.html
, but I cannot find most of them. An example:
Running Ubuntu 16.04. I also tried on Ubuntu 14.04 (since 16.04 is not included among the supported systems on the requirements page) but that gave the same error.
$ sudo apt install libatk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libatk
Running Ubuntu 16.04. I also tried on Ubuntu 14.04 (since 16.04 is not included among the supported systems on the requirements page) but that gave the same error.
Last Edit: 5 years 10 months ago by modelio_linux_user.
Please Log in or Create an account to join the conversation.
5 years 10 months ago #4249 by ffe
Hi,
On Debian / Ubuntu, the ATK library is installed by the package named "libatk1.0-0".
On the requirement page, this is a list of libraries and not a list of packages to install.
In order to find the packages to install, you can use the following command:
apt-cache search pattern_to_search
For example, to know which package contains the ATK library :
apt-cache search libatk
Hope this helps,
ffe
On Debian / Ubuntu, the ATK library is installed by the package named "libatk1.0-0".
On the requirement page, this is a list of libraries and not a list of packages to install.
In order to find the packages to install, you can use the following command:
apt-cache search pattern_to_search
For example, to know which package contains the ATK library :
apt-cache search libatk
Hope this helps,
ffe
The following user(s) said Thank You: modelio_linux_user
Please Log in or Create an account to join the conversation.
- modelio_linux_user
-
- Offline
- Fresh Boarder
-
Less More
- Posts: 2
- Thank you received: 0
5 years 10 months ago #4250 by modelio_linux_user
Hi!
Thanks for the fast reply!
What about the libwebkit-1.0 package? Runninggives nothing, searching for just libwebkit-1.0 gives a long list of packages. Which to choose?
Thanks for the fast reply!
What about the libwebkit-1.0 package? Running
$ sudo apt-cache search libwebkit-1.0
sudo apt-cache search libwebkit
libwebkit2gtk-4.0-37 - Web content engine library for GTK+
libwebkit2gtk-4.0-37-gtk2 - Web content engine library for GTK+ - GTK+2 plugin process
libwebkit2gtk-4.0-dev - Web content engine library for GTK+ - development files
libwebkit2gtk-4.0-doc - Web content engine library for GTK+ - documentation
libwebkit-cil-dev - CLI binding for the WebKit library - development package
libwebkit-dev - Transitional package for the development files of WebKitGTK+
libwebkit1.1-cil - CLI binding for the WebKit library
libwebkit2gtk-3.0-25 - WebKit2 API layer for WebKitGTK+
libwebkit2gtk-3.0-25-dbg - WebKit2 API layer for WebKitGTK+ - debugging symbols
libwebkit2gtk-3.0-dev - WebKit2 API layer for WebKitGTK+ - development files
libwebkitgtk-1.0-0 - Web content engine library for GTK+
libwebkitgtk-1.0-0-dbg - Web content engine library for GTK+ - debugging symbols
libwebkitgtk-1.0-common - Web content engine library for GTK+ - data files
libwebkitgtk-3.0-0 - Web content engine library for GTK+
libwebkitgtk-3.0-0-dbg - Web content engine library for GTK+ - debugging symbols
libwebkitgtk-3.0-common - Web content engine library for GTK+ - data files
libwebkitgtk-3.0-dev - Web content engine library for GTK+ - development files
libwebkitgtk-common-dev - Web content engine library for GTK+ - common development files
libwebkitgtk-dev - Web content engine library for GTK+ - development files
libwebkitgtk2.0-cil - CLI bindings for WebKitGTK+ 3.0 (transitional package)
libwebkitgtk2.0-cil-dev - CLI bindings for WebKitGTK+ 3.0 (transitional development package)
libwebkitgtk3.0-cil - CLI bindings for WebKitGTK+ 3.0 using GObject Introspection
libwebkitgtk3.0-cil-dev - CLI bindings for WebKitGTK+ 3.0 using GObject Introspection - development
Please Log in or Create an account to join the conversation.
5 years 10 months ago #4251 by ffe
Hi,
The library name is "libwebkitgtk-1.0" and not "libwebkit-1.0" and on Debian / Ubuntu, it is the "libwebkitgtk-1.0-0" package which install it.
We will update the libraries requirements list...
Best regards,
ffe
The library name is "libwebkitgtk-1.0" and not "libwebkit-1.0" and on Debian / Ubuntu, it is the "libwebkitgtk-1.0-0" package which install it.
We will update the libraries requirements list...
Best regards,
ffe
The following user(s) said Thank You: modelio_linux_user
Please Log in or Create an account to join the conversation.
Moderators: tma
Time to create page: 0.046 seconds