如何使用 eptlib 库从 Debian 软件包获取文件列表?
简单的问题:我已经用libept加载了一个Apt包记录。 有没有办法获取文件列表? 它听起来应该像
record.GetFileList();
并且应该返回一个向量字符串,如输出
dpkg -L packagename
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
libept 主要开发人员(Petr Rockai)向我解释说,不幸的是,目前 libept 还没有这样的方法。 他们在 Adept 中做的是这样的:
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: