[mythtv-users] Installing MT-DAAPD under Red Hat Linux FC3

Cecil Watson cwatson at linkline.com
Fri Jun 10 21:53:39 UTC 2005


Ashu Desai wrote:

>Can I ask a really stupid question? I know i can download some stuff
>from a website by the command
>
>wget http://
>
>  
>
wget http://thefullpath/to/file

>how do i install it?
>
>  
>

rpm -i package

dpkg -i package

tar xjvf package.tar.bz2
cd package
./configure
make
make install

Regards,

Cecil


More information about the mythtv-users mailing list