How to Uninstall (locked)

Subscribe to How to Uninstall 1 post, 1 voice

 
Avatar Guillaume Bo... Administrator 203 post(s)

Until I include an uninstall script with the installer, EEP can be uninstalled using those commands in Terminal.app:

sudo rm /etc/httpd/users/eep.conf; sudo rm /etc/httpd/users/+entropy-php.conf; sudo apachectl restart; sudo rm -rf /Library/WebServer/Documents/eyetv-epg-proxy/; sudo rm -rf /usr/local/php5/; sudo chmod 777 /private/etc/; sudo sed -e 's/.*\.titantv\.com.*//g' /private/etc/hosts > /private/etc/hosts.new; sudo mv /private/etc/hosts /private/etc/hosts.bak; sudo mv /private/etc/hosts.new /private/etc/hosts; sudo chmod 644 /private/etc/hosts; sudo chmod 755 /private/etc/;

Then use this line in Terminal.app:

sudo pico /etc/hosts

Remove all lines that have titantv in it (if any). (The mouse won’t work; only use the keyboard.)
When you’re done, hit Ctrl-X

Answer Yes to save the file,

and hit Enter when it asks for the filename.

- Guillaume