How to Install and Uninstall grab Package on Kali Linux

Last updated: May 10,2024

1. Install "grab" package

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

$ sudo apt update $ sudo apt install grab

2. Uninstall "grab" package

Learn how to uninstall grab on Kali Linux:

$ sudo apt remove grab $ sudo apt autoclean && sudo apt autoremove

3. Information about the grab package on Kali Linux

Package: grab
Source: golang-github-cavaliergopher-grab (3.0.1-3)
Version: 3.0.1-3+b5
Installed-Size: 4695
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1662504
SHA256: 6dfd199e9c01a71a451a4df3a85d245fc44b229293a41c2e6aa6c93f212167d0
SHA1: c36d46a6aae8f99a3b9b6f347c131df86acbc77c
MD5sum: 29570574757a0be2068fa21e09d025a1
Description: Download manager package for Go (program)
Downloading the internet, one goroutine at a time!
.
Grab is a Go package for downloading files from the internet with the
following rad features:
- Monitor download progress concurrently
- Auto-resume incomplete downloads
- Guess filename from content header or URL path
- Safely cancel downloads using context.Context
- Validate downloads using checksums
- Download batches of files concurrently
- Apply rate limiters
.
This package contains the grab program.
Description-md5:
Homepage: https://github.com/cavaliergopher/grab
Built-Using: golang-1.21 (= 1.21.3-1)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-cavaliergopher-grab/grab_3.0.1-3+b5_amd64.deb