Custom Search

Saturday, February 9, 2013

ClearOS how to Uninstall or Disable app

1) Login to ClearOS SSH console.
Example: ssh root@192.168.1.7

2) List App
# yum --enablerepo=* list app-mysql

3) Remove App
# yum --enablerepo=* remove app-mysql

* Check Web console and confirm that App is removed.


No comments:

Post a Comment