let extras = [
("Installed", Some parse_installed);
("Hold", Some parse_hold);
("APT-ID", Some parse_apt_id);
("APT-Pin", Some parse_apt_pin);
("APT-Candidate", Some parse_candidate);
("APT-Automatic", Some parse_automatic);
("Section", Some parse_section);
]