Samba share

Debian-based Distributions

Debian

There is currently no package for wsdd in the official Debian repositories. However, wsdd is considered to be part of the next Debian release, Bookworm, which in the testing phase. A wsdd package is also available in unstable.

To install wsdd under Bullseye and earlier see the “Others” section below.

Others

There are user-maintained packages for which you need to add the repository to the apt repo list and download the according GPG public key:

wget -O- https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key | gpg --dearmour > /usr/share/keyrings/wsdd.gpg
source /etc/os-release
echo "deb [signed-by=/usr/share/keyrings/wsdd.gpg] https://pkg.ltec.ch/public/ ${UBUNTU_CODENAME:-${VERSION_CODENAME:-UNKNOWN}} main" > /etc/apt/sources.list.d/wsdd.list

Note that the repository only provides packages for Debian and Ubuntu LTS releases up to Buster and Focal Fossa (20.04), respectively. The wsdd.list file created by the command above should be checked to refer to an appropriate distro code name.

After the GPG public key file and repository have been created, install wsdd via:

apt update
apt install wsdd
1 Like