[mythtv-commits] Ticket #13151: Page on "Installing MythTV on Debian" is missing a critical step

MythTV noreply at mythtv.org
Thu Oct 12 21:58:26 UTC 2017


#13151: Page on "Installing MythTV on Debian" is missing a critical step
----------------------------------+------------------------------
 Reporter:  ttabyss@…             |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  blocker               |      Milestone:  needs_triage
Component:  Documentation         |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+------------------------------

Comment (by ttabyss@…):

 Let me try again:

 replace:
 {{{
 sudo apt-get install packagename
 }}}
 with
 {{{
 sudo dpkg-scanpackages -m . | gzip -c > Packages.gz
 sudo echo "deb [trusted=yes] file:///full/path/to/build/packaging/deb ./"
 > /etc/apt/sources.list.d/mythtv.list
 sudo apt-get update
 sudo apt-get install packagename

 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13151#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list