First you need the 'xsel' package.
$> pacman -S xsel
Then create aliases.
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
I guess it is pamac install xsel
and not pacman install xsel
(at least that you have the binaries in .tar.gz)
I guess it is
pamac install xsel
and notpacman install xsel
(at least that you have the binaries in .tar.gz)
no it's pacman -s xsel
https://wiki.archlinux.org/title/pacman
https://www.reddit.com/r/ManjaroLinux/comments/jil8ef/whats_the_difference_between_pamac_and_pacman/
thanks