Simple question: I have loaded an Apt package record with libept. There is a method to get file list? It should sound like
record.GetFileList();
and it should return a vector string like the output of
dpkg -L packagename
|
|
|||||
|
|
|
The libept main developer (Petr Rockai) explain me that unfortunately, at this time, libept have no such method. What they do in Adept is this:
|
||
|
|