How to Install and Uninstall libapksig-java Package on Kali Linux

Last updated: May 17,2024

1. Install "libapksig-java" package

Please follow the steps below to install libapksig-java on Kali Linux

$ sudo apt update $ sudo apt install libapksig-java

2. Uninstall "libapksig-java" package

Learn how to uninstall libapksig-java on Kali Linux:

$ sudo apt remove libapksig-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapksig-java package on Kali Linux

Package: libapksig-java
Source: android-platform-tools-apksig
Version: 31.0.2-1
Installed-Size: 454
Maintainer: Android Tools Maintainers
Architecture: all
Size: 404460
SHA256: cfb1babb843de0c7490c4554dca31187ceb326ea7f53c9cd77e9ce46342cba59
SHA1: a4a7b809cc74f1cd3c2e2429be919372e98c5fb0
MD5sum: 402fc173c1e9c40659ec64dd2a7c946d
Description: library 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.
.
apksig library offers three primitives:
.
* ApkSigner which signs the provided APK so that it verifies on all
Android platform versions supported by the APK. The range of platform
versions can be customized if necessary.
.
* ApkVerifier which checks whether the provided APK is expected to
verify on all Android platform versions supported by the APK. The
range of platform versions can be customized if necessary.
.
* (Default)ApkSignerEngine which abstracts away signing an APK from
parsing and building an APK file. This is useful in optimized APK
building pipelines, such as in Android Plugin for Gradle, which need
to perform signing while building an APK, instead of after. For
simpler use cases where the APK to be signed is available upfront,
the ApkSigner above is easier to use.
.
NOTE: Some public classes of the library are in packages having the
word “internal” in their name. These are not public API of the
library. Do not use *.internal.* classes directly.
Description-md5:
Homepage: https://source.android.com/source/developing.html
Section: java
Priority: optional
Filename: pool/main/a/android-platform-tools-apksig/libapksig-java_31.0.2-1_all.deb