How to Install and Uninstall ziptime Package on Kali Linux

Last updated: May 21,2024

1. Install "ziptime" package

Please follow the guidelines below to install ziptime on Kali Linux

$ sudo apt update $ sudo apt install ziptime

2. Uninstall "ziptime" package

Please follow the guidance below to uninstall ziptime on Kali Linux:

$ sudo apt remove ziptime $ sudo apt autoclean && sudo apt autoremove

3. Information about the ziptime package on Kali Linux

Package: ziptime
Source: android-platform-build
Version: 1:10.0.0+r36-1
Installed-Size: 38
Maintainer: Android Tools Maintainers
Architecture: amd64
Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Size: 16976
SHA256: 88793d1b9991e77f53104d034689d92839511bada875e51163bb20c4f0a878d5
SHA1: a6247a96b16b3ba68236ae87ade8a26ca8eb98a1
MD5sum: c2c55491328e15d621be39ba6259a45d
Description: Zip archive timestamp remover
ziptime normalizes the timestamps in the header of a Zip file. It
was created as part of the Android SDK to help make reproducible
builds of Android application (.apk) files. It replaces all
timestamps in the Zip headers with a static time (Jan 1 2008). The
extra fields are not changed, so you'll need to use the -X option to
zip so that it doesn't create the 'universal time' extra.
Description-md5:
Homepage: https://android.googlesource.com/platform/build
Section: devel
Priority: optional
Filename: pool/main/a/android-platform-build/ziptime_10.0.0+r36-1_amd64.deb