Name

Pkg::DoRemove — Removes a list of tags from the system

Synopsis

list DoRemove ( list  tags );

Parameters

list tags

Return

list

Result

Description

tag can be a package name, a string from requires/provides or a file name (since a package implictly provides all its files)

returns a map of tag,reason pairs if tags could not be removed. Usually this map should be empty (all required packages are removed)