Hi there. 2 days ago, i've upgrade my Kali. Upgrade working nicely, except SNMP. Now, i can't execute the apt-get because of these. this is my record:
Code:
auastyle@kali:~$ sudo apt-get install nautilus-open-terminal
[sudo] password for auastyle: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 snmp : Depends: libsnmp15 (>= 5.4.3~dfsg) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
auastyle@kali:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  apache2-mpm-prefork apache2.2-bin g++-4.6 g++-4.7 gcalctool geoclue-yahoo
  gir1.2-clutter-gst-1.0 gir1.2-gst-plugins-base-0.10 gstreamer0.10-ffmpeg
  gstreamer0.10-plugins-ugly lesstif2 libarchive12 libavcodec53 libavformat53
  libavutil51 libboost-filesystem1.49.0 libboost-python1.49.0
  libboost-system1.49.0 libboost-thread1.49.0 libclutter-imcontext-0.1-0
  libclutter-imcontext-0.1-bin libcluttergesture-0.0.2-0 libdconf0
  libdrm-nouveau1a libdvbpsi7 libffi-dev libgd2-xpm libgettextpo0
  libgnome-bluetooth10 libgnomekbd7 libgraphite3 libjson0 libllvm3.0
  libmozjs18d libmx-1.0-2 libmx-bin libmx-common libpython2.6 libqscintilla2-8
  libsidplay1 libstdc++6-4.6-dev libstdc++6-4.7-dev libsystemd-daemon0
  libtelepathy-logger2 libtracker-extract-0.14-0 libtracker-miner-0.14-0
  libtracker-sparql-0.14-0 libwebp2 libwireshark2 libwiretap2 libwsutil2
  libx264-123 libxp6 llvm-3.0 llvm-3.0-dev llvm-3.0-runtime postgresql-9.1
  postgresql-client-9.1 python-apsw python-oauthlib python-packagekit
  python-pyatspi2 tdb-tools xulrunner-18.0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  snmp
The following packages will be upgraded:
  snmp
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
509 not fully installed or removed.
Need to get 0 B/142 kB of archives.
After this operation, 893 kB disk space will be freed.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
  snmp
Install these packages without verification? [y/N] y
Reading changelogs... Done
(Reading database ... 264567 files and directories currently installed.)
Preparing to replace snmp 5.4.3~dfsg-2.7 (using .../snmp_5.7.2~dfsg-8.1+b1_i386.deb) ...
Unpacking replacement snmp ...
dpkg: error processing /var/cache/apt/archives/snmp_5.7.2~dfsg-8.1+b1_i386.deb (--unpack):
 trying to overwrite '/usr/bin/snmpcheck', which is also in package snmpcheck 1.8-1kali1
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/snmp_5.7.2~dfsg-8.1+b1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Please help me...!