Installing Adobe Flash Player on Ubuntu 19.04
I needed to install the Flash plugin in my Firefox browser. The easiest way I could find was to first add the Canonical partner repository:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
After that, I could just install the plugin:
sudo apt install adobe-flashplugin browser-plugin-freshplayer-pepperflash











