Uninstalling the RemoteConnect Eclipse SDK in Ubuntu
When using RemoteConnect, the SCADAPack x70 Documentation Set includes a section "Installing Eclipse and SCADAPack 47xi SDK"
If an end user is having issues with Eclipse and needs to repair/reinstall it or if they have an incorrect version installed that needs to be removed., please open a terminal window in Ubuntu (Ctl-Alt-T)
These instructions will remove all of the components associated with Eclipse on the SCADAPack 47xi. There is no built- in undo. A new installation of the SCADAPack 47xi Edge Application SDK will be required. If you have a workspace directory with project files that is nested in one of the eclipse folders, you may want to move this folder or save a backup elsewhere before proceeding.
(this changes your current working directory to your home directory)
cd ~/
(rm =remove files/directories; -r = recursive, required to delete directories and their contents; -f = force, means no prompts or questions along the way
rm -rf ./eclipse
rm -rf ./.eclipse
rm -rf ./oecore-i686/