Comment 2 for bug 1759984

Revision history for this message
Desnes A. Nunes do Rosario (desnesn) wrote :

Hit a similar dependency error while installing another package.

=======================
root@<pc>:/home/<me>/Downloads# dpkg -i warsaw_setup_64.deb
Selecting previously unselected package warsaw.
(Reading database ... 141951 files and directories currently installed.)
Preparing to unpack warsaw_setup_64.deb ...
Unpacking warsaw (1.12.8-7) ...
dpkg: dependency problems prevent configuration of warsaw:
 warsaw depends on python-gpgme; however:
  Package python-gpgme is not installed.

dpkg: error processing package warsaw (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for systemd (237-3ubuntu10) ...
Errors were encountered while processing:
 warsaw

root@<pc>:/home/<me>/Downloads# apt-get install python-gpgme
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-gpgme 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-gpgme' has no installation candidate

root@<pc>:/home/<me>/Downloads# apt-cache search python-gpgme

root@<pc>:/home/<me>/Downloads# apt-cache search python-gpg
python-gpg - Python interface to the GPGME GnuPG encryption library (Python 2)

root@<pc>:/home/<me>/Downloads# dpkg -l | grep python-gpg
ii python-gpg 1.10.0-1ubuntu1 amd64 Python interface to the GPGME GnuPG encryption library (Python 2)
=======================

Should nautilus-dropbox and warsaw be updated to reference the newer python-gpg package or should the reference to the older python-gpgme package had worked anyways on 18.04?