0

I tried to install opera from .deb file downloaded from their website. But it got stuck at 55%. So I closed the window. Then i discovered that it got installed and opened nicely. But after i couldn't run sudo apt update or install any app and even remove opera. When i run
"sudo dpkg --configure -a" I get this and it just stays like this forever. Can anyone help me?

sudo dpkg --configure -a

[sudo] password for xxxxxxx

Setting up opera-stable (73.0.3856.329) ...

dpkg: error processing package opera-stable (--configure):

installed opera-stable package post-installation script subprocess returned error exit status 1

Setting up pepperflashplugin-nonfree (1.8.6ubuntu1) ...

--2021-01-08 01:06:46-- https://get.adobe.com/flashplayer/webservices/json/?platform_type=Linux&platform_arch=x86_64&browser_dist=Chrome

Resolving get.adobe.com (get.adobe.com)... 193.104.215.66 Connecting to get.adobe.com (get.adobe.com)|193.104.215.66|:443... connected.

HTTP request sent, awaiting response... 302 Found Location: https://www.adobe.com/products/flashplayer/end-of-life.html?platform_type=Linux&platform_arch=x86_64&browser_dist=Chrome [following] --2021-01-08 01:06:47-- https://www.adobe.com/products/flashplayer/end-of-life.html?platform_type=Linux&platform_arch=x86_64&browser_dist=Chrome Resolving www.adobe.com (www.adobe.com)... 103.15.244.233, 103.15.244.232, 2600:140f:7::1739:4c1d, ...

Connecting to www.adobe.com (www.adobe.com)|103.15.244.233|:443... connected. HTTP request sent, awaiting response...

Pilot6
  • 90,100
  • 91
  • 213
  • 324

2 Answers2

1

Flash is obsolete now.

Run

 sudo apt purge pepperflashplugin-nonfree

to uninstall it.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
0

Reboot and then run:

sudo dpkg -P pepperflashplugin-nonfree 
sudo dpkg --configure -a
Kulfy
  • 17,696