You are reading the article How To Find Your Linux Distribution Name And Version updated in October 2023 on the website Cersearch.com. We hope that the information we have shared is helpful to you. If you find the content interesting and meaningful, please share it with your friends and continue to follow and support us for the latest updates. Suggested November 2023 How To Find Your Linux Distribution Name And Version
If you have just inherited a computer that is running Linux, you will want to know which Linux distribution and version is running on it. The previous owner might have customized it heavily, like coating it with a macOS theme. That makes it not easy to find out the distribution’s name and version from the desktop. Luckily, there are a few ways to find this information from the Terminal. Check them out.
How to Find Out Which Linux Distribution You Are UsingTo get started, open a terminal. You can open it with the keyboard shortcut Ctrl + Shift + T or find it from the Applications menu. Once opened, type the following command:
cat
/
etc/*
-releaseYou will see all the information about your Linux distribution. In the example, Manjaro Linux, the 19.0.2 version, is being used, with the codename “Kyria.”
On a Ubuntu machine, this is what you will see:
Alternatively, you can use the lsb_release command. Type the following:
lsb_release-a
and you will see information about the distribution.
For Ubuntu:
Lastly, if you need a simplified view together with the kernel information, you can use the hostnamectl command:
hostnamectlIt will display the operating system (which is the distribution name) and the kernel information.
And for Ubuntu:
That’s it. If you are looking to switch the Linux distribution in your computer, you may want to find out the best Linux distro in 2023or the best one for a beginner.
Image credit: Isolated laptop by DepositPhotos
Damien
Damien Oh started writing tech articles since 2007 and has over 10 years of experience in the tech industry. He is proficient in Windows, Linux, Mac, Android and iOS, and worked as a part time WordPress Developer. He is currently the owner and Editor-in-Chief of Make Tech Easier.
Subscribe to our newsletter!
Our latest tutorials delivered straight to your inbox
Sign up for all newsletters.
By signing up, you agree to our Privacy Policy and European users agree to the data transfer policy. We will not share your data and you can unsubscribe at any time.
You're reading How To Find Your Linux Distribution Name And Version
Update the detailed information about How To Find Your Linux Distribution Name And Version on the Cersearch.com website. We hope the article's content will meet your needs, and we will regularly update the information to provide you with the fastest and most accurate information. Have a great day!