Tuesday, May 14, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 10398  / 2 Years ago, mon, december 27, 2021, 12:43:32

I have recently installed Ubuntu 11.10 using wubi. I am now still in the process of installing my development environments. I have seen the following error occur multiple times.



For example, just now I wanted to install vim using the commmand sudo apt-get install vim. The following error is returned:



Fehler traten auf beim Bearbeiten von:  
("Errors were encountered while processing:" [via Google Translate])
flashplugin-downloader:i386
flashplugin-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)


The install seems to have completed and I can now use vim. Still, I would like to know what this error is and how I can fix it.


More From » software-installation

 Answers
1

This error simply means flashplugin-installer didn't install correctly before, and you will need to reinstall it.



Run:



sudo apt-get remove --purge flashplugin-installer
sudo apt-get update
sudo apt-get install flashplugin-installer

[#39589] Tuesday, December 28, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utonmbo

Total Points: 134
Total Questions: 104
Total Answers: 118

Location: Argentina
Member since Mon, Jan 3, 2022
2 Years ago
;