Thats confusing, for me: $ python3 -c 'import apt; pkg=apt.Cache()["2vcard"]; print(pkg.candidate.description)' 2vcard is a little perl script that you can use to convert the popular vcard file format. Currently 2vcard can only convert addressbooks and alias files from the following formats: abook,eudora,juno,ldif,mutt, mh and pine.
The VCARD format is used by gnomecard, for example, which is used by the balsa email client. $ python3 -c 'import apt; pkg=apt.Cache()["2vcard"]; print(pkg.versions[0].description)' 2vcard is a little perl script that you can use to convert the popular vcard file format. Currently 2vcard can only convert addressbooks and alias files from the following formats: abook,eudora,juno,ldif,mutt, mh and pine. The VCARD format is used by gnomecard, for example, which is used by the balsa email client. $ python -c 'import apt; pkg=apt.Cache()["2vcard"]; print(pkg.versions[0].description)' 2vcard is a little perl script that you can use to convert the popular vcard file format. Currently 2vcard can only convert addressbooks and alias files from the following formats: abook,eudora,juno,ldif,mutt, mh and pine. The VCARD format is used by gnomecard, for example, which is used by the balsa email client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300465 Title: description dialog is empty To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apturl/+bug/1300465/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
