Hello, i need to retrieve packages' icons using python apt in ubuntu. For example if my software's package name is "eclipse", using python apt or etc., i need to access icon of filezilla, then i will display this icon on my gui. How can i retrieve icon of any package(for example eclipse)?

I traversed python apt documents, tutorials but i couldn't find any solution.


Thanks in advance