I have installed Ubuntu VM (Ubuntu 20.04.2 ARM64) using Parallels in the Apple M1 notebook. After that, I tried to install net-tools using apt, it failed. Below is the error message.
parallels@ubuntu-linux-20-04-desktop:~$ sudo apt install net-tools
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:
code-insiders : Depends: libxss1 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I have tried to add the --fix-broken parameter, the issue still persists.
parallels@ubuntu-linux-20-04-desktop:~$ sudo apt --fix-broken install net-tools
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:
code-insiders : Depends: libxss1 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
After searching on Google, I'm not able to find a way to solve this issue. Really appreciate, if someone knows a way to fix this problem.
Thanks,
Frank