Difference between revisions of "Ubuntu"
Jump to navigation
Jump to search
(Created page with "Ubuntu is a Linux distribution that is commonly used by the Kubernetes community. =Set up Local Repository= [https://www.maketecheasier.com/se...") |
|||
Line 1: | Line 1: | ||
[[wikipedia:Ubuntu (software)|Ubuntu]] is a Linux distribution that is commonly used by the Kubernetes community. | [[wikipedia:Ubuntu (software)|Ubuntu]] is a Linux distribution that is commonly used by the Kubernetes community. | ||
=Show your Operating System Version= | |||
Open the terminal application (bash shell), type one of the following commands: | |||
cat /etc/os-release | |||
lsb_release -a | |||
hostnamectl | |||
Or you may try: | |||
uname -r | |||
=Set up Local Repository= | =Set up Local Repository= |
Latest revision as of 09:37, 16 August 2021
Ubuntu is a Linux distribution that is commonly used by the Kubernetes community.
Show your Operating System Version
Open the terminal application (bash shell), type one of the following commands:
cat /etc/os-release lsb_release -a hostnamectl
Or you may try:
uname -r