Ubuntu – Sha1sum Mismatch! Clarification

wine

I just started using Ubuntu, and I'm trying to get Wine up and running. By using Winetricks I'm trying to install some software and I keep getting this error message:

http://i.imgur.com/l65jhSa.png

It says

"Sha1sum Mismatch! Rename
/home/jaken/.cache/winetricks/flash/install_flash_player_10_active_x_.exe
and try again"

I don't know what it wants me to rename. I'm confused by this error screen. Could anyone shed some light on an Ubuntu noob?

Best Answer

Alternatively you could install flash player from the terminal (press Ctrl + Alt + T) and type in the following:

sudo apt-get install flashplugin-installer 
Related Question