How to Install and Uninstall apksigner Package on Kali Linux

Last updated: May 15,2024

1. Install "apksigner" package

Please follow the guidance below to install apksigner on Kali Linux

$ sudo apt update $ sudo apt install apksigner

2. Uninstall "apksigner" package

Please follow the instructions below to uninstall apksigner on Kali Linux:

$ sudo apt remove apksigner $ sudo apt autoclean && sudo apt autoremove

3. Information about the apksigner package on Kali Linux

Package: apksigner
Source: android-platform-tools-apksig
Version: 31.0.2-1
Installed-Size: 503
Maintainer: Android Tools Maintainers
Architecture: all
Depends: default-jre | java8-runtime | java9-runtime | java10-runtime | java11-runtime, libapksig-java (>= 31.0.2-1)
Size: 442680
SHA256: 6ded96d6156f8b0bc1355e87b5fad8e6ebfcf8a694dedd9987768b37a41878d4
SHA1: d65b239e3fdddc62a6ac321c79f7ef1bb2f10736
MD5sum: 12c27fa552a8be59d66d0babd1b3f7e5
Description: command line tool to sign and verify Android APKs
apksig is a project which aims to simplify APK signing and checking
whether APK's signatures should verify on Android. apksig supports
JAR signing (used by Android since day one) and APK Signature Scheme
v2 (supported since Android Nougat, API Level 24).
.
The key feature of apksig is that it knows about differences in APK
signature verification logic between different versions of the
Android platform. apksig can thus check whether a signed APK is
expected to verify on all Android platform versions supported by the
APK. When signing an APK, apksig will choose the most appropriate
cryptographic algorithms based on the Android platform versions
supported by the APK being signed.
.
apksigner command-line tool offers two operations:
.
* sign the provided APK so that it verifies on all Android platforms
supported by the APK. Run apksigner sign for usage information.
.
* check whether the provided APK's signatures are expected to verify
on all Android platforms supported by the APK. Run apksigner verify
for usage information.
.
The tool determines the range of Android platform versions (API
Levels) supported by the APK by inspecting the APK's
AndroidManifest.xml. This behavior can be overridden by specifying
the range of platform versions on the command-line.
Description-md5:
Homepage: https://source.android.com/source/developing.html
Section: java
Priority: optional
Filename: pool/main/a/android-platform-tools-apksig/apksigner_31.0.2-1_all.deb