Hello luckyiducky
For installing packages most of us use something that is not installed with Fedora called 'Yumex'. I suggest you give it a try.
If you open a terminal window and use the command:
to obtain full root permissions - note the space and the minus sign are important to give you full root access - then, after giving your root password:
You will find the program called 'yum extender' on the "Gnome Applications Menu - System Tools. It's colloquially known as yumex.
It should help you to install all programs in the Fedora repositories.
Unfortunately, Adobe Flash will not be one of them. For licence reasons it is not included in the Fedora Repositories.
To install that you can install the Flash repository with this command:
Code:
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
You should then find 'flash-plugin' in the available packages section of Yumex, or you could do it from the command line with:
Code:
yum install flash-plugin
Hope that helps, post back if you encounter problems.