How to Install and Uninstall apkverifier Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: June 02,2024

1. Install "apkverifier" package

Please follow the step by step instructions below to install apkverifier on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install apkverifier

2. Uninstall "apkverifier" package

This guide let you learn how to uninstall apkverifier on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove apkverifier $ sudo apt autoclean && sudo apt autoremove

3. Information about the apkverifier package on Ubuntu 20.10 (Groovy Gorilla)

Package: apkverifier
Architecture: amd64
Version: 0.0~git20191015.7330a51-1
Built-Using: golang-1.14 (= 1.14.4-1ubuntu2), golang-github-avast-apkparser (= 0.0~git20190516.3b8c5ef-2)
Priority: optional
Section: universe/devel
Source: golang-github-avast-apkverifier
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3233
Depends: libc6 (>= 2.4)
Filename: pool/universe/g/golang-github-avast-apkverifier/apkverifier_0.0~git20191015.7330a51-1_amd64.deb
Size: 1054448
MD5sum: 86c20924aa11358dc2820e339c282569
SHA1: f941acdc73c484ab67a4093007a25d4dec94ff64
SHA256: be630a62318588889ad414e4d4349d6e1f5ab97ccf57f3a81ee199e2699b7771
SHA512: 9b85d4d1aebe7ccefbb349c6701b118c648af556e4a9be8390226cd023223b2531282eb878b4ddfdbe238f654518fce535cb043306b60d65562febee3d970da7
Homepage: https://github.com/avast/apkverifier
Description-en: Android APK Signature verification tool
apkverifier is a simple command line tool that verifies the
signatures on Android APK binaries. It can verify APK Signature
scheme v1, v2 and v3 and passes Google apksig's testing suite. It
should support all algorithms and downgrade attack protection.
.
Because Android can handle even broken x509 cerficates and ZIP files,
apkverifier is using the ZipReader from apkparser package and vendors
crypto/x509 in internal/x509andr and github.com/fullsailor/pkcs7
(https://github.com/fullsailor/pkcs7) in the fullsailor/pkcs7 folder.
The last two have some changes to handle some
not-entirely-according-to-spec certificates.
.
Documentation on GoDoc (https://godoc.org/github.com/avast/apkverifier)
Description-md5: 10968a903b8e4a1c3bddf0b4f4f8b2b8