Cannot install AMC (Aerospike Management Console) on Debian 7

It’s a bug in packaging. There is a difference between Python and python :scream:

I’ve solved this issue by:

  1. Downloading .deb package.
  2. mkdir -p amc/DEBIAN
  3. dpkg -x amc.x86_64.deb amc
  4. dpkg -e amc.x86_64.deb amc/DEBIAN
  5. Edit amc/DEBIAN/control by replacing Python with python
  6. Build new package with: dpkg -b amc aerospike-amc-community_3.6.2_all

Now you have properly working aerospike-amc-community_3.6.2_all.deb with AMC.

I’d love this to be fixed in upstream, but apparently AMC doesn’t have public repository/bug tracker :frowning: