Every time I need to check the current version of Ubuntu, I have to run
$> lsb_release -a
But what if lsb_release
is not installed?
The easiest way is to run
$> cat /etc/*release
This gives me an output like this!
Every time I need to check the current version of Ubuntu, I have to run
$> lsb_release -a
But what if lsb_release
is not installed?
The easiest way is to run
$> cat /etc/*release
This gives me an output like this!
Copyright © 2024 the möbius trip
Theme by Anders Noren — Up ↑