`Adobe Commerce` On-Premise / Magento Open Source {#adobe-commerce-25-2-0-install-onpremise}
============================================================================================

To install the module using Composer, run these commands in your `Adobe Commerce` On-Premise and Magento Open Source environments.

```
php bin/magento module:enable Cybersource_Payment
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento module:status
```

