Announcement

Collapse
No announcement yet.

Please help me !!! Can't remove MythTV !!!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Please help me !!! Can't remove MythTV !!!

    I can't remove MythTv. Adept says that it's not installed, but it's still in my application->multimedia.
    I tried also from terminal with "sudo apt-get remove mythtv" and again it says that is not installed.
    Then how can I delete it ??
    Please someone help me !!!

    #2
    Re: Please help me !!! Can't remove MythTV !!!

    Maybe it has been removed but you need to remove it from the menu. Right click on the KMenu and choose Menu Editor...
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Please help me !!! Can't remove MythTV !!!

      Originally posted by arochester
      Maybe it has been removed but you need to remove it from the menu.
      I don't think so because it start the configuration screen (localhost, user, password) of MythTv. Then it seems to run.
      How can it be ?
      Thks for your reply.

      Comment


        #4
        Re: Please help me !!! Can't remove MythTV !!!

        Have you got Synaptic? What happens in Synaptic if you do a search for: mythtv ?
        "A problem well stated is a problem half solved." --Charles F. Kettering
        "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

        Comment


          #5
          Re: Please help me !!! Can't remove MythTV !!!

          There area some
          Code:
          dpkg
          commands that you can run in a terminal.

          Code:
          dpkg -l mythtv
          to see what the current status of the package may be (assuming that "myttv" is the actual package name).
          Code:
          dpkg -C
          to audit for "problem" package installs.
          Code:
          sudo dpkg --purge mythtv
          to remove all vestiges of the package and its configs (again, assuming that "myttv" is the actual package name).
          The next brick house on the left
          Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11​| Kubuntu 24.04 | 6.8.0-31-generic



          Comment


            #6
            Re: Please help me !!! Can't remove MythTV !!!

            Originally posted by arochester
            What happens in Synaptic if you do a search for: mythtv ?
            I don't have Synaptic. I have Adept, and I do a search it doesn't see MythTv installed. But I got it in my Application.

            Thks

            Comment


              #7
              Re: Please help me !!! Can't remove MythTV !!!

              Originally posted by jglen490
              1) dpkg -l mythtv to see what the current status of the package may be
              2) dpkg -C to audit for "problem" package installs.
              3) sudo dpkg --purge mythtv to remove all vestiges of the package and its configs
              There was some mythtv-**various name** packages list, with different dependencies.
              Then I purge them all, but I don't know if there are some other package left by the installation/uninstallation of MythTV.
              Anyway now MythTv is not long in my Application.

              Thks very much.

              Comment

              Working...
              X