How to Install and Uninstall apkverifier Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "apkverifier" package

This guide let you learn how to install apkverifier on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install apkverifier

2. Uninstall "apkverifier" package

Here is a brief guide to show you how to uninstall apkverifier on Ubuntu 21.10 (Impish Indri):

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

3. Information about the apkverifier package on Ubuntu 21.10 (Impish Indri)

Package: apkverifier
Architecture: amd64
Version: 0.0~git20191015.7330a51-6.1ubuntu1
Built-Using: golang-1.16 (= 1.16-0ubuntu1), golang-github-avast-apkparser (= 0.0~git20190516.3b8c5ef-3)
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: 2919
Depends: libc6 (>= 2.32)
Filename: pool/universe/g/golang-github-avast-apkverifier/apkverifier_0.0~git20191015.7330a51-6.1ubuntu1_amd64.deb
Size: 953740
MD5sum: b193925e46eb4ec0d2bc6ba3b1acdb55
SHA1: e9fc3867ca335f197c527bbdb047e09782901297
SHA256: cb4023292a2c22305befdb51b01f7bf86e31bd4ebb5a1ba523333352aca38187
SHA512: 0e36310b143ba86ebd21aa30687e6aecf849b56212e37519a193b7e484efbffce8d3095bc80346ab40fed7571d1291473f6e7006fd12eee3923cb697a971c7dd
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