Checking Redmine Version

Posted on

Checking Redmine Version

Redmine is well known for its feature to be used in as a management project. It is a web-based application which is very flexible.

When we want to know the version of the running redmine in our system, we are going to explain it below. The way to search the version of the running redmine is only explained for redmine which is installed in Ubuntu Linux Distribution :

root@hostname:~# apt-cache policy redmine
redmine:
Installed: (none)
Candidate:3.2.0-1
Version table:
3.2.0-1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
root@soulreaper:~#

As the above output shown from the executable command ‘apt-cache policy redmine’ which is executed we can see that the version of the running redmine is 3.2.0-1.

 

Leave a Reply