Konrad Rosenbaum schrieb:
Hi,
Hi,
wie kann man sich unter Debian eigentlich anzeigen lassen welche Pakete von einem spezifischen Paket abhängen?
Du suchst: depends/rdepends von apt-cache, denk ich.
max@roswell:~$ cat /etc/debian_version 3.1
max@roswell:~$ apt-cache -h apt 0.5.28.6 for linux i386 compiled on Mar 22 2005 07:16:49 Usage: apt-cache [options] command apt-cache [options] add file1 [file2 ...] apt-cache [options] showpkg pkg1 [pkg2 ...] apt-cache [options] showsrc pkg1 [pkg2 ...]
apt-cache is a low-level tool used to manipulate APT's binary cache files, and query information from them
Commands: add - Add a package file to the source cache gencaches - Build both the package and source cache showpkg - Show some general information for a single package showsrc - Show source records stats - Show some basic statistics dump - Show the entire file in a terse form dumpavail - Print an available file to stdout unmet - Show unmet dependencies search - Search the package list for a regex pattern show - Show a readable record for the package depends - Show raw dependency information for a package rdepends - Show reverse dependency information for a package pkgnames - List the names of all packages dotty - Generate package graphs for GraphVis xvcg - Generate package graphs for xvcg policy - Show policy settings
Options: -h This help text. -p=? The package cache. -s=? The source cache. -q Disable progress indicator. -i Show only important deps for the unmet command. -c=? Read this configuration file -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp See the apt-cache(8) and apt.conf(5) manual pages for more information.
MfG -Dimitri aka Tristan-777