Installation problem Ubuntu 20.04 OpenStudio Application [closed]

asked 2020-09-01 09:03:15 -0500

efrainpuerto's avatar

updated 2020-09-05 09:32:18 -0500

I've downloaded the DEB package of OpenStudio App in my computer. But when I try to install it (sudo dpkg -i sudo dpkg -i OpenStudioApplication-1.0.0.4f5416cfc7-Linux.deb) it launch the following error:

dpkg: dependency problems prevent configuration of openstudioapplication-1.0.0: openstudioapplication-1.0.0 depends on libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>= 3.0.0); however: Package libwxgtk3.0-0v5 is not installed. Package libwxgtk3.0-0 is not installed.

dpkg: error processing package openstudioapplication-1.0.0 (--install): dependency problems - leaving unconfigured Errors were encountered while processing: openstudioapplication-1.0.0

So I install both packages: the first one (sudo apt-get install -y libwxgtk3.0-gtk3-0v5) launch the following warning:

libwxgtk3.0-gtk3-0v5 is already the newest version (3.0.4+dfsg-15build1). You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: openstudioapplication-1.0.0 : Depends: libwxgtk3.0-0v5 (>= 3.0.0) but it is not installable or libwxgtk3.0-0 (>= 3.0.0) but it is not installable E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

I do that (sudo apt --fix-broken install) and click 'Y' to delete OpenStudioApp.

I continue with the other package: (sudo apt-get install -y libwxgtk3.0-gtk3-0v5): and launch the following message: libwxgtk3.0-gtk3-0v5 is already the newest version (3.0.4+dfsg-15build1). The following package was automatically installed and is no longer required: libfprint-2-tod1 Use 'sudo apt autoremove' to remove it. I command the suggestion (sudo apt autoremove) and remove that package. Now I have both installed (libwxgtk3.0 and libwxgtk3.0v5), so I use again the command to install OpenStudio and again launch the same first error. Any idea why this happens?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by efrainpuerto
close date 2024-05-08 18:40:03.164909

Comments

The OpenStudio App v 1.0.0 officially supports Ubuntu 18.04 Bionic Beaver and does not officially support Ubuntu 20.04. See the installation instructions/notes.

MatthewSteen's avatar MatthewSteen  ( 2020-09-05 14:25:45 -0500 )edit