rpmUtils.transaction

TransactionWrapper

class rpmUtils.transaction.TransactionWrapper(root='/')
returnLeafNodes(headers=False)

returns a list of package tuples (n,a,e,v,r) that are not required by any other package on the system If headers is True then it will return a list of (header, index) tuples

test(cb, conf={})

tests the ts we’ve setup, takes a callback function and a conf dict for flags and what not

rpmUtils.transaction.initReadOnlyTransaction(root='/')

Table Of Contents

Previous topic

rpmUtils.oldUtils

Next topic

rpmUtils.updates

This Page