Monday, April 29, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1668  / 2 Years ago, thu, september 15, 2022, 4:06:19

It's pretty easy to check the release date of BIOS version directly from the terminal emulator using a simple single command. So how to do that?


More From » command-line

 Answers
6

Easily use the command dmidecode.



First install if you haven't do yet:



sudo apt-get install dmidecode


Now to check the release date of BIOS easily run the command:



sudo dmidecode --string bios-release-date


The output will look like(my output):



07/23/2012

[#26559] Friday, September 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
byishted

Total Points: 469
Total Questions: 113
Total Answers: 113

Location: Tajikistan
Member since Sun, Aug 29, 2021
3 Years ago
;