Unzip the zipped bundle into your project src directory
unzip metricprefixbundle-*.zip to src/*
Enable the bundle in ~/config/bundles.php file
# ~/config/bundles.php
Induxx\Bundle\MetricPrefixBundle\InduxxMetricPrefixBundle::class => ['all' => true],
update doctrine:
bin/console doctrine:schema:update --force
rebuild frontend:
make front