<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 14/09/17 12:30, Damian wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:b4f21c22-6c33-60bd-5782-71fdadca8e5d@surr.co.uk">Hi
      Gang,
      <br>
      <br>
      I feel really silly asking this, but can't work it out.
      <br>
      <br>
      When I upgraded my Xubuntu, it turned off some repros and
      uninstalled some stuff. I've noticed that MythTV is still working
      fine, but the Mythbuntu control centre seems to no longer be
      installed.
      <br>
      <br>
      No problem, I'll re-add it. Except that I can't work out how! :-)
      <br>
      <br>
      If I click on the link to install from the Mythbuntu website I
      think I tries to open Ubuntu's software installer/manager. which
      Xubuntu doesn't have.
      <br>
      <br>
      I thought that I was just having a blond moment with this, but
      I've tried a couple of times and I'm not getting anywhere.
      <br>
      <br>
      What am I missing?
      <br>
      <br>
      Cheers,
      <br>
      Damian
    </blockquote>
    <br>
    Without knowing what your current version of Xubuntu and mythtv is,
    it is difficult to be explicit in an answer, so the following is
    general.<br>
    <br>
    I presume you did an in-place Xubuntu upgrade, what is your current
    version of Xubuntu (lsb_release -a command in a terminal session), 
    also what was the previous version of Xubuntu?<br>
    <br>
    The following command in a terminal session will tell you about
    mythbuntu-control-centre<br>
     apt-cache policy mythbuntu-control-centre <br>
    <br>
    If it is available, just install it (sudo apt-get install
    mythbuntu-control-centre)<br>
    <br>
    You could change the Repositories settings using Synaptic, or just
    add the appropriate mythtv ppa using information from
    <a class="moz-txt-link-freetext" href="https://www.mythtv.org/wiki/Installing_MythTV_on_Ubuntu">https://www.mythtv.org/wiki/Installing_MythTV_on_Ubuntu</a><br>
    e.g. for mythtv 0.28<br>
    <br>
    <pre class="command subordinate" id="yui_3_10_3_1_1505390648453_70">sudo add-apt-repository ppa:mythbuntu/0.28
sudo apt-get update
sudo apt-get upgrade
</pre>
    <br>
    Note if your version of mythtv is 0.27 you will need to upgrade to
    atleast 0.28, or even 29 (just released).  note for mythtv 29 use
    ppa:mythbuntu/0.29.<br>
    Also when upgrading from one mythtv version to another replace sudo
    apt-get upgrade with sudo apt-get dist-upgrade, I also recommend a
    reboot after this.<br>
    <br>
  </body>
</html>