back to index
M4 Project Client Install
M4 Project

Unix: How to uninstall enigma-client

This page contains step by step uninstall instructions for enigma-client.


/etc/inittab version:

Become root. Remove the line you added to /etc/inittab before.

Inform init about the change:


telinit Q

Switch back to your normal user ID. Remove the client's run directory:


rm ~/.enigma-client/* && 
rmdir ~/.enigma-client

That's it.


crontab version:

Remove the line you added to your crontab before:


crontab -e

Find out the PID of enigma-client (it will show up as python) and/or enigma:


pstree -p
(or)
ps -aux

Kill the relevant PID:


kill <PID of python>
(or)
kill <PID of enigma>

Remove the client's run directory:


rm ~/.enigma-client/* && 
rmdir ~/.enigma-client

That's it.


Contact:

Stefan Krah <website @ bytereef.org>