flvmeta command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
flvmeta: command not found
or when using sudo you get the following error message
sudo: flvmeta: command not found
Solutions to flvmeta: command not found
How To Fix flvmeta: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu flvmeta is provided by flvmeta package.
flvmeta is:
flvmeta has the ability to inject all standard metadata tags into the onMetaData event, as well as insert an onLastSecond event.
It is also pretty fast and has a very small memory footprint, making it ideal for use as an automated tool on server environments.
To fix this problem, we can install more using the command below.
sudo apt-get -y install flvmeta
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install flvmeta.
sudo apt -y install flvmeta
Or if you have aptitude installed you can use the following command.
sudo aptitude install flvmeta
Summary
In this tutorial we learn how to fix flvmeta command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.