/**
* uninstalls an addon.
*
+ * @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::uninstallAddon()` instead
+ *
* @param string $addon name of the addon
* @return void
* @throws \Exception
/**
* installs an addon.
*
+ * @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::installAddon()` instead
+ *
* @param string $addon name of the addon
* @return bool
* @throws \Exception
/**
* reload all updated addons
*
+ * @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::reloadAddons()` instead
+ *
* @return void
* @throws \Exception
*
* * Maintainer: Jess <email>
* *
* *\endcode
+ *
+ * @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::getAddonInfo()` instead
+ *
* @param string $addon the name of the addon
* @return array with the addon information
* @throws \Exception