I have Ubuntu 14.04 and I'm trying to install flash for other browsers via tar.gz I just don't know where to put the files though so it would work with the steam web browser.
Asked
Active
Viewed 167 times
1 Answers
2
Simply, run the following steps:
- Download the file from here. You NEED to get the 32-bit version.
- Extract the tar file. Place it in your home folder.
- Run:
mkdir -p ~/.local/share/Steam/ubuntu12_32/plugins
. This will allow you to install Flash plugins. - Run
cp ~/install_flash_player_11_linux.i386/libflashplayer.so ~/.local/share/Steam/ubuntu12_32/plugins
. This will install the flash plugin into your Steam install. - Install
libxt6
bysudo apt-get install libxt6:i386
. - ???
- PROFIT!

Kaz Wolfe
- 34,122
- 21
- 114
- 172
.tar.gz
file. – Kaz Wolfe Sep 09 '14 at 05:05