Apologies in advance if I’m not formatting my question properly. I know next to nothing and this is overwhelming to me.
I have Ubuntu Mate 24.04 (upgraded today from 22.04 which I’ve been using for about a year). During upgrade there was an issue with ibus. At the end of the process it said the upgrade was done with errors. Now my external drive does not mount. Error message says “… wrong type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error”
I checked the connections, tried a different USB port, restarted the computer but the problem persisted.
Based on what I read elsewhere I tried: ‘sudo apt install --reinstall ntfs-3g’
I got the following:
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
ibus : Depends: ibus-data (= 1.5.26-4) but 1.5.29-2 is to be installed
Depends: gir1.2-ibus-1.0 (= 1.5.26-4) but 1.5.29-2 is to be installed
Depends: python3-ibus-1.0 (= 1.5.26-4) but 1.5.29-2 is to be installed
libatk1.0-0t64 : Breaks: libatk1.0-0 (< 2.52.0-1build1)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I tried ‘apt --fix-broken install’ and got this:
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
Then I tried ‘sudo apt install ibus’ and got this:
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libatk1.0-0t64 : Breaks: libatk1.0-0 (< 2.52.0-1build1)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I see there is a post from December 2024 that seems somewhat related but I don’t know enough to try to tweak it to my issue.
Thank you in advance for your help!