How to check your ubuntu version on slicehost

You can check your ubuntu version on slicehost with the following command in your terminal window.

sudo lsb_release -a

or here’s another way to do it from a slicehost article

cat /etc/lsb-release

Comments