I'm trying to install ST-Link v2, but i ran into a error.
http://fab.cba.mit.edu/classes/863.13/tutorials/EmbeddedProgramming/stm32.html
this error seams to affect more issues, like the Ubuntu Software center. nor can i install:
sudo apt-get install libusb-1.0-0-dev
sudo apt install git
i tried the usual stuff:
sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y autoremove
aswel the recommended:
apt-get -f install
but nothing seams to work out.
The following packages have unmet dependencies:
libdbus-1-dev: Depends: libdbus-1-3 (= 1.12.2-1ubuntu1.1) but 1.10.6-1ubuntu3.4 is installed
libgdk-pixbuf2.0-dev: Depends: libgdk-pixbuf2.0-0 (= 2.36.11-2) but 2.36.11-2 is installed
Depends: libglib2.0-0 (>= 2.48.0) but 2.48.2-0ubuntu4.4 is installed
Depends: gir1.2-gdkpixbuf-2.0 (= 2.36.11-2) but 2.32.2-1ubuntu1.6 is installed
Depends: libglib2.0-dev (>= 2.37.6) but 2.56.4-0ubuntu0.18.04.4 is installed
Depends: libpng-dev (>= 1.6) but it is not installed
Depends: libpng-dev (< 1.7) but it is not installed
libglib2.0-bin: Depends: libglib2.0-0 (= 2.56.4-0ubuntu0.18.04.4) but 2.48.2-0ubuntu4.4 is installed
libglib2.0-dev: Depends: libglib2.0-0 (= 2.56.4-0ubuntu0.18.04.4) but 2.48.2-0ubuntu4.4 is installed
Depends: libglib2.0-bin (= 2.56.4-0ubuntu0.18.04.4) but 2.56.4-0ubuntu0.18.04.4 is installed
Depends: libglib2.0-dev-bin (= 2.56.4-0ubuntu0.18.04.4) but 2.56.4-0ubuntu0.18.04.4 is installed
Depends: libpcre3-dev (>= 1:8.31) but 2:8.39-9 is installed
libproxy1-plugin-gsettings: Depends: libc6 (>= 2.15) but 2.27-3ubuntu1 is installed
Depends: libgcc1 (>= 1:3.0) but 1:8.3.0-6ubuntu1~18.04.1 is installed
Depends: libglib2.0-0 (>= 2.45.3) but 2.48.2-0ubuntu4.4 is installed
Depends: libproxy1v5 (= 0.4.15-1) but 0.4.11-5ubuntu1 is installed
Depends: libstdc++6 (>= 5.2) but 8.3.0-6ubuntu1~18.04.1 is installed
python3-distutils: python3-lib2to3: systemd: Depends: libaudit1 (>= 1:2.2.1) but 1:2.8.2-1ubuntu1 is installed
Depends: libcap2 (>= 1:2.10) but 1:2.24-12 is installed
Depends: libcryptsetup4 (>= 2:1.4.3) but 2:1.6.6-5ubuntu2.1 is installed
Depends: libsystemd0 (= 229-4ubuntu21.22) but 237-3ubuntu10.29 is installed
udev: Depends: libudev1 (= 229-4ubuntu21.22) but 237-3ubuntu10.29 is installed
thnx in advance