Boltiot instead of linux or oceandrop

I’m unable to download boltiot and python in vm ware.
It says packages have unmet dependencies
What should I do now

It appears that you have installed adwaita-icon-theme which is causing dependancy issues. Please run sudo apt-get -f install as informed on your screen to check the dependancy tree. It should fix the issue. If not then share the screenshot of the output.

@arikalavaishnavi Try the command sudo apt-get install python3-pip and check if it works.

  1. Make sure your repo sources are up to date using the below command first.
sudo apt-get update
  1. Then install the below packages
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
  1. Again update the repos again.
sudo apt-get update
  1. Now install the python3-pip using the below command.
sudo apt-get install python3-pip

If you are still facing the issue then send me your OS version. You will get the OS version by the below command.

lsb_release -a

Do let me know in case you need further assistance.

@arikalavaishnavi Can you please re-upload the image? The image link does not seem to be working.