What is the Terminal command to show the K ?
K means the installed iso was:
Kubuntu 22.04 not
ubuntu 22.04
Command 1:
lsb_release -ds
Ubuntu 22.04.1 LTS
Command 2:
lsb_release -ds |tr '\n' ' ' ; cat /etc/os-release | grep -i --color=always 'version=' | awk '{print $3 " "$4}' |tr '"' ' ' ;
Ubuntu 22.04.1 LTS (Jammy Jellyfish)
What is the Terminal command to show the K ?
K as in the Operating System is :
Kubuntu 22.04.1 LTS (Jammy Jellyfish)
--
Comment