[beagleboard] debian squeeze get package dependencies errors when installing with apt-get install

hi
when i try to install anything with apt-get install ,when the install
is finish i get
udisks depends on libatasmart4 :
packege is not configured yet
udisk depends on udev ;however
package udev is not configured
.......................................
........................................
.....................................
errors were encountred while processing:
udev
alsa-base
alsa-utils
fuse-utils
libudev0
libgudev-1.0-0
gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
libatasmart4
udisks
libgdu0
gvfs
ntfsprogs

i encountred this problem when i ve triede to install
ap--get install phonon

then i get that error with all packages

2/ to install lucid do i need to add firmware that i ve used with
squeeze

thanks
best regards
Houssem Bahri

hi
when i try to install anything with apt-get install ,when the install
is finish i get
udisks depends on libatasmart4 :
packege is not configured yet
udisk depends on udev ;however
package udev is not configured
.......................................
........................................
.....................................
errors were encountred while processing:
udev
alsa-base
alsa-utils
fuse-utils
libudev0
libgudev-1.0-0
gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
libatasmart4
udisks
libgdu0
gvfs
ntfsprogs

i encountred this problem when i ve triede to install
ap--get install phonon

then i get that error with all packages

Well... try this to cleanup your dpkg stuff...

sudo apt-get clean
sudo apt-get update
then

sudo apt-get install phonon

if IT still fails... Debian -- Debian BTS - reporting bugs

2/ to install lucid do i need to add firmware that i ve used with
squeeze

Probably... Why would your device that required firmware all of sudden
not require firmware?

Regards,

hi
when i try to install anything with apt-get install ,when the install
is finish i get
udisks depends on libatasmart4 :
packege is not configured yet
udisk depends on udev ;however
package udev is not configured

You most likely need to run ‘dpkg-reconfigure udev’ to reconfigure udev for your platform.

then i get that error with all packages

Well… try this to cleanup your dpkg stuff…

sudo apt-get clean
sudo apt-get update
then

sudo apt-get install phonon

if IT still fails… http://www.debian.org/Bugs/Reporting

2/ to install lucid do i need to add firmware that i ve used with
squeeze

I think you’re confusing to OSes here. Lucid Lynx is an Ubuntu operating system. Debian Squeeze is a different operating system. The two OSes will have different packages and dependencies, although they may be very similar they will not be identical. While Ubuntu is based on Debian you’ll likely find that pulling packages from the Debian archive without checking them and re-compiling them first will not work.