Graechan wrote:
fedora is up and running on the 80 gb drive just need gimp and c++
You can get those (and 1000s of other apps) from the Fedora software repository. Open up the Add/Remove Software app from the applications list.
When you find the app you need using the search, just check it, click the apply button and the app with be downloaded and installed.
GIMP 2.8

GCC (C++)

You also need to add the RPMfusion Software Repositories to gain access to 3rd party and non-GPL apps/codecs.
Open a terminal and enter
su - (asks for admin password).
Next, copy and paste the following lines one at a time into terminal, pressing <enter> after each line.
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
That will give you access to the Rpmfusion repositories.
In addition to using the Add/Remove software GUI, you can install apps from the terminal Window using yum. You should install the following apps to give you mp3, video and other multimedia support.
Rhythmbox MP3 Player/Jukebox
yum install rhythmbox gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg
Video Player
You also need to setup the Adobe repository to install flash. Copy and paste the following 2 lines one at a time into terminal, pressing <enter> after each line.
64-bit
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Then, Install flash by entering the following into terminal and pressing <enter>
Most of this information, plus loads of other goodies can be gleaned from..
http://www.mjmwired.net/resources/mjm-fedora-f16.html (applies to F17 as well)
That should get you going installing software from the Fedora repositories.

P.S. - It's not a good idea to go outside the Fedora repositories for software. 99.9% of the time, you will want to install software using these repositories. In other words, don't surf all over the web downloading and installing software in Fedora. That's a Windows user mindset and it doesn't really work that way in Linux.