<div dir="ltr"><div class="gmail_extra"><div class="gmail_extra">There is nothing requiring the mythplugin package other than the main mythtv meta package that brings in everything. This is DNF being too aggressive in removing package it thinks you don't need.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You probably did the original install as "dnf install mythtv". DNF installs all the required packages but only the mythtv package is marked as installed by the user, therefore all of the dependencies that are brought in can be automatically removed because of the default setting in /etc/dnf/dnf/conf, "clean_requirements_on_remove=True". </div><div class="gmail_extra"><br></div><div class="gmail_extra">You can change that value OR mark installed all the packages you want to keep from, for example:</div><div class="gmail_extra"><br></div><div class="gmail_extra"># dnf mark installed mythtv-frontend mythtv-backend mythtv-docs mythweb</div><div class="gmail_extra"><br></div><div class="gmail_extra">The next time you do "dnf erase mythplugins" the list should be much shorter. Just make sure you review the list so you're sure you got all the packages you want to keep marked as user installed.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks,</div><div class="gmail_extra">Richard</div></div></div>