xfce4-kiosk-query command not found

In this troubleshooting guide we learn how to fix xfce4-kiosk-query command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

xfce4-kiosk-query: command not found

or when using sudo you get the following error message

sudo: xfce4-kiosk-query: command not found

Solutions to xfce4-kiosk-query: command not found

How To Fix xfce4-kiosk-query: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu xfce4-kiosk-query is provided by libxfce4util-bin package.

libxfce4util-bin is:

This package contains binaries used by Xfce basic utility library. At the moment, the following programs are included:

  • xfce4-kiosk-query: query Xfce kiosk capabilities.

To fix this problem, we can install more using the command below.

sudo apt-get -y install libxfce4util-bin

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install libxfce4util-bin.

sudo apt -y install libxfce4util-bin

Or if you have aptitude installed you can use the following command.

sudo aptitude install libxfce4util-bin

Summary

In this tutorial we learn how to fix xfce4-kiosk-query command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.