Author: Christian Marillat
Date:
To: dmo-discussion
Subject: Re: Testing: MythTV and MariaDB 11.8.8; starttime errors
On 08 juil. 2026 07:03, James Abernathy <jfabernathy@???> wrote:
[...]
> So how to I tell the apt update/upgrade to not mess with mariadb-server
> related packages? Is there a "locking" flag somewhere??
In /etc/apt/preferences add :
,----
| Package: *mariadb*
| Pin: version *
| Pin-Priority: -1
`----
Christian