I want to get a list of conffiles related to the deb package using python. I am working on a project for which I need to know if any conffile installed by the package has changed, so I need to have a list of conffiles installed by the package so that I can use it to see which conffile has been changed.
I tried using the python-apt library , but could not find any method for this, please suggest me a way to do this, I know that I can extract the control information and read the raw conffiles file, but I think that in the library itself be a method.
source share