I'm not an expert in Ubuntu, so maybe it's a stupid question, but I'm having problems trying to install a software called pyPENELOPE. Following the steps in their site http://pypenelope.sourceforge.net/download.html I tried the comand
sudo dpkg -i /path/python-penelope_0.2.10-1_all.deb
But I've received the error message
Preparing to unpack .../python-penelope_0.2.10-1_all.deb ... Upgrading pyPENELOPE Unpacking python-penelope (0.2.10-1) over (0.2.10-1) ... dpkg: dependency problems prevent configuration of python-penelope: python-penelope depends on python-wxgtk2.8; however: Package python-wxgtk2.8 is not installed.dpkg: error processing package python-penelope (--install): dependency problems - leaving unconfigured Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ... Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ... Processing triggers for mime-support (3.60ubuntu1) ... Errors were encountered while processing: python-penelope
What I'm doing wrong?
sudo apt-get install python-wxgtk2.8
before unpacking pyPenelope. – Ollie Jun 24 '20 at 20:46Reading state information... Done Package python-wxgtk2.8 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'python-wxgtk2.8' has no installation candidate`
– Tanus Szabo Jun 24 '20 at 20:50