Auteur: Christian Marillat
Date:
À: dmo-discussion
Sujet: Re: MythTV 0.28
On 30 avril 2016 15:16, Josu Lazkano <josu.lazkano@???> wrote:
> Hello,
Hi,
> I just upgrade the mythbackend server with backports and I have this:
>
> # apt-get upgrade
The first call to apt-get should be update to refresh packages list :
apt-get update
And then :
apt-get dist-upgrade
Christian