How to check adobe-flashplugin version via command line.

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
kukamuumuka

How to check adobe-flashplugin version via command line.

Post by kukamuumuka »

1. Check if the plugin is installed.

Code: Select all

dpkg --get-selections | grep adobe-flashplugin
2. Check the version
.... Firefox, etc.

Code: Select all

strings /usr/lib/adobe-flashplugin/libflashplayer.so|grep LNX|awk '{print $2}'
.....WebKit-based browsers like Opera, Chrome and Chromium

Code: Select all

strings /usr/lib/adobe-flashplugin/libpepflashplayer.so|grep LNX|awk '{print $2}'
Of course you can check from Adobe's site also.
http://get.adobe.com/flashplayer/about/
Post Reply

Return to “Tutorials”