|--==> Igor Stroh writes:
IS> Free Ekanayaka wrote:
>>would someone write me a sample code on how to get the ShortDesc
>>and LongDesc records from the PkgRecords class?
>>
>>I think it should start with something like:
>>
>>cache = apt_pkg.GetCache() records = apt_pkg.GetPkgRec
Free Ekanayaka wrote:
would someone write me a sample code on how to get the ShortDesc
and LongDesc records from the PkgRecords class?
I think it should start with something like:
cache = apt_pkg.GetCache() records = apt_pkg.GetPkgRecords(cache)
package = cache['my_pkg']
Since there are no A
2 matches
Mail list logo