New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

apt-get install problems

Got problems with Bubba? Then this forum is for you.
Locked
riCo
Posts: 9
Joined: 24 Oct 2007, 16:10
Location: Göteborg, Sweden

apt-get install problems

Post by riCo »

Hi

I think I need some help to find out why I got error messages soon I try to run: "apt-get install ???????"
Are libhal0 and vlc something I can remove, and how?
I tried to install vlc but libhal0 I dont know.

Thanks for helping a newbie.....

Code: Select all

Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libhal0: Depends: dbus-1 (>= 0.23.4) but it is not going to be installed
  smbfs: Depends: samba-common (= 3.0.14a-3sarge6) but 3.0.14a-3sarge2 is to be installed
  vlc: Depends: dbus-1 (>= 0.23.4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

bubba:/etc/apt# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  dbus-1
The following NEW packages will be installed:
  dbus-1
0 upgraded, 1 newly installed, 0 to remove and 27 not upgraded.
30 not fully installed or removed.
Need to get 0B/318kB of archives.
After unpacking 758kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 17107 files and directories currently installed.)
Unpacking dbus-1 (from .../dbus-1_0.23.4-1_arm.deb) ...
dpkg: error processing /var/cache/apt/archives/dbus-1_0.23.4-1_arm.deb (--unpack):
 trying to overwrite `/usr/bin/dbus-cleanup-sockets', which is also in package dbus
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/dbus-1_0.23.4-1_arm.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

bubba:/etc/apt# apt-get check
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  libhal0: Depends: dbus-1 (>= 0.23.4) but it is not installed
  vlc: Depends: dbus-1 (>= 0.23.4) but it is not installed
E: Unmet dependencies. Try using -f.
Locked