-
Notifications
You must be signed in to change notification settings - Fork 26
Ubuntu 20.04: missing dependencies cannot be installed #375
Copy link
Copy link
Closed
Description
Issue overview
Hello, I would like to install OpenStudioApplication on Ubuntu 20.04 (I already have the OpenStudio). I simply cannot get around the dependency issues listed below. I have found several similar issues online but none which seems to exactly answer my question.
I'm guessing that I'm not the only person with Ubuntu 20.04 who uses OpenStudioApplication so I'm hoping somebody can answer this.
Current Behavior
This is what I get when I try to install the OSA:
sudo dpkg -i OpenStudioApplication-1.1.0+b2e7010aa0-Linux.deb
(Reading database ... 386400 files and directories currently installed.)
Preparing to unpack OpenStudioApplication-1.1.0+b2e7010aa0-Linux.deb ...
Unpacking openstudioapplication-1.1.0 (1.1.0) over (1.1.0) ...
Found 0 installations of openstudioapplication, first found:
No Other OpenStudioApplication installation found. Will remove manifest, mimetype and icons
Detected 1 other installation(s) of openstudio (SDK). You should probably recreate the symbolic links, example follows:
ln -sf /usr/local/openstudio-3.2.0/bin/openstudio /usr/local/bin/openstudio
dpkg: dependency problems prevent configuration of openstudioapplication-1.1.0:
openstudioapplication-1.1.0 depends on libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>= 3.0.0) | libwxgtk3.0-gtk3-0v5 (>= 3.0.0); however:
Package libwxgtk3.0-0v5 is not installed.
Package libwxgtk3.0-0 is not installed.
Package libwxgtk3.0-gtk3-0v5 is not installed.
When I try to install the libraries in question, the following happens:
sudo apt install libwxgtk3.0v5 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libwxgtk3.0v5 E: Couldn't find any package by glob 'libwxgtk3.0v5'
Expected Behavior
Details
Reactions are currently unavailable