在給NanoPI安裝tvheadend的時候,參照http://www.havetheknowhow.com/Install-the-software/Install-TVHeadend.html
執(zhí)行:apt-add-repository http://apt.tvheadend.org/stable
提示: add-apt-repository:command not found
網(wǎng)上解決辦法是直接安裝工具包
命令:sudo apt-get install python-software-properties
但是親測安裝后還是報command not found,所以依賴包還沒有安裝完全,少了什么呢?
執(zhí)行命令:add-apt-repository ,提示要安裝python-software-properties外還需要software-properties-common
ok,執(zhí)行安裝命令:sudo apt-get install software-properties-common
再次sudo apt-add-repository http://apt.tvheadend.org/stable
一路順暢