Help installing some Java and Flash
I have Git now and some other stuff, but I've looked around and all and I don't get very helpful information. I've used these instructions:
Download the latest version of Flash Player from the Adobe Website.
Click on Download the Latest Player and choose ".deb for Ubuntu" from the dropdown list.Choose "Save File" from the pop up window.
Open a terminal window.
The terminal window will be found under Applications -> Utilities.Change to the directory where your downloaded file was saved.
cd Downloads
Install the libcurl3 library. sudo apt-get install libcurl3
Install the Flash Player.
sudo dpkg --install install_flash_player_<version>_linux.deb
Replace with the latest version number.Restart Firefox.
Check that Flash Player was installed.
Typeabout:plugins
in a browser window, and look for the Flash Player MIME type.
Read more: http://www.ehow.com/how_5068467_install-flash-player-ubuntu.html#ixzz2ixPj47qS
What I don't understand is how I change the directory and all that crap which they say everyone knows.
1 - Open Terminal
2 - Copy & Paste Command:
sudo apt-get install ubuntu-restricted-extras
3 - Press Enter
4 - Type in your username
5 - Press Enter
You have not just installed the Ubuntu Restricted Extras, one part of that is Flash.
Ubuntu Restricted Extras
To install Java, please follow the instructions:
Easy Linux Tips: Installing Java