Repository for OzMyth is Back …

Well it been a while now and have had many people (friends) asking when my OzMyth repository will be up and running

initially I started this as a mechanism of helping my friends out (and also so I wouldn’t have to keep spending my weekends rebuilding their MythTV boxes over and over again.

What I’ve done is simply created some metapackages to assist in the installation of MythTV as well as some configuration scripts

To use the repository simply add the following lines to you /etc/apt/sources.list file

Method 1

  1. open a terminal
  2. type in “sudo gedit /etc/apt/sources.list” to bring up the sources repository listing
  3. add the following codedeb http://bencic.net/repo/ hardy main
    deb http://packages.medibuntu.org/ hardy free non-free
  4. type in “sudo aptitude update” to refresh the apt packages listing

Method 2

  1. open a terminal
  2. type in
    wget http://bencic.net/repo/pool/hardy/ozmyth-repo_2.0_all.deb
  3. type in
    dpkg -i ozmyth-repo_2.0_all.deb
  4. type in “sudo aptitude update” to refresh the apt packages listing

Once the repository is installed you can install OzMyth through Synaptics or via the command line sudo aptitide install ozmyth

Leave a Reply