Install PeerTV on Ubuntu 8.04 Hardy Heron
PeerTV is a software allowing you to watch various Web TV on your computer. I've got interrested into it because it has a channel dedicated to Science Fiction. This article help you to install PeerTV on Ubuntu 8.04 Hardy Heron.
Fast and obfuscated
If you can not wait, the following command lines summaries this howto. First, you need to initialize your sudo environment:
/usr/bin/sudo /bin/echo
Then, run these command lines:
/usr/bin/wget http://www.peertv.eu/peertvlinux/wxgtk_2.8.3-1_i386.deb --output-document=/tmp/wxgtk_2.8.3-1_i386.deb
/usr/bin/wget http://www.peertv.eu/peertvlinux/peertv_0.4.0.1-1_i386.deb --output-document=/tmp/peertv_0.4.0.1-1_i386.deb
/usr/bin/sudo /usr/bin/apt-get -y install libatk1.0-0 libc6 libexpat1 libfontconfig1 libgcc1 \
libglib2.0-0 libgtk2.0-0 libpango1.0-0 libpng12-0 libsm6 libstdc++6 libx11-6 libxcursor1 \
libxext6 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 zlib1g mplayer
/usr/bin/sudo /usr/bin/dpkg -i /tmp/wxgtk_2.8.3-1_i386.deb
/usr/bin/sudo /usr/bin/dpkg -i /tmp/peertv_0.4.0.1-1_i386.deb
/usr/bin/wget http://howto.landure.fr/gnu-linux/ubuntu-8-04-hardy-heron/installer-peertv-sur-ubuntu-8-04-hardy-heron/peertv-desktop \
--output-document=$HOME/PeerTV.desktop
You will find a shortcut to PeerTV in your Home folder.
Installing
First, download the two packages needed to install PeerTV:
/usr/bin/wget http://www.peertv.eu/peertvlinux/wxgtk_2.8.3-1_i386.deb --output-document=/tmp/wxgtk_2.8.3-1_i386.deb
/usr/bin/wget http://www.peertv.eu/peertvlinux/peertv_0.4.0.1-1_i386.deb --output-document=/tmp/peertv_0.4.0.1-1_i386.deb
Then, install the dependencies of these packages:
/usr/bin/sudo /usr/bin/apt-get install libatk1.0-0 libc6 libexpat1 libfontconfig1 libgcc1 \
libglib2.0-0 libgtk2.0-0 libpango1.0-0 libpng12-0 libsm6 libstdc++6 libx11-6 libxcursor1 \
libxext6 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 zlib1g mplayer
Now, we can install the software:
/usr/bin/sudo /usr/bin/dpkg -i /tmp/wxgtk_2.8.3-1_i386.deb
/usr/bin/sudo /usr/bin/dpkg -i /tmp/peertv_0.4.0.1-1_i386.deb
Once this done, you can run PeerTV with:
/usr/bin/peertv
You can also use the following command line to create a shortcut to PeerTV in your Home folder:
/usr/bin/wget http://howto.landure.fr/gnu-linux/ubuntu-8-04-hardy-heron/installer-peertv-sur-ubuntu-8-04-hardy-heron/peertv-desktop \
--output-document=$HOME/PeerTV.desktop
Thanks
- Thanks to PeerTV developpers.