Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pkglab(1) [debian man page]

pkglab(1)							   USER COMMANDS							 pkglab(1)

NAME
pkglab - explore package repositories SYNOPSIS
pkglab [OPTION]... DESCRIPTION
Pkglab is an interactive, console-based environment to explore package repositories of package-based software distributions. A pkglab session typically starts by loading a package repository in one of the different formats understood pkglab. Then, pkglab can check given package combinations for co-installability according to inter-package relationships. OPTIONS
-architecture architecture Default architecture to use when accessing packages from a package repository. By default the current host architecture is used. -history filename Use the file filename to load and save command-line history. Defaults to $HOME/.pkglab-history. -script filename Execute commands from the file filename. -merge waterway Start by merging the archive found in waterway. -help, --help Display basic help information. SEE ALSO
Pkglab can read package repositories in the dose format produced by ceve(1). The non-interactive tools edos-debcheck(1) and rpm-debcheck(1) use the same algorithm as pkglab for checking installability of packages. AUTHORS
Pkglab was written by Berke Durak and Jaap Boender for the EDOS and Mancoosi projects. Version 1.4 April 20, 2009 pkglab(1)

Check Out this Related Man Page

EDOS-RPMCHECK(1)					      General Commands Manual						  EDOS-RPMCHECK(1)

NAME
Edos-pscheck - Check satisfiability of pkgsrc package dependencies SYNOPSIS
edos-pscheck [option] ... pkg-summary-file DESCRIPTION
edos-pscheck reads package descriptions from a file in the pkg_summary format of NetBSD. We say that a package is identified by the pair consisting of the package name and of the package version. A package (called goal) is called installable with respect to a set of packages if there exists a subset of the packages that - contains at most one version for each package name - contains the goal package (in any version, or a specific version) - all packages of the subset have their dependencies and conflicts satisfied in this subset. Edos-psmcheck checks whether every package in the set is installable with respect to the input set of packages. Specific versions can be specified by following the package name with the sign '=' and the version of the package (for instance, 'xemacs21=21.4.17-1'). If no pack- age name is given as argument then all packages of the input set are checked for satisfiability. The constraint solving algorithm is complete, that is it finds a solution whenever there exists one, even for multiple disjunctive depen- dencies and deep package conflicts. This problem is computationally infeasible in theory (that is, NP-complete), but can in practice be solved very efficiently. OPTIONS
-explain Explain the results -rules Print generated rules -failures Only show failures -successes Only show successes -base file Specifiy an additional file providing packages that are not checked but used for resolving dependencies -quiet Supress warnings and progress/timing messages -xml Output results in XML format -help, --help Display this list of options EXAMPLE
Check which packages in a particular distribution are not installable and why: edos-pscheck -failures -explain pkg_summary where pkg_summary is the file pertaining to that distribution. AUTHOR
Edos-pscheck has been written by Jerome Vouillon and Jaap Boender for the EDOS and Mancoosi projects. This man-page has been compiled by Ralf Treinen. SEE ALSO
<http://www.edos-project.org> is the home page of the EDOS project. edos-debcheck(1) and edos-rpmcheck(1) are the analogous tool for debian and rpm packages. EDOS
2009-05-25 EDOS-RPMCHECK(1)
Man Page