Y
Hacker News
new
|
ask
|
show
|
jobs
by
8draco8
3413 days ago
sudo apt update and sudo apt upgrade will do it for you. To check what version you are on simple do cat /etc/os-release
1 comments
runejuhl
3413 days ago
Or, for a more cross-distro approach, `lsb_release -a`, although it requires the `lsb-release` package installed.
link
8draco8
3413 days ago
Truly cross distro is cat /etc/* release
link