<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px">On Wed, 10 Oct 2018 at 00:26, David Williams <<a href="mailto:mythtv_david@yahoo.com">mythtv_david@yahoo.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id="gmail-m_3296439062448070242yui_3_16_0_ym19_1_1539126191861_2729" dir="ltr">As an alternative I tried to install 0.28 on Xubuntu 18.04. I couldn't figure out how to downgrade 0.29 with either Synaptic or the command line install. Even after I set PPA for 0.28 it downloaded 0.29. Is there a way to achieve this and/or is there somewhere I can download 0.28. I looked but it was elusive. </div></blockquote><div id="gmail-m_3296439062448070242yui_3_16_0_ym19_1_1539126191861_2729" dir="ltr"><br></div><div>The package manager will usually install the latest version by default.  You should be able to install a specific version using the format:</div><div><br></div><div>sudo apt-get install package_name=version_number</div><div><br></div><div>To make sure you have the 0.28 version available to the package manager (PPA enabled and updated via apt-get update), you could:</div><div><br></div><div>apt-cache show mythtv | grep Version:</div><div><br></div><div>which should obviously show 0.28 and 0.29.</div><div><br></div><div>Finally, automatic upgrades will upgrade your system from 0.28 to 0.29.  You can stop this by placing the package in a hold state using dpkg.  The dpkg command to do this reads from stdin, however.  Let's say you want to hold the mythtv-backend package.  First type:</div><div><br></div><div>sudo dpkg --set-selections</div><div><br></div><div>then on the line below type:</div><div><br></div><div>mythtv-backend hold</div><div><br></div><div>then hit enter, followed by control-D, which should return you to the command prompt.</div><div><br></div><div>You can verify the package hold states for all packages using:</div><div><br></div><div>dpkg --get-selections<br></div><div><br></div><div>or:</div><div><br></div><div>dpkg --get selections | grep mythtv-backend</div><div><br></div><div>to verify the hold state of the mythtv-backend package.<br></div><div><br></div><div>Ian</div><div><br></div></div></div></div></div>