Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > x86 64-bit Users
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

x86 64-bit Users
For the discussion of Ubuntu on the AMD 64 platform.

 
Thread Tools Display Modes
Old December 12th, 2007   #1
Maybelline
5 Cups of Ubuntu
 
Join Date: Apr 2006
Beans: 31
Re: Error installing flashplugin, md5sum mismatch

Quote:
Originally Posted by Jeroi View Post
Ok, here is fix for Kubuntu Gutsy amd64 flashplugin-nonfree md5-checksum error:

1. sudo apt-get install flashplugin-nonfree
2. sudo nano /var/lib/dpkg/info/flashplugin-nonfree.postinst
3. Edit:
Code:
# verify MD5 checksum of (copied or downloaded) tarball
rm -rf install_flash_player_9_linux/
echo "821cc72359a937caef85bb4cc74ef5cd install_flash_player_9_linux.tar.gz"| md5sum -c > /dev/null 2>&1 \
|| fp_exit_with_error "md5sum mismatch install_flash_player_9_linux.tar.gz"

# unpacking and checking the plugin
tar xzf install_flash_player_9_linux.tar.gz || fp_exit_with_error "cannot unpack plugin"
echo "be5a2f9032f8fc8bccbbf5d96c5028f9 install_flash_player_9_linux/libflashplayer.so"| md5sum -c > /dev/null 2>&1 \
|| fp_exit_with_error "plugin changed, not trusted"
echo "a81fd3b03b8c6d6e5a14298110718d3f install_flash_player_9_linux/flashplayer.xpt"| md5sum -c > /dev/null 2>&1 \
|| fp_exit_with_error "plugin changed, not trusted"
to:
Code:
        # verify MD5 checksum of (copied or downloaded) tarball
        rm -rf install_flash_player_9_linux/
        echo "93b7c48eaa492237b807a3ae1de65cf9  install_flash_player_9_linux.tar.gz"| md5sum -c > /dev/null 2>&1 \
                || fp_exit_with_error "md5sum mismatch install_flash_player_9_linux.tar.gz"

        # unpacking and checking the plugin
        tar xzf install_flash_player_9_linux.tar.gz || fp_exit_with_error "cannot unpack plugin"
        #echo "a81fd3b03b8c6d6e5a14298110718d3f  install_flash_player_9_linux/flashplayer.xpt"| md5sum -c > /dev/$
        #echo "13ce705df5d47422a9192b29827544e8  install_flash_player_9_linux/libflashplayer.so"| md5sum -c > /de$
        #       || fp_exit_with_error "plugin changed, not trusted"
4. sudo dpkg-reconfigure flashplugin-nonfree
5. nspluginwrapper -v -a -i

Atleast this helped me and after 3hour of trying, it gave me so nice warm wave to watch flash with firefox. I hope you rest can enjoy it too.
In case anyone (like me) likes to pore over the code as you follow along, don't miss the extra space (2 of them) between the md5sum and the install_flash_player_9_linux.tar.gz on this line:
Code:
 echo "93b7c48eaa492237b807a3ae1de65cf9  install_flash_player_9_linux.tar.gz"
Thanks, Jeroi... worked like a champ.
Maybelline is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:00 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry