mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
11 lines
166 B
Markdown
11 lines
166 B
Markdown
# Check Ubuntu Version
|
|
|
|
Are you on Ubuntu? Want to know what version (release) of Ubuntu you are
|
|
using?
|
|
|
|
Run the following to find out:
|
|
|
|
```bash
|
|
$ lsb_release -r
|
|
```
|