Months ago I was playing around with Python3, trying to build something. I think I needed a newer version of python3 than was available in repositories, so I did a stupid thing and added Buster repositories to my sources file for a bit. That left me with Python3 3.6.6
I am trying to install docker on my Pi, and while trying to install dependencies I get
Code: Select all
sudo apt-get install apt-transport-https \
ca-certificates \
software-properties-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20161130+nmu1+deb9u1).
apt-transport-https is already the newest version (1.6.4).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
software-properties-common : Depends: python3-dbus but it is not going to be installed
Depends: python3-software-properties (= 0.96.20.2-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Could you please help me get this resolved without losing my gui?
I'm using Raspberry pi 3