Error trying to install Wine

Questions about Wine on Linux
Locked
villandra24
Newbie
Newbie
Posts: 1
Joined: Fri Sep 04, 2020 8:04 pm

Error trying to install Wine

Post by villandra24 »

I am trying to install Wine on my landlord's computer on which I just installed Mint 20.

I have tried installing wine-installer using install-recommends in terminal, tried to install wine-installer in Synaptic, and tried to install Wine in Mint software manager.

Whatever version I'm using is the version or versions I would get when I install Wine using those methods.

Each time I got exactly the same fatal error.

dpkg: unrecoverable fatal error, aborting:
loading files list file for package 'bc': cannot read /var/lib/dpkg/info/bc.list (Input/output error)

How do I fix it?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Error trying to install Wine

Post by jkfloris »

Not really a Wine question (the bc package is not a part of Wine) but you can try:

Code: Select all

sudo rm /var/lib/dpkg/info/bc.list
sudo apt install --reinstall bc
Locked