0

I can't install anything on my Ubuntu. It gives me the following error. I tried all the things I found on different websites but it still doesn't work.

The following packages have unmet dependencies:

libpcap0.8-dev: Depends: libpcap0.8 (= 1.5.3-2) but 1.4.0-2 is installed
sqlite3: Depends: libreadline6 (>= 6.0) but 6.3-4ubuntu2 is installed
         Depends: libsqlite3-0 (= 3.8.2-1ubuntu2.1) but 3.8.2-1ubuntu2 is installed
wjandrea
  • 14,504
Armin
  • 9

1 Answers1

0

Check for correct repos for your version of Ubuntu in /etc/apt/sources.list then run:

sudo apt-get update
sudo apt-get upgrade
wjandrea
  • 14,504