i cannot seems to use apt-get. it always return error like this
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:
gdm3 : Depends: gnome-shell (>= 3.19.92) but it is not going to be installed
libstdc++-7-dev : Depends: libgcc-7-dev (= 7.3.0-28) but it is not installable
python-qgis : Depends: python-httplib2 but it is not installable
python3-pip : Depends: python3-setuptools but it is not going to be installed
Depends: python3-wheel but it is not going to be installed
Depends: python-pip-whl (= 20.1.1-2) but 9.0.1-2.3 is to be installed
Breaks: python-pip but 9.0.1-2.3 is to be installed
Recommends: python3-dev (>= 3.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
one of the errors that i encounter. above example is when i try to install python tools. the word "gdm3" is always appear. I'm not savvy in unix system. can anyone help?
EDIT: this is the result when i try to "sudo apt update"
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
also this when i tried to "sudo apt-get install -reinstall ubuntu-drivers-common" as answered in Ubuntu 16.04 -ImportError: No module named 'UbuntuDrivers'
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ubuntu-drivers-common
sudo apt --fix-broken install
command? – Charles Green Jan 10 '21 at 18:44grep ^deb -r /etc/apt/ --include=*.list
to the question. – N0rbert Jan 10 '21 at 19:17