samarasa Asked: 2011-06-05 15:17:27 +0800 CST2011-06-05 15:17:27 +0800 CST 2011-06-05 15:17:27 +0800 CST How do we know the version of a tool from command line on a remote server? 772 How can I know the version of texmaker running on a remote server? command-line 1 Answers Voted Best Answer htorque 2011-06-05T15:43:18+08:002011-06-05T15:43:18+08:00 Generally, you can run apt-cache policy <package>, e.g.: $ apt-cache policy texmaker texmaker: Installed: (none) Candidate: 3.0.2-2 Version table: 3.0.2-2 0 500 http://archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages
Generally, you can run
apt-cache policy <package>
, e.g.: