Posts: 3
infinitycircuit
Joined: 19 Feb 2008
#1
I'm trying to install bluez-utils on a fresh install of antix-7.01. When I try to install it, it pulls in a million dependencies:

Code: Select all

dmoerner@dmr-x40:~$ sudo apt-get install bluez-utils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  app-install-data aspell aspell-en bluez-audio bluez-gnome esound-clients fam gnome-icon-theme gnome-mime-data
  gnome-mount gnome-vfs-obexftp libart-2.0-2 libasound2 libaspell15 libaudiofile0 libavahi-client3
  libavahi-common-data libavahi-common3 libavahi-glib1 libbonobo2-0 libbonoboui2-0 libbonoboui2-common
  libcairo-perl libcroco3 libeel2-2.20 libeel2-data libenchant1c2a libesd0 libfam0 libgail-common libgail18
  libglib-perl libgnome-menu2 libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
  libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common
  libgnomevfs2-extra libgsf-1-114 libgsf-1-common libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2-perl
  libhunspell-1.1-0 libnautilus-extension1 libnotify1 libopenobex1 librsvg2-2 librsvg2-common libsexy2
  libsmbclient libvte-common libvte9 libwnck-common libwnck22 libwrap0 libxres1 notification-daemon portmap
  synaptic tcpd
Suggested packages:
  aspell-doc spellutils bluez-firmware cryptsetup libasound2-plugins libbonobo2-bin esound desktop-base
  libgnomevfs2-bin gnome-app-install libvisual-0.4-plugins gstreamer0.10-plugins gstreamer0.10-tools
  libgtk2-perl-doc librsvg2-bin dwww
The following NEW packages will be installed:
  app-install-data aspell aspell-en bluez-audio bluez-gnome bluez-utils esound-clients fam gnome-icon-theme
  gnome-mime-data gnome-mount gnome-vfs-obexftp libart-2.0-2 libasound2 libaspell15 libaudiofile0 libavahi-client3
  libavahi-common-data libavahi-common3 libavahi-glib1 libbonobo2-0 libbonoboui2-0 libbonoboui2-common
  libcairo-perl libcroco3 libeel2-2.20 libeel2-data libenchant1c2a libesd0 libfam0 libgail-common libgail18
  libglib-perl libgnome-menu2 libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
  libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common
  libgnomevfs2-extra libgsf-1-114 libgsf-1-common libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2-perl
  libhunspell-1.1-0 libnautilus-extension1 libnotify1 libopenobex1 librsvg2-2 librsvg2-common libsexy2
  libsmbclient libvte-common libvte9 libwnck-common libwnck22 libwrap0 libxres1 notification-daemon portmap
  synaptic tcpd
0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.0MB of archives.
After this operation, 104MB of additional disk space will be used.
Do you want to continue [Y/n]? 
However, if you look at bluez-utils, I have all the dependencies already installed. It seems like it's trying to pull in bluez-gnome at the same time, which is what is causing all this extra bloat. How can I stop this from happening?

Also - whenever I try to install things it says it can't verify the apt sources. How do I install the correct keyring?

Thanks![/code]
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Are you sure it is a fresh antiX-M7.01?

I just tested antiX-M7.01 in VirtualBox and to install bluez-utils it didn't need anything like what you posted.
I also tested antiX-base-M7.01 and got the same results.