stow

Symlink manager. Often used to manage dotfiles. More information: <https://www.gnu.org/software/stow>.

Debian Debian
RUN apt-get update && \ apt-get install -y stow
Ubuntu
RUN apt-get update && \ apt-get install -y stow
Alpine
RUN apk add stow
Arch Arch Linux
RUN pacman -S --noconfirm stow
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y stow
Fedora
RUN dnf install -y stow
Raspbian
RUN apt-get update && \ apt-get install -y stow
click the source code to copy install stow on any operating system with command-not-found.com