Overview for void-linux

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