Skip to main content

Adobe flash player install ubuntu and kali linux

Recently I fresh install Ubuntu 13.04. Then I install chromium browser, after that I'm facing youtube video streaming. Chromium doesn't have inbuilt flash player like in Chrome. I tried to install adobe flash player searching from internet but no avail.

But I found this command which worked. Make sure you install chromium browser. After that use following command to install flash

(I already download tar.gz file from adobe site and extracted, you can use below command to get flash)

sudo apt-get install flashplugin-nonfree

Then you need to copy libflashplayer.so file into /usr/lib/chromium-browser/plugins directory
(I already extracted and copy from extracted folder to following folder, you can use below command)

sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-brower/plugins

For kali linux

cp/usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/mozilla/lougins

To run the browser just run the following command from terminal

chromium-browser -- enable-plugins


Enjoy!

Comments

  1. Hey I tried but here is my problem..

    amar@Amar:~$ sudo apt-get install flashplugin-nonfree
    [sudo] password for amar:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'flashplugin-installer' instead of 'flashplugin-nonfree'
    flashplugin-installer is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 95 not upgraded.
    amar@Amar:~$ sudo cdp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-brower/plugins
    sudo: cdp: command not found
    amar@Amar:~$

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. it should be cp, to copy the files,
    you can do another method,
    download flash form this site

    http://get.adobe.com/flashplayer/?no_redirect

    extract it

    tar -xvf [filename.tar.gz]

    then go that folder
    use the following command

    sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-brower/plugins

    use following command to run the browser

    chromium-browser -- enable-plugins

    enjoy!



    ReplyDelete

Post a Comment

Popular posts from this blog

Mikrotik Hotspot Redirect After Login

This tutorial assumed you already create Hotspot in your router. If you don't know how to create a hotspot in Mikrotik router, click here and create the Hotspot. . After successfully creating the hotspot server go to "Files" Menu of  the main Window of Mikrotik router Copy "hotspot" folder into your PC. Open "alogin" file with text editor Replace "link-redirect" text with your desire URL Now you're done! After successfully logging into the Hotspot server your client automatically redirects to your external link.  Don't forget to copy this folder into Mikrotik Router "Files" Menu. You can also drag and drop this folder into "Files" menu. 

Cisco ASA in GNS3

Here is another tutorial running Cisco ASAv on GNS3 using Qemu. For Configure GNS3 In My case I have used ASAv952-204.qcow2 Go  to the GNS3>Edit>Preferences>QEMU>Qemu VMs>New Follow on screen procedure.  Don't forget to enable kvm and memory allocation.  Now you can see I can run ASAv 9.5.2 Blank Password.

IOS XR GNS3 QEMU

This time lets have tutorial on Cisco XR 9k series router image running on the GNS3. Please don't ask for the XR image. Your are smart enough to get it. My system configuration: Ubuntu 16.04 GNS3 1.4 RAM 8Gig i7 processor Used XR Image iosxrv-k9-demo-6.0.1.qcow2 This image is VIRL extracted image. You need to convert this image into QEMU image, follow this link I strongly recommend you to run it on the Linux system. Now you have converted image, then go to the GNS3>Edit>Preferences>QEMU>Qemu VMs>New then follow the onscreen procedure. Setting for QEMU XR Image. RAM:- 4Gig CPU:- 1 Adapters at lest 4.  -enable-kvm Here you can see I can run the XR on my system. Interface is up and system is already booted.  I have run 3 XR router  here is my system RAM CPU usages. RP/0/0/CPU0:XR3(config)#int gi0/0/0/0 RP/0/0/CPU0:XR3(config-if)#ip add 192.168.13.2 255.255.255.252 RP/0/0/CPU0:XR3(config-if)#co