Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 5276  / 2 Years ago, tue, september 20, 2022, 7:29:16

I have Ubuntu 13.10 on my desktop.I wanted to install the "D-Link DWR-730" 3G modem drivers, but the default autoplay software for Ubuntu says "kernel not supported" for this.



I ran the dpkg -i command to install the .dep files manually, but after this every apt-get command returns an error and tells me to run apt-get -f install to correct this.



I ran apt-get -f install, but it still returns an error, and I can't install anything from apt-get. The apt-get error is as follows:




Errors were encountered while processing:
flashplugin-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)




I ran apt-get remove flashplugin-installer, but that also returns an error.



sudo apt-get -f install gives the following output:



Reading package lists... Done Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. 1 not fully installed or removed.
Need to get 0 B/7,008 B of archives. After this operation, 0 B of additional disk space will be used.
dpkg: error processing flashplugin-installer (--configure): Package is in a very bad
inconsistent state - you should reinstall it before attempting configuration.
Errors were encountered while processing: flashplugin-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)

More From » apt

 Answers
0

remove flash plugin completely and restart your work



sudo dpkg --remove --force-remove-reinstreq  flashplugin-installer


Then you could try to install it again:



sudo apt-get install flashplugin-installer

[#26933] Thursday, September 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cisccla

Total Points: 66
Total Questions: 134
Total Answers: 115

Location: Croatia
Member since Fri, Sep 11, 2020
4 Years ago
;