How to Install and Uninstall nd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "nd" package

Please follow the guidance below to install nd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nd

2. Uninstall "nd" package

Here is a brief guide to show you how to uninstall nd on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the nd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: nd
Priority: optional
Section: universe/net
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Mats Erik Andersson
Architecture: amd64
Version: 0.8.2-8
Depends: libc6 (>= 2.4), libmhash2, libxml2 (>= 2.7.4)
Filename: pool/universe/n/nd/nd_0.8.2-8_amd64.deb
Size: 22718
MD5sum: eff00ce8d31e7f3746a14ea24f279e84
SHA1: a51373d0670e8cfbfdbd550d01ac29d879ef65bc
SHA256: 1dd3bf9b46b235b08882f2aa98af01303760f516034d99596f6a480998c68494
Description-en: 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: 78877a4b7bd2eebdca50809b26e28b9f
Homepage: http://gohome.org/nd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu