Hello, I've been trying to update my system today the entire day but not able to figure out what is wrong with the system.
When I run apt --fix-broken install it generates a very big output that I saved in a file, that is attached.
Any help will be really appreciated, I need to install npm for development but I'm not able to do that.
And
Thanks in advance
Code:
mohit@Dell3568:~$ sudo apt install npm Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: mono-devel : Depends: ca-certificates-mono (= 6.0.0.319-0xamarin1+ubuntu1804b1) but 5.18.1.28-0xamarin5+ubuntu1804b1 is installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Any help will be really appreciated, I need to install npm for development but I'm not able to do that.
And
Code:
mohit@Dell3568:~$ sudo apt update Hit:1 http://in.archive.ubuntu.com/ubuntu bionic InRelease Ign:2 http://dl.google.com/linux/earth/deb stable InRelease Hit:3 http://packages.microsoft.com/repos/vscode stable InRelease Hit:4 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:7 https://packages.microsoft.com/ubuntu/18.04/prod bionic InRelease Hit:8 http://dl.google.com/linux/earth/deb stable Release Hit:9 https://download.mono-project.com/repo/ubuntu vs-bionic InRelease Reading package lists... Done Building dependency tree Reading state information... Done 32 packages can be upgraded. Run 'apt list --upgradable' to see them. N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/earth/deb stable InRelease' doesn't support architecture 'i386'
Comment