Overview for linux-version

How to find you linux version in AryaLinux

There are several command to run to get your AryaLinux version information. It depends, what precisely you want to see, but in AryaLinux you can use same commands like in other Linux distros:

$ uname -a
$ cat /etc/*-release
$ cat /proc/version

Result:

Read more

Written by Administrator on Tuesday May 12, 2020

How to find your linux version in Devuan Linux? [with screenshots]

Trident linux is based on Void linux, let's check, how system identifies itself by running different commands (lsb_release, uname etc):

$ uname -a
Linux computer 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux

$ cat /etc/*-release
PRETTY_NAME="Devuan GNU/Linux ascii"
NAME="Devuan GNU/Linux"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"

$ cat /proc/version
Linux version 4.9.0-11-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11)

Read more

Written by Administrator on Wednesday April 22, 2020

How to find your linux version in Trident? [with screenshots]

Trident linux is based on Void linux, let's check, how system identifies itself by running different commands (lsb_release, uname etc):

$ lsb_release
LSB Version:    1.0

$ lsb_release -a
LSB Version:    1.0
Distributor ID: VoidLinux
Description:    Void Linux
Release:        rolling
Codename:       void

$ uname -a
Linux Trident 5.4.33_2 #1 SMP PREEMPT Sat Apr 18 14:32:17 UTC 2020 x86_64 GNU/Linux

$ cat /etc/*-release
NAME="void"
ID="void"
DISTRIB_ID="void"
PRETTY_NAME="void"

$ cat /proc/version
Linux version 5.4.33_2 (void-buildslave@a-hel-fi) (gcc version 9.3.0 (GCC)) #1 SMP PREEMPT Sat Apr 18 1

Read more

Written by Administrator on Sunday April 19, 2020