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
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to