Top "Version" questions

Version defines an unique state of a computer software or a file.

how to check the version of jar file?

I am currently working on a J2ME polish application, just enhancing it. I am finding difficulties to get the …

jar version executable-jar
How do I tell a Python script to use a particular version

How do I, in the main.py module (presumably), tell Python which interpreter to use? What I mean is: if …

python version virtualenv
How to check the version before installing a package using apt-get?

I'm thinking to install hylafax+ version 5.5.4 which was release last month on my Debian PC. I checked dpkg -l | grep "…

debian version apt apt-get dpkg
versionCode vs versionName in Android Manifest

I had my app in the android market with version code = 2 and version name = 1.1 However, while updating it today, I …

android version android-manifest google-play
Which version of C# am I using

I want to find out which version of C# I'm using. If I would be using python I would do …

c# version
How do I know which version of Javascript I'm using?

I'm just reading this documentation about Javascript 1.2, but I'm wondering which version of Javascript is being used in the most …

javascript version version-detection
How can I specify the required Node.js version in package.json?

I have a Node.js project that requires Node version 12 or higher. Is there a way to specify this in …

node.js npm package version
How can the default node version be set using NVM?

I have installed nvm (ubuntu with zsh shell) with two node version: v6.11.5 and v9.0.0 and the default version in …

node.js version nvm
List of Java class file format major version numbers?

I saw this list of major version numbers for Java in another post: Java 1.2 uses major version 46 Java 1.3 uses major …

java version
Find nginx version?

I have installed nginx on Debian 7 with the following steps sudo apt-get update sudo apt-get upgrade sudo apt-get install nginx …

nginx version command-line-interface