New comment by laemeiqu on void-packages repository https://github.com/void-linux/void-packages/issues/47455#issuecomment-1828930983 Comment: Thanks for your quick reply. This is what happens if I try to install clipboard : ``` user@void-kvm:~$ sudo xbps-install -S clipboard [*] Updating repository `https://mirrors.servercentral.com/voidlinux/current/x86_64-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/multilib/x86_64-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/debug/x86_64-repodata' ... Package 'clipboard' not found in repository pool. ``` I don't have the non-free repo's enabled but clipboard is under GPL-3.0 license so that shouldn't matter. IMHO clipboard would be nice for the use case of container distro's where people might want to install commandline bling tools such as for example referenced here (skip these links if not interested) : * https://getfleek.dev/docs/bling * https://github.com/ublue-os/boxkit * Rawkode Academy - 2023 Top 5 CLI Tools You Need to Know! https://www.youtube.com/watch?v=TNlDSG1iDW8 Examples of these kind of bling command line tools are for example: * comtrya https://www.comtrya.dev/ (not in voidlinux repos) * clipboard (the one we are talking about now) * atuin * direnv * zoxide * eza I was looking into distrobox today and these kind of bling command line tools and that is what inspired me to create this issue. Blogpost that inspired me : https://www.ypsidanger.com/declaring-your-own-personal-distroboxes/