mvo5 / synaptic

The synaptic package manager
GNU General Public License v2.0
164 stars 55 forks source link

Port to APT 1.9.11: Use pkgCacheFile instead of manually opening cache #49

Closed julian-klode closed 4 years ago

julian-klode commented 4 years ago

The MMap class symbol became hidden in apt 1.9.11, causing synaptic to fail to link. Use pkgCacheFile instead of redoing all work ourselves.