Re: Source Packages

Startseite

Nachricht beantworten
Autor: Christian Marillat
Datum:  
To: dmo-discussion
Betreff: Re: Source Packages
On 27 mars 2020 16:46, Nikolai Lusan <nikolai@???> wrote:

> Hi,


Hi,

> I was looking for the source packages for things in the DMO repository.
> Mainly so I can play with trying to patch things for problems I am having
> (problems that are probably upstream given some of the bug reports I have
> read).
>
> The source packages don't seem to be in the mainline repository.


Add a deb-src line in your sources.list

deb-src http://www.deb-multimedia.org/ sid main non-free

then :

apt-get update
apt-get source mythtv

Christian