How to Install and Uninstall trurl Package on Kali Linux

Last updated: September 28,2024

1. Install "trurl" package

Please follow the step by step instructions below to install trurl on Kali Linux

$ sudo apt update $ sudo apt install trurl

2. Uninstall "trurl" package

Please follow the guidelines below to uninstall trurl on Kali Linux:

$ sudo apt remove trurl $ sudo apt autoclean && sudo apt autoremove

3. Information about the trurl package on Kali Linux

Package: trurl
Version: 0.9-1
Installed-Size: 58
Maintainer: Michael Ablassmeier
Architecture: amd64
Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.88.1)
Size: 21920
SHA256: 4ca389d70f04612121a707945fba427b71db9b1659c1ab02c3c7d85f1faf356c
SHA1: 5bc17b70016fd6033590250aaa825be15f27d673
MD5sum: 5670a39bcdd9de0385941688073ad07a
Description: command line tool for URL parsing and manipulation
trurl is a cli tool that parses and manipulates URLs, designed to help shell
script authors everywhere. Typically you pass in one or more URLs and decide
what of that you want output. Posssibly modifying the URL as well.
.
trurl knows URLs and every URL consists of up to ten separate and independent
"components". These components can be extracted, removed and updated with
trurl and they are referred to by their respective names: scheme, user,
password, options, host, port, path, query, fragment and zoneid.
Description-md5:
Homepage: https://github.com/curl/trurl
Section: utils
Priority: optional
Filename: pool/main/t/trurl/trurl_0.9-1_amd64.deb