We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am following along with your article https://punchthrough.com/author/alee/, with a new Pi Zero W and a fresh Buster install. dbus is installed, but not gdbus. I looked in the https://n8henrie.com/2019/08/list-of-default-packages-on-raspbian-buster-lite/, and there is no listing for gdbus. I tried sudo apt install gdbus, and there is no package names gbdus. Any suggestions on how to install gdbus?
dbus
gdbus
sudo apt install gdbus
gbdus
Thanks! Mark
The text was updated successfully, but these errors were encountered:
Never mind. I found gdbus in libglib2.0-bin. Cheers!
libglib2.0-bin
Sorry, something went wrong.
No branches or pull requests
I am following along with your article https://punchthrough.com/author/alee/, with a new Pi Zero W and a fresh Buster install.
dbus
is installed, but notgdbus
. I looked in the https://n8henrie.com/2019/08/list-of-default-packages-on-raspbian-buster-lite/, and there is no listing forgdbus
. I triedsudo apt install gdbus
, and there is no package namesgbdus
. Any suggestions on how to installgdbus
?Thanks!
Mark
The text was updated successfully, but these errors were encountered: