gupnp-dlna-ls-profiles command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gupnp-dlna-ls-profiles: command not found
or when using sudo you get the following error message
sudo: gupnp-dlna-ls-profiles: command not found
Solutions to gupnp-dlna-ls-profiles: command not found
How To Fix gupnp-dlna-ls-profiles: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gupnp-dlna-ls-profiles is provided by gupnp-dlna-tools package.
gupnp-dlna-tools is:
A small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc.
This package contain tools, like gupnp-dlna-info.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gupnp-dlna-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gupnp-dlna-tools.
sudo apt -y install gupnp-dlna-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install gupnp-dlna-tools
Summary
In this tutorial we learn how to fix gupnp-dlna-ls-profiles command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.