How to Install and Uninstall abootimg Package on Kali Linux

Last updated: April 29,2024

1. Install "abootimg" package

This guide covers the steps necessary to install abootimg on Kali Linux

$ sudo apt update $ sudo apt install abootimg

2. Uninstall "abootimg" package

This is a short guide on how to uninstall abootimg on Kali Linux:

$ sudo apt remove abootimg $ sudo apt autoclean && sudo apt autoremove

3. Information about the abootimg package on Kali Linux

Package: abootimg
Version: 0.6-1.1
Installed-Size: 47
Maintainer: Heiko Stuebner
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 14656
SHA256: 4e5eb985c7f31c186ec9d51de6f892163a2f18602cacba2c409460f1ca058939
SHA1: 281f14baeb742e4b110e2c1d8e4dfd8a3f4d83a6
MD5sum: dcecae7e5dbd83bb35491efff226c6cb
Description: Tool to read/write/update android boot images
Android devices use a special partition format to boot any
operating system on the devices. These boot-images contain
a kernel image, a ramdisk, optionally a 2nd stage boot loader
and the commandline passed to the kernel when booting.
The original mkbootimg from Android can only create these images
where abootimg can also extract and modify them.
Handling android boot images is necessary when bringing other
operating systems to android devices.
Description-md5:
Homepage: https://github.com/ggrandou/abootimg
Tag: admin::boot, implemented-in::c, role::program, scope::utility
Section: admin
Priority: optional
Filename: pool/main/a/abootimg/abootimg_0.6-1.1_amd64.deb