felix-framework command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
felix-framework: command not found
or when using sudo you get the following error message
sudo: felix-framework: command not found
Solutions to felix-framework: command not found
How To Fix felix-framework: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu felix-framework is provided by felix-main package.
felix-main is:
The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification.
This package contains bootstrap tools to run Felix Framework.
To fix this problem, we can install more using the command below.
sudo apt-get -y install felix-main
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install felix-main.
sudo apt -y install felix-main
Or if you have aptitude installed you can use the following command.
sudo aptitude install felix-main
Summary
In this tutorial we learn how to fix felix-framework command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.