this post was submitted on 27 Aug 2023
5 points (100.0% liked)
Linux
1786 readers
1 users here now
News, Tipps und Tricks zu Linux
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe it's not in the $PATH? I remember having similar problems a while ago.
You could search for it
find / -name resolvectl
(might take a while when searching in/
), and check if the path is present in the $PATH variable.the command doesn't output anything.
I just saw that there seems to be a separate package for systemd-resolved on Debian (https://packages.debian.org/search?searchon=contents&keywords=resolvectl&mode=exactfilename&suite=bookworm&arch=any), maybe check if the package systemd-resolved is actually installed.