How to know the version of your current OSM installation: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
Since Release FOUR, in order to know the version that you have installed you only need to search the osm-devops package installed in your system:
Since Release FOUR, 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:
  dpkg -l osm-devops
  dpkg -l osm-devops
   
   
  ||/ Name                    Version            Architecture          Description
  ||/ Name                    Version            Architecture          Description
  +++-======================-=================-=====================-=====================================
  +++-======================-=================-=====================-=====================================
  ii  osm-devops               4.0.1-1            all
  ii  osm-devops             4.0.1-1            all
 
In case you only installed separate stacks (e.g. elk_stack, pm_stack, etc,), you can also search the python-osmclient package as a way to know your current version of OSM:
||/ Name                    Version            Architecture          Description
+++-======================-=================-=====================-=====================================
ii  python-osmclient      4.0.1-1            all

Revision as of 08:23, 3 July 2018

Since Release FOUR, 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:

dpkg -l osm-devops

||/ Name                     Version            Architecture          Description
+++-======================-=================-=====================-=====================================
ii  osm-devops             4.0.1-1            all

In case you only installed separate stacks (e.g. elk_stack, pm_stack, etc,), you can also search the python-osmclient package as a way to know your current version of OSM:

||/ Name                     Version            Architecture          Description
+++-======================-=================-=====================-=====================================
ii  python-osmclient       4.0.1-1            all