2

I have installed Pure-FTPd on my Ubuntu 10.04 LTS?

Which command will give the version of the server running?

2 Answers2

3

The following command gives you the installed version, if you installed the package via the ubuntu repository

apt-cache policy pure-ftpd
mbs
  • 672
  • 1
    After a bit of research, this does seem to be the best way to see what version is installed. pure-ftpd doesn't have an easy way to get the version. – tgm4883 Jun 20 '12 at 16:25
1

Open your Terminal and type the following command

apt-cache showpkg pure-ftpd

Hashken
  • 6,350
jasmines
  • 11,331