Install aerospike community server on Ubuntu 20.04

425 views Asked by At

aerospike-server-community-5.2.0.2.ubuntu20.04.x86_64.deb depends python package, but Ubuntu 20.04 support only python3 and when I’m trying to install deb package I’m getting an error:

dpkg: dependency problems prevent configuration of aerospike-server-community: 
aerospike-server-community depends on python; however: Package python is not installed.
1

There are 1 answers

4
BYme On

sudo apt-get update && sudo apt-get install python3