Op 2014-02-03 om 12:45 schreef Frans van Berckel: > Geert, > > On Mon, 2014-02-03 at 11:58 +0100, Geert Stappers wrote: > > Op 2014-02-03 om 11:29 schreef Frans van Berckel: > > > Kan je in debian (of op de site) ook zoeken welke software afhankelijk > > > is van een specifieke lib? > > > > Jawel, dat heet "reverse dependency" > > > En met die kennis wordt een websearch een stuk gemakkelijker. > > True these days, it's all about the search words. > > > > In mijn geval van libopus. > > > > Dat zijn er een stuk of zevenentwintig. > > > > $ aptitude search ~Dlibopus | wc > > 27 231 2187 > > Oh, welke packages heb jij extra? Dit is bijvoorbeeld Ubuntu Raring :-) > > $ aptitude search ~Dlibopus | wc > 8 66 648 >
$ aptitude search ~Dlibopus | cut -b 5- gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set gstreamer1.0-plugins-bad - GStreamer plugins from the "bad" set idjc - graphical shoutcast/icecast client ioquake3 - Game engine for 3D first person shooter ga jackd2 - JACK Audio Connection Kit (server and exam libav-tools - Multimedia player, server, encoder and tra libavcodec-extra-54 - Libav codec library (additional codecs) libavcodec54 - Libav codec library libjack-jackd2-0 - JACK Audio Connection Kit (libraries) libjitsi-jni - Jitsi JNI library libmediastreamer-base3 - Linphone web phone's media library libopus-dbg - debugging symbols for libopus libopus-dev - Opus codec library development files libopus-ocaml - OCaml interface to the opus library -- run libopus-ocaml-dev - OCaml interface to the opus library -- dev libopusfile-dbg - debugging symbols for libopusfile libopusfile-dev - High-level API for basic manipulation of O libopusfile0 - High-level API for basic manipulation of O libventrilo3-0 - library for communicating with Ventrilo se linphone - SIP softphone - graphical client linphone-nogtk - SIP softphone - console-only client moc - ncurses based console audio player moc-ffmpeg-plugin - ncurses based console audio player - ffmpe mpd - Music Player Daemon mumble - Low latency VoIP client opus-tools - Opus codec command line tools vlc-nox - multimedia player and streamer (without X > > Zonder de "word count", `aptitude search ~Dlibopus` krijg je de lijst. > > Dat werkt, echt fantasties. Dank voor het compliement > p gstreamer0.10-plugins-bad > i gstreamer1.0-plugins-bad > p libopus-dbg > p libopus-dev > p libventrilo3-0 > p mumble > p opus-tools > p vlc-nox Met aptitude search ~Dlibopus | cut -b 3- was er als output gstreamer0.10-plugins-bad gstreamer1.0-plugins-bad libopus-dbg libopus-dev libventrilo3-0 mumble opus-tools vlc-nox dus zonder informatie over wel of niet ge-installeerd ... Groeten Geert Stappers -- Leven en laten leven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
