1.felix:install file:/path/to/bundle/bundle.jar
2.felix:start command and the bundle identifier of the desired bundle
3.felix:lb command is used to list installed bundles and to obtain the bundle's identifier
4.felix:stop command is used to stop a bundle
5.felix:uninstall command is used to remove a bundle from the bundle cache
6.Bundles can be updated using the felix:update command
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1.felix:install file:/path/to/bundle/bundle.jar
2.felix:start command and the bundle identifier of the desired bundle
3.felix:lb command is used to list installed bundles and to obtain the bundle's identifier
4.felix:stop command is used to stop a bundle
5.felix:uninstall command is used to remove a bundle from the bundle cache
6.Bundles can be updated using the felix:update command