How to install python-gpgme ubuntu 14.04

aptitude, apt-get, synaptic are all front ends. You can use any of them:

  • apt-get install python-gpgme
  • aptitude install python-gpgme
  • (some GUI method for Synaptic)

From 17.10, python-gpgme has been deprecated and replaced by python-gpg. Use that as the package name instead.