ok well after extracting the file the first thing I done was:
sudo yum install tor
then y to complete.
cd tor-browser_en-US
./configure
to which i get a permission error
so then i tried ./start-tor-browser
Wrong architecture? 32-bit vs. 64-bit.
so yes? I installed both 32 bit and 64 bit after that error but nothing changed, same error
You are clearly doing it wrong.
Lets get this straight.
Since manual/scripted compilation can be a pain and hard to manage they invented something called a 'package management system'.
Many distro's have their own interpretation and implementation.
Fedora amongst sisters uses yum.
You either install things (binaries) through yum or if you need really specific compilation settings or if it is not in the repo's you would do it the manual way.
Basically what you are doing is both, which is not gonna work and if you are not careful is gonna mess up a lot of shit that can be difficult to fix for a linux newbie.
Just use yum, hell try a GUI version and forget about the terminal for now.
http://www.muktware.com/2012/06/installing-yumex-in-fedora-17-taming-the-beast/2566Find a guide on how to use it, run it with elevated privs, either sudo or as SU.
'yum install tor'
should do the trick for installing tor.
As for the browser bundle, try to find out if there are pre-built packages , I'm pretty sure there are.
https://jamielinux.com/articles/2013/01/tor-and-tor-browser-repository-on-fedora/