Need Help to Remove & Reinstall

1,127 views
Skip to first unread message

Kevin Beattie

unread,
Aug 25, 2014, 1:49:48 PM8/25/14
to rundeck...@googlegroups.com
Hello there,

I need help to figure out how to completely remove all traces of Rundeck so I can start over.

For context, I first tried out rundeck using the standalone JAR file.  Seemed pretty sweet.  Decided I wanted to install the Debian package (Ubuntu 12.04 LTS).  After which, Rundeck wasn't working.  So I removed Rundeck using the apt-get remove rundeck command, but then the JAR instance wasn't working either.

Rather than wipe the VM and start over, is there any documentation on how to do a clean install and remove all traces prior?

Thanks in advance!
Kevin Beattie

Daniel

unread,
Aug 26, 2014, 4:33:23 AM8/26/14
to rundeck...@googlegroups.com
On a Red Hat based distro I would do somethin like:

$ yum remove rundeck -y

And if you want to be sure that no rundeck related file is kept:

$ rm -rf /etc/rundeck
$ rm -rf /var/rundeck/
$ rm -fr /var/lib/rundeck/
$ rm -rf /var/log/rundeck

Hope this helps.
Reply all
Reply to author
Forward
0 new messages