Install flashplayer on Ubuntu

When you are already crazy about linux flashplayer not being installed, you might as well take a look

I am using Ubuntu 12.04.4 LTS. Because firefox cannot play flash, I downloaded an adobeflashplayer plug-in. After the installation, an error pops up;

The following software packages require additional data to be downloaded after installation, but their data cannot be downloaded or processed.

flashplugin-installer

After searching, it seems that this is a bug of ubuntu, and it can't be solved according to online methods such as deleting the suggested directory. So I tried various installation packages such as rpm/tar.gz/apt on the official website, but the problem could not be solved. Finally, I visited the forum and prompted that I need to put the so file in the firefoxplugins directory. I tried it and finally solved it. This article summarizes the method of installing flashplayer plugin under linux

Firefox:

  1. Download the flashplayer plug-in in the software center; or open a website that needs to load flash with firefox, and it will prompt you to install flashplayer; or
sudo apt-get install flashplugin-nonfree-extrasound
  1. Go to the official website (get.adobe.com/flashplayer/) to download the tar.gz file (the file you downloaded is in the download directory by default), and then open the terminal
cd download##Enter your targz file download directory
tar -zxvf install_flash_player_11_linux.i386.tar.gz ##Please write the name of the targz file you downloaded later
sudo mv libflashplayer.so /usr/lib/firefox-addons/plugins ##Move so file
  1. Restart your firefox to use flash normally!

Chromium: (Chrome is similar, just go to Baidu to check the chrome plugin storage directory) #

  1. Download the targz file as above and extract the libflashplayer.so file

  2. sudo cp flashplayer.so /usr/lib/chromium-browser/plugins##Copy the so file

  3. Restart your chromium to use flash normally!

Recommended Posts

Install flashplayer on Ubuntu
install vscode on ubuntu18
Install Redis on Ubuntu
Install R4 on ubuntu20
Install nvtop on Ubuntu 18.04
Install docker on Ubuntu
Install Docker on ubuntu18.04
Install nodejs10 on Ubuntu16
Install mysql on Ubuntu 14.04
Install Django on ubuntu
Install Pytorch+CUDA on Ubuntu 16.04
Install rJava on Ubuntu18
Install JDK10+ on Ubuntu
Install Python3 on Ubuntu 16.04
Install Docker on Ubuntu18
Install Python3.7 on Ubuntu
Install ubuntu on virtual machine
Install OpenSSL 1.0.2 on Ubuntu Server 14.04
Install QQ robot on Ubuntu 16.04
Install Python 3.7 on Ubuntu 18.04 LTS
Install Android Studio on Ubuntu
Install scrapy framework on ubuntu
Install Mysql offline on Ubuntu
Install Oracle Java8 on Ubuntu
Install Odoo 11 stack on Ubuntu 16.04
Install Go locale on Ubuntu16
Install non-portable QQ on ubuntu
Install Docker on Ubuntu 18.04 offline
How to install Ruby on Ubuntu 20.04
How to install Memcached on Ubuntu 20.04
How to install MySQL on Ubuntu 20.04
How to install VirtualBox on Ubuntu 20.04
How to install Protobuf 3 on Ubuntu
Install Tenda u12 driver on Ubuntu
How to install Nginx on Ubuntu 20.04
How to install Apache on Ubuntu 20.04
How to install Git on Ubuntu 20.04
How to install Node.js on Ubuntu 16.04
How to install MySQL on Ubuntu 20.04
Install and configure MySQL on Ubuntu
Install Chef server workstation on Ubuntu 18.04
How to install Vagrant on Ubuntu 20.04
How to install Bacula-Web on Ubuntu 14.04
Install botan2 encryption library on ubuntu
How to install PostgreSQL on Ubuntu 16.04
How to install Git on Ubuntu 20.04
How to install Anaconda3 on Ubuntu 18.04
How to install Memcached on Ubuntu 18.04
Docker ubuntu: install python-PIL-image environment on 14.04
How to install MemSQL on Ubuntu 14.04
How to install Go on Ubuntu 20.04
How to install MongoDB on Ubuntu 16.04
How to install Mailpile on Ubuntu 14.04
How to install PrestaShop on Ubuntu 16.04
How to install Skype on Ubuntu 20.04
How to install Jenkins on Ubuntu 20.04
How to install Python 3.8 on Ubuntu 18.04
How to install KVM on Ubuntu 18.04
How to install KVM on Ubuntu 20.04
How to install opencv3.0.0 on ubuntu14.04
How to install Anaconda on Ubuntu 20.04