obex-folder-listing command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
obex-folder-listing: command not found
or when using sudo you get the following error message
sudo: obex-folder-listing: command not found
Solutions to obex-folder-listing: command not found
How To Fix obex-folder-listing: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu obex-folder-listing is provided by obexpushd package.
obexpushd is:
This program can be used to receive files with OBEX protocol over Bluetooth or IrDA (infrared) connection. This program should work with many mobile devices like PDA’s and mobile phones.
To fix this problem, we can install more using the command below.
sudo apt-get -y install obexpushd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install obexpushd.
sudo apt -y install obexpushd
Or if you have aptitude installed you can use the following command.
sudo aptitude install obexpushd
Summary
In this tutorial we learn how to fix obex-folder-listing command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.