Francisco Figueiredo Jr. wrote:
what do you mean unpack and run either gui or cmd line, doesn't it need ro be installed into certain folders ?-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
James Lawrence wrote: | i'm trying to install thunderbird as my mail client. mozilla;'s web | page say for all other OS versions," run thunderbird ". well i have a | problem with that, since it isn't packaged as a rpm, can't just "run" | it. right? or is there a cmd that i don't know about? |
Just unpack and run thunderbird. I'm using it with no problems in my fc2 box.
Regards,
Francisco Figueiredo Jr. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iQEVAwUBQON5tf7iFmsNzeXfAQIZSAf+MQjIQ0rorlRuGOK+W0InrEdObb1jejMc 4ERxGNPEgSz+vRnyqAaNWAn8pKQUSh8AjGUtUULIdgfskaxULpDMJq8SnxAHER+O F7qFoTweIhOIR6ujCTCjcOYJEACyTRE82ijzlrKnrdUPMU0I8fZ1OysLYAEPWPJ5 VepmmplwrIM4k+bNY0TQ7CbBR/xvXhh3UCPpA7W+7wdKJAcVXEk6LEd3BcyaiDfX uKw7h5qHQMSP1Q6RsiG42cpr8ufMrDISSiIl05jKr9Ynjsy0Kl8btDQ3Al2ItVF8 YJYnp+ew1elD+F5RXga/Em3jBLPG/SgOPUQuBNaLW2dXnR+NKZJkpg== =1KGA -----END PGP SIGNATURE-----
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
Try this from a command line:
1. Make a subdirectory to hold the installed program.
mkdir tb_holder
2. Copy or move the file you get from Mozilla into the subdirectory that you just made.
3. Change to the above subdirectory.
cd tb_holder
4. Next decompress the tar file.
gunzip thunderbird....tar.tz
You have to put the right stuff in place of the ... in the above.
5. Finally,
tar xfv thunderbird....tar
Same thing with the ... part.
This should give you a program named "thunderbird" so that you can now enter
thunderbird
to run it. If it isn't in the subdirectory name tb_holder (or whatever you chose to call it), then it's probably in a subdirectory of that one.
Dave