How to Install and Uninstall apksigcopier Package on Kali Linux

Last updated: May 14,2024

1. Install "apksigcopier" package

This is a short guide on how to install apksigcopier on Kali Linux

$ sudo apt update $ sudo apt install apksigcopier

2. Uninstall "apksigcopier" package

Here is a brief guide to show you how to uninstall apksigcopier on Kali Linux:

$ sudo apt remove apksigcopier $ sudo apt autoclean && sudo apt autoremove

3. Information about the apksigcopier package on Kali Linux

Package: apksigcopier
Version: 1.1.1-1
Installed-Size: 85
Maintainer: FC Stegerman
Architecture: all
Depends: python3-click, python3:any
Suggests: apksigner
Size: 23260
SHA256: 1b407198fc8e7a88638cbd2a5f4fcb5b02ce6003963eaffa07d3bb2982018ab8
SHA1: bef3943117b7895bcdd0d3c9319db5249448cbbf
MD5sum: 107a655e3a7e318eb76c8c4fe9487ec3
Description: copy/extract/patch android apk signatures & compare apks
apksigcopier is a tool for copying android APK signatures from a signed APK to
an unsigned one (in order to verify reproducible builds). It can also be used
to compare two APKs with different signatures. Its command-line tool offers
four operations:
.
* copy signatures directly from a signed to an unsigned APK
* extract signatures from a signed APK to a directory
* patch previously extracted signatures onto an unsigned APK
* compare two APKs with different signatures (requires apksigner)
Description-md5:
Homepage: https://github.com/obfusk/apksigcopier
Section: misc
Priority: optional
Filename: pool/main/a/apksigcopier/apksigcopier_1.1.1-1_all.deb