How do I check the bacula version? I installed bacula using apt-get install command on ubuntu. I want to know the version I am using.

Thanks

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Run this:

apt-cache policy bacula

This will show you the version of bacula that is currently installed, as well as all versions of bacula available to you from all repositories in /etc/apt/sources.list.

link|improve this answer
wow. thanks. it worked. =) – user60534 Nov 17 '10 at 5:41
feedback

Your Answer

 
or
required, but never shown