How to Install and Uninstall nd Package on Kali Linux

Last updated: May 10,2024

1. Install "nd" package

Please follow the steps below to install nd on Kali Linux

$ sudo apt update $ sudo apt install nd

2. Uninstall "nd" package

Please follow the steps below to uninstall nd on Kali Linux:

$ sudo apt remove nd $ sudo apt autoclean && sudo apt autoremove

3. Information about the nd package on Kali Linux

Package: nd
Version: 0.8.2-8.1
Installed-Size: 69
Maintainer: Mats Erik Andersson
Architecture: amd64
Depends: libc6 (>= 2.4), libmhash2 (>= 0.9.9.9), libxml2 (>= 2.7.4)
Size: 26268
SHA256: 2d1ecf7d7f0982823249b8acaf1174aad06a79009b76025219c8e95377ef8c95
SHA1: 7595836e417a54cbd4abc2340dfa8eecccca03f2
MD5sum: 686ba8d397fd33bee6eb7707c095c02c
Description: small command line interface to WebDAV servers
nd is a command line tool to issue queries to a WebDAV server.
.
WebDAV stands for "Web-based Distributed Authoring and Versioning"
(RFC 2518). It is a protocol built on top of HTTP, allowing users
to collaboratively edit and manage files on remote web servers.
.
nd can be used to retrieve, submit, remove, and lock individual
files, as well as retrieving information about them. It also
supports proxying, as well as the authentication methods 'Basic'
and now 'Digest' for protecting against unsolicited access.
.
It is smaller than the alternative tool Cadaver. However, nd has
neither an interactive mode, nor has it support for SSL or TLS
encrypted transmissions, but it is well suited for use in scripts.
.
nd is dependent on libxml2 and libmhash2.
Description-md5:
Homepage: http://gohome.org/nd/
Tag: implemented-in::c, interface::commandline, network::client,
protocol::http, protocol::webdav, role::program, scope::utility,
web::cms
Section: net
Priority: optional
Filename: pool/main/n/nd/nd_0.8.2-8.1_amd64.deb