LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to compile .torrent files (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-compile-torrent-files-274089/)

zameer_india 01-05-2005 06:11 AM

how to compile .torrent files
 
Hi, Everybody...

Could any body help me how to compile "xxxxxxxxxxxx.torrent " file.....?

any help would be appreciate..

thnx in advance..

zameer ahmed syed.

JunctaJuvant 01-05-2005 06:47 AM

Perhaps the easiest way is to use a torrent client like Azureus
It has a "create torrent" option.

zameer_india 01-05-2005 10:13 PM

Thanx juvant....

I dowloaded azureus file.... when i am trying to install then it ask JRE 1.4.x ....

for that i download a file j2re-1_4_2_06-linux-i586-rpm.bin... file...now my doubt was can i install this file using "rpm -i filename " command... why iam asking this is this file is having "rpm.bin" extension... since it is having .bin extension is there any other process to extract this file? any help would be appreciate...


thanx,
zameer ahmed syed....

zameer_india 01-05-2005 10:27 PM

when i am trying with "rpm -i filename.rapm.bin " then it gives error message like its not a rpm package or package manifest....
what to do?....................

is there anybody to help me regarding this issue.......?????????????

------zameer ----------------

JimBass 01-06-2005 12:22 AM

You have to make the .bin file executable. as root,
Code:

chmod a+x *.bin
will do it, as long as you're in the same directory as the file. That will do the java install. The rpm -i command would work if it was just an rpm, but it isn't. The filename ends in .bin, so rpm wouldn't work.

Peace,
JimBass


All times are GMT -5. The time now is 09:48 AM.