Questions tagged [versions]

Versions are sequence-based states of softwares, usually, they increment based on significant changes like bug fixes, implementation of new functionality or changes in the existing program.

Software versioning can be done by giving a version name or number to a software, based on unique states.

Versioning usually increments when there are significant changes like bug fixes, implementation of new functionality or changes in the existing program, the changes can be tracked with the use of revision control software.

The version numbers can be arranged by the preference of the owner or author of the software, the most known and used versioning pattern is:

major.minor[.build[.revision]]

For example:

  • Perl 5.10.4
  • .NET Framework 3.5
  • Ubuntu 12.10
564 questions
634
votes
4 answers

How do I check the version of Ubuntu I am running?

How can I check my current Ubuntu version through the command-line and GUI?
LMatt
  • 6,465
  • 3
  • 12
  • 3
446
votes
6 answers

How to downgrade a package via apt-get?

How can I downgrade a package to an older version via apt-get? Other tools are also acceptable but apt-get is preferred.
user61928
344
votes
6 answers

How to install specific Ubuntu deb packages, with exact version?

I want to setup a new virtual machine with some specified packages (name and version), that are provided. For example, apache2 in version 2.2.20-1ubuntu1 with all dependencies. Even if there is a new version of this package on the servers this one…
ayckoster
  • 3,687
247
votes
16 answers

How can I find the version of Ubuntu that is installed?

I installed some version of Ubuntu on my VMware, but I don't know what version exactly it is. How can I find it out?
Am1rr3zA
  • 3,622
131
votes
6 answers

How to find architecture of my PC and Ubuntu?

When running uname -a, I get as output 41-Ubuntu SMP Mon Aug 13 17:59:54 UTC 2012 i686 athlon i386 GNU/Linux Can someone please explain to me why both i386 & i686 ? What exactly is my PC architecture and what version of Ubuntu am I using (32bit…
110
votes
2 answers

What terminal command checks the Ubuntu version

What terminal command tells the version of Ubuntu.
Nick Bailuc
  • 3,335
104
votes
7 answers

List of Ubuntu Versions with Corresponding Linux Kernel Version

Is there a list of Ubuntu versions with default corresponding Linux kernel versions somewhere? I would specifically like to know the most recent version of Ubuntu that still used Linux Kernel 2.x.
Jonathan Mee
  • 1,143
81
votes
6 answers

Is there a way to know which GTK version is installed using the command line?

Is there a way to know which GTK version is installed using the command line? I am working on Ubuntu 11.10.
Black Block
  • 5,139
72
votes
2 answers

Why is OpenJDK 10 packaged as openjdk-11-*?

While looking to compile OpenJDK from source, the newest General Availability version (OpenJDK 10.0.1) insists on OpenJDK 9 or 10. JDK 11, however, is not due to be released until September 2018. However, to my surprise, when I do apt search…
71
votes
3 answers

How do I upgrade Gradle?

This shows that Gradle is up to date: thufir@doge:~$ sudo apt install gradle Reading package lists... Done Building dependency tree Reading state information... Done gradle is already the newest version (2.10-1). 0 upgraded, 0 newly…
Thufir
  • 4,631
61
votes
5 answers

What version of Google Chrome do I have?

How can I find out what version of chrome I am using? I would like a command line method, not the GUI - visiting chrome://chrome in the url bar. I need to be able to use it in a bash script. I ran the command google-chrome --help, but it didn't seem…
Tim
  • 33,500
36
votes
3 answers

Why do some packages have extra numbers before a colon on the front of their version string?

I have just noticed that Wine (and a number of other packages) have shifted their versioning scheme to something like: 1:1.6.2-0ubuntu3 I understand everything after the 1:... But what does the 1: refer to? It doesn't seem to mirror the major…
Oli
  • 299,380
35
votes
4 answers

What's the default Python version in Ubuntu 20.04?

What's the default Python 3 version in the new Ubuntu 20.04? Is it still 3.6 or the latest Python 3.8? I'm developing a Python program that I later want to run on the new Ubuntu 20.04. I'm unsure if I can use the latest Python 3.8 syntax. I don't…
31
votes
11 answers

Is Ubuntu 22.04 stable?

I have previous experience with Linux, but I am new to Ubuntu. I am planning on installing Ubuntu on my personal computer, and I was wondering which version I should install. On the Ubuntu website, I found installation instructions, as well as a…
27
votes
5 answers

Will python2.7 be available for 10.04 in the future?

Since Ubuntu 10.04 is an LTS release will it support python 2.7 as a default package maintainer version or at least have a python2.7 package in future? Since it will be the last major python 2.x release and is intended to remain in place for a…
crodjer
  • 865
1
2 3
37 38