Not downloaded flash player for Ubuntu (debian)? Alternative download!
I'm going to the website adobe to download the Flash player for debian (Ubuntu) faced such a problem (screenshot below):

I solved this problem as follows:
1. Version chosen .rpm (RedHut) and downloaded it;
2. changed .rpm to .deb file the following commands:
install alien:
sudo -k apt-get install alien
transform from .rpm file to .deb file with the following command:
alien --to-deb package.rpm
3. install the .deb package:
sudo dpkg -i package.deb
basically it is all. I hope this issue will soon decide adobe team!
