## How to know the version of your current OSM installation
In order to know the version that you have installed you only need to search the `osm-devops` package installed in your system, since `osm-devops` is the package used to drive installations:
Run the following command to know the version of OSM client and OSM NBI:
```bash
osm version
```
In some circumstances, it could be useful to search the `osm-devops` package installed in your system, since `osm-devops` is the package used to drive installations:
In case you only installed separate stacks (e.g. `elk_stack`, `pm_stack`, etc.), you could end with a newer version of the `osm-devops` package. Then you can search the `python-osmclient` package as a way to know your current version of OSM:
To know the current verion of the OSM client, you can also search the `python3-osmclient` package as a way to know your current version of OSM: