To uninstall a package:
- Log into CP server as cpanel user.
- Run package uninstaller:
java psoft.hsp.tools.PkgUnInstaller --pkg-name=PackageName [--force]
Options:
--pkg-name=PackageName - specify the package name.
It should be without the version and build number, as in the
Package Name column in
the list of installed packages
(Settings/Packages menu in admin panel).
For example, if the package installed is MyPackage-1.0.1-2.hsp,
package name to be specified is MyPackage:
java psoft.hsp.tools.PkgUnInstaller --pkg-name=MyPackage
--force - force the uninstallation.
Restart H-Sphere.
|