I have never encountered this error message before. Well, I copied the error message to Google search and fortunately, Google gave me everything including the solution for this error message.
And here is the solution:
Well, I didn't forget to change NAME with the problematic package in this case, vlc. So, the command should look like this:
- sudo dpkg --remove --force-remove-reinstreq NAME
Once, VLC completely removed, type this command to install VLC again:
- sudo dpkg --remove --force-remove-reinstreq vlc
If everything does well, APT can now be used as usual.
- sudo apt-get install vlc
Good luck!
0 comments:
Post a Comment