How to Install and Uninstall dataurl Package on Kali Linux

Last updated: April 30,2024

1. Install "dataurl" package

This tutorial shows how to install dataurl on Kali Linux

$ sudo apt update $ sudo apt install dataurl

2. Uninstall "dataurl" package

This tutorial shows how to uninstall dataurl on Kali Linux:

$ sudo apt remove dataurl $ sudo apt autoclean && sudo apt autoremove

3. Information about the dataurl package on Kali Linux

Package: dataurl
Source: golang-github-vincent-petithory-dataurl (0.0~git20191104.d1553a7-1.1)
Version: 0.0~git20191104.d1553a7-1.1+b9
Installed-Size: 2588
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 988948
SHA256: 4bdebe581ea79f1fe88ef1c70071567c1984a1b51292b8f4f1ec52ada5c78f7a
SHA1: cd77ede74cc1cf3145f3fff0a0c7898653e9a268
MD5sum: 8e4a615195f09c63c79c574b29212eff
Description: Data URL Schemes in Golang (program)
This package parses and generates Data URL Schemes for the Go language,
according to RFC 2397 (http://tools.ietf.org/html/rfc2397).
.
Data URLs are small chunks of data commonly used in browsers to display
inline data, typically like small images, or when you use the FileReader
API of the browser.
.
Common use-cases:
.
* generate a data URL out of a string, []byte, io.Reader for
inclusion in HTML templates
* parse a data URL sent by a browser in a http.Handler, and
do something with the data (save to disk, etc.)
.
This package contains the dataurl CLI utility.
Description-md5:
Homepage: https://github.com/vincent-petithory/dataurl
Built-Using: golang-1.21 (= 1.21.3-1)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-vincent-petithory-dataurl/dataurl_0.0~git20191104.d1553a7-1.1+b9_amd64.deb