How to Install and Uninstall nbd-client Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "nbd-client" package

Learn how to install nbd-client on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nbd-client

2. Uninstall "nbd-client" package

Please follow the step by step instructions below to uninstall nbd-client on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nbd-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the nbd-client package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: nbd-client
Priority: optional
Section: universe/admin
Installed-Size: 157
Maintainer: Ubuntu Developers
Original-Maintainer: Wouter Verhelst
Architecture: amd64
Source: nbd
Version: 1:3.13-1
Depends: libc6 (>= 2.4), debconf (>= 0.5) | debconf-2.0
Filename: pool/universe/n/nbd/nbd-client_3.13-1_amd64.deb
Size: 47636
MD5sum: bf8600061b74d5a2c596ac5ae6a60c65
SHA1: 98eb41bcc8ceaef86311ff2e794408030aa45d62
SHA256: 91b660e8eee0ec81396b60e86e5d52bda56e7d5ac7b145118c9350a0c3bdaf7d
Description-en: Network Block Device protocol - client
Network Block Device (NBD) is a client/server protocol that
emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
over the network, thus giving the system the ability to swap over the
network, or to use raw network disk space for other purposes.
.
However, writing to one Network Block Device from different clients
simultaneously is not recommended, and would probably result in data
loss. If you want multiple clients to share a remote resource, use a
network file system such as NFS or Coda.
.
This package provides the client binary for NBD.
Description-md5: 50b5081db709f9bc399b8b74366d1d8f
Homepage: http://nbd.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu