----- Original Message ----- > From: "Gmail" <b.s.mikhael at gmail.com> > > I’ve tried symlinks and it’s still not working. > > ln -s /bin/dbus-* /usr/bin/ ln doesn't do globbing (wildcards) like that. `ln -s /bin/dbus /usr/bin/dbus` should work for the purposes of installing. -- Kaleb