Difference between revisions of "Installing MythTV on Ubuntu"
From MythTV Official Wiki
(Created page with "{{User Manual New TOC}} {{UpToDate 0.27}} =Introduction= This page describes how to install on Ubuntu, using the package manager. Decide what type of installation you need....") |
(Explanation of which package to choose) |
||
Line 3: | Line 3: | ||
=Introduction= | =Introduction= | ||
This page describes how to install on Ubuntu, using the package manager. | This page describes how to install on Ubuntu, using the package manager. | ||
− | + | =Choose Your Package= | |
Decide what type of installation you need. | Decide what type of installation you need. | ||
If this is your first system and you are using a single box for recording and watching, you need a complete frontend, backend and database. Choose the mythtv package. | If this is your first system and you are using a single box for recording and watching, you need a complete frontend, backend and database. Choose the mythtv package. | ||
− | If you are adding a | + | If you are adding a [[User_Manual:Setting_Up#Frontend|Frontend]] to an existing system, to allow for watching on another TV or computer system, choose the mythtv-frontend package. |
− | + | If you are adding a [[User_Manual:Setting_Up#Slave_Backend|Slave Backend]] use mythtv-backend. This is an advanced usage that few people will need. | |
− | If you are adding a | ||
− | |||
− | |||
− | |||
− | |||
There are packages for installing a complete system, or for installing parts of a multi server system. | There are packages for installing a complete system, or for installing parts of a multi server system. | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 16:11, 12 July 2015
This page is up-to-date as of MythTV version 0.27.6, the current release is 31.0
Introduction
This page describes how to install on Ubuntu, using the package manager.
Choose Your Package
Decide what type of installation you need.
If this is your first system and you are using a single box for recording and watching, you need a complete frontend, backend and database. Choose the mythtv package.
If you are adding a Frontend to an existing system, to allow for watching on another TV or computer system, choose the mythtv-frontend package.
If you are adding a Slave Backend use mythtv-backend. This is an advanced usage that few people will need.
There are packages for installing a complete system, or for installing parts of a multi server system.
mythtv | Complete frontend and backend system with database. |
mythtv-frontend | Frontend that connects to a separate backend. |
mythtv-backend | Backend without database. This is either a master backend where there is a separate database server or a slave backend. |
mythtv-backend-master | Master Backend with database. |
mythtv-database | MythTV database only. Advanced use where there is a separate database server from backend. You will need to also install mysql server when using this. |
mythplugins | Plugins for a frontend system. |