LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling mythtv - how? (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-mythtv-how-519527/)

Sfpiano 01-15-2007 01:30 PM

Uninstalling mythtv - how?
 
MythTV is driving me nuts, so I just want to start over fresh. However I'm not sure how to uninstall it. I'm running Ubuntu Edgy, and I tried apt-get --purge remove mythtv, but it said it couldn't do that because it was installed.

pljvaldez 01-15-2007 04:04 PM

first, find out what the package is called dpkg --get-selections |grep myth. Then make sure no processes are still running ps aux |grep myth (kill -9 any processes). Then try sudo aptitude purge mythtv (or whatever the myth package is called on your system).

IBall 01-15-2007 07:19 PM

1) Reinstalling might not help. What are your problems, and we might be able to help.

2) Try "dpkg-reconfigure mythtv" and see if that helps.

--Ian


All times are GMT -5. The time now is 08:16 AM.