여러 방법을 사용하여 어떤 버전의 Ubuntu 를 사용하고 있는지 확인할 수 있으며 각각의 장점이 있습니다. (Ubuntu)일부는 주 버전을 제공합니다. 다른 사람들은 당신에게 모든 작은 세부 사항을 제공합니다.
Ubuntu 버전을 찾아야 하는 이유는 무엇 입니까?
Ubuntu 가 있다는 것을 알고 있습니다 . 버전이 왜 중요합니까?
- 다른 버전의 Windows 와 마찬가지로 일부는 (Windows)Ubuntu 버전에서 작동하고 일부는 다른 버전 에서만 작동합니다. 자신의 버전에서 가장 잘 작동하는 하드웨어 및 앱에
적절한 드라이버(install the proper drivers) 를 설치하려면 어떤 버전이 필요한지 알아야 합니다 .
- 또한 Ubuntu 운영 체제에 필요한 업데이트를 식별하는 데 도움이 됩니다.
- Ubuntu 의 일부 버전은 서버로 가장 잘 사용되며 일부는 데스크탑 환경에 가장 적합합니다.
- 누군가에게 Ubuntu 에 대한 도움을 요청할 때 그들은 당신이 가지고 있는 버전을 알고 싶어할 것입니다.
Ubuntu의 버전은 무엇입니까?
Windows 및 macOS는 버전과 관련하여 간단합니다. 많은 PC가 Windows 11 또는 Windows 10 입니다. MacOS 의 최신 버전은 Monterey , Big Sur , Catalina입니다.
Ubuntu 버전 번호는 출시 연도와 월을 기준으로 합니다. Ubuntu 릴리스에는 두 개의 두운 단어로 구성된 코드 이름도 함께 제공됩니다. 형용사이자 동물 이름이므로 결과는 Bionic Beaver 와 같은 이름 입니다. 예를 들어 최신 표준 Ubuntu 릴리스는 21.10 Impish Indri 입니다. (인드리(indri)는 여우원숭이의 큰 종입니다.)
그것이 충분히 혼란스럽지 않다면 언제든지 두 가지 최신 버전이 있습니다. 임시 릴리스와 장기 서비스( LTS ) 버전이 있습니다. 임시 Ubuntu 릴리스에 대한 지원은 릴리스 후 9개월입니다. LTS 버전 은 인스턴스의 안정성이 중요한 경우에 사용됩니다. 5년의 표준 지원을 받고 ESM(ESM) ( Extended Security Maintenance ) 에 따라 추가로 5년을 받을 수 있습니다 . ESM 은 개인용으로 무료이며 기업용 유료 구독입니다.
Canonical Ltd. 는 오픈 소스 Linux 커널 에 (Linux kernel)Ubuntu 를 빌드 하므로 Linux 커널 버전을 아는 것이 중요할 수 있습니다. 현재 Linux 커널 버전 번호는 5.15와 같습니다. 첫 번째 숫자는 주 릴리스 버전이고 나머지 숫자는 부 릴리스입니다.
그것들을 모두 합치면 22.04 LTS Jammy Jellyfish , Linux 커널 5.15
와 같은 Ubuntu 버전 을 얻을 수 있습니다 .
Windows Linux 하위 시스템(Windows Linux Subsystem) 에서 Ubuntu 버전(Version) 을 찾는 방법
예, Microsoft의 WSL(
Windows Linux 하위 시스템 )을 사용하여 (Windows Linux Subsystem)Windows 내 에서 Ubuntu 를 실행할 수 있습니다 .
- Windows용 Ubuntu를 엽니다.
- 시작하면 Ubuntu 는 명령줄에서 버전 및 추가 정보를 공유합니다. 예제의 버전은 Ubuntu 20.04 LTS 입니다. 또한 5.10.102.1-microsoft-standard-WSL2 로 사용되는 Linux 커널 을 (WSL2)보여(Linux) 줍니다 . WSL2 부분 에 유의하십시오 . WSL 용 Ubuntu Linux 에는 1과 2 의 두 가지 버전이 있으며 각각 장단점이 있습니다.
이미 Ubuntu WSL 을 열었는데 그 줄이 사라졌습니까? 명령줄을 통해 Ubuntu(Ubuntu) 버전을 찾는 방법은 아래 섹션을 확인하세요 . 그들은 또한 WSL 에서 작동 합니다.
명령줄(Command Line) 에서 Ubuntu 버전(Version) 을 찾는 방법
" Linux 배포판(Linux distro) " 또는 " bash " 와 같은 용어를 정기적으로 사용하는 경우 명령줄 인터페이스가 적합합니다.
- Press Ctrl + Alt + T 를 눌러 명령줄 터미널을 엽니다.
- 다음 명령을 사용(Use) 하여 Ubuntu 버전을 확인하십시오. 각 명령은 버전 및 시스템에 대한 다양한 정보를 표시합니다.
lsb_release -d
가장 짧은 결과를 얻으려면 lsb_release -d 명령을 사용하십시오. lsb_release 명령은 모든 Linux 배포
에 대한 lsb( Linux Standard Base ) 정보를 표시합니다.
lsb_release -a
-a를 사용하면 배포자 ID(Distributor ID) , 설명(Description) , 릴리스(Release) 및 코드명(Codename) 을 포함하여 Ubuntu 에 대한 완전한 정보를 얻을 수 있습니다. 이상하게도 Codename 은 아래 표시된 버전의
Jammy Jellyfish 인 전체 코드명을 공개하지 않습니다 .
hostnamectl
hostnamectl 유틸리티는 호스트 또는 호스트 이름에 대한 정보를 변경하거나 반환합니다. 옵션 없이 사용하면 호스트 이름 정보만 반환됩니다. Ubuntu 버전 을 얻으려면 Operating System 라인을 찾고 (Operating System)Linux 커널 버전을 위한 (Linux kernel)Kernel 라인을 찾으십시오 .
고양이 /etc/issue
연결(cat) 명령은 일반적으로 파일을 함께 결합하는 데 사용됩니다. 옵션 없이 파일 경로/파일 이름(etc/issue)만 사용하면 문제 파일의 내용이 표시됩니다. l을 무시합니다. 이 맥락에서 중요하지 않습니다.
고양이 /etc/os-release
위의 명령과 마찬가지로 os-release 파일의 내용을 보여줍니다. 전체 코드명을 보여주는
버전(Version) 라인을 주목하십시오 .
우나메 -r
Linux 코어 버전 만 보려면 uname -r 명령을 사용합니다. uname 유틸리티는 시스템에 대한 정보를 제공하지만 Ubuntu 자체에 대한 정보는 제공하지 않습니다.
Neofetch를 사용하여 Ubuntu (Ubuntu Using Neofetch)버전(Version) 을 찾는 방법
Neofetch는 시스템 정보를 ASCII 아트로 창의적으로 표시하는 bash 앱입니다.
- bash 터미널을 열고 sudo apt install neofetch 명령으로 설치합니다. 그런 다음 비밀번호를 입력하면 네오페치가 검색됩니다.
neofetch 패키지를 찾으면 Y를 입력하여 설치를 시작합니다.
- 설치가 완료되면 neofetch 명령을 입력합니다.
Superfetch ( Windows Superfetch 와 혼동하지 말 것 ) 라는 유사한 유틸리티를 설치하려면 위와 동일한 절차를 따르고 neofetch를 사용한 곳에서 superfetch를 대체합니다. 각각은 약간 다른 정보를 반환하므로 가장 자주 필요한 정보가 있는 정보를 선택하십시오.
GUI 를 사용하여 Ubuntu 버전(Version) 을 찾는 방법
아마도 터미널에 들어가서 bash 및 명령줄로 작업하는 것이 원하는 것보다 더 많을 수 있습니다.
- 응용 프로그램 표시(Show Applications) 아이콘을 선택한 다음 설정(Settings) 을 선택 합니다 .
- OS 이름(OS Name) 을 찾을 수 있는 정보(About) 화면 을 표시하기 위해 열려야 합니다 . 그렇지 않은 경우 설정(Settings) 창 하단으로 스크롤하여 정보(About) 를 선택 합니다.
이제 우분투를 알게 되었습니다.
Ubuntu 버전 을 찾는 10가지 방법 (대부분 다른 시스템 정보 제공)을 통해 Ubuntu를 더 잘 알게(know Ubuntu better) 될 것 입니다. 어떤 업데이트가 필요한지 결정하고, 작동할 앱을 찾고, 최신 버전의 Ubuntu로 업그레이드할(upgrade to the newest version of Ubuntu) 시간을 알 수 있습니다.
What Version of Ubuntu Do I Have?
You can check what version of Ubuntu you have using several methods, and each has its bеnefits. Some givе уou the major version; others give you all the little details.
Why Should You Find Your Version of Ubuntu?
You know you’ve got Ubuntu. Why does the version matter?
- Like the different versions of Windows, some things will work in some versions of Ubuntu, and some will work only in others. You need to know what version you have to install the proper drivers for your hardware and apps that will work best on your version.
- It also helps you identify what updates your Ubuntu operating system needs.
- Some versions of Ubuntu are best used as servers, and some are best for desktop environments.
- When asking someone for help with Ubuntu, they’ll want to know what version you have.
What Are the Versions of Ubuntu?
Windows and macOS are straightforward when it comes to versions. Many PCs are either Windows 11 or Windows 10. MacOS’ most recent versions are Monterey, Big Sur, and Catalina.
Ubuntu version numbers are based on the year and month of release. Ubuntu releases also come with code names made of two alliterative words. It’s an adjective and an animal name, so the result is a name like Bionic Beaver. For example, the latest standard Ubuntu release is 21.10 Impish Indri. (An indri is a large species of lemur.)
If that wasn’t confusing enough, there are two current versions at any time. There are the interim release and long-term service (LTS) versions. Support for the interim Ubuntu release is 9-months from release. The LTS version is used where the stability of the instance is critical. It gets five years of standard support and can have another five years under the Extended Security Maintenance (ESM). ESM is free for personal use and is a paid subscription for enterprises.
Canonical Ltd. builds Ubuntu on the open-source Linux kernel, so the Linux kernel version can be important to know. A current Linux kernel version number may look like 5.15. The first number is the major release version, and the remaining numbers are the minor release.
Put them all together, and you could get an Ubuntu version like 22.04 LTS Jammy Jellyfish, Linux kernel 5.15.
How to Find The Version of Ubuntu in the Windows Linux Subsystem
Yes, you can run Ubuntu within Windows with Microsoft’s Windows Linux Subsystem (WSL).
- Open Ubuntu for Windows.
- Upon starting, Ubuntu shares the version and more information in the command line. The version in the example is Ubuntu 20.04 LTS. It also shows the Linux kernel used as 5.10.102.1-microsoft-standard-WSL2. Note the WSL2 part. There are two versions of Ubuntu Linux for WSL, 1 and 2, and each has its pros and cons.
Already opened Ubuntu WSL, and that line is gone? Check the section below on finding the Ubuntu version through the command line. They also work in WSL.
How to Find the Version of Ubuntu in the Command Line
If you regularly use terms like “Linux distro” or “bash,” the command line interface is for you.
- Press Ctrl + Alt + T to open the command line terminal.
- Use any of the following commands to check the Ubuntu version. Each command shows varying amounts of information about the version and the system.
lsb_release -d
For the shortest result, use the command lsb_release -d. The lsb_release command reveals the Linux Standard Base (lsb) information for any Linux distribution.
lsb_release -a
Using the -a gives complete information about Ubuntu, including Distributor ID, Description, Release, and Codename. Oddly, Codename doesn’t reveal the full codename, which is Jammy Jellyfish in the version shown below.
hostnamectl
The hostnamectl utility changes or returns information about the host or hostname. Using it without any options only returns the hostname info. Look for the Operating System line to get the Ubuntu version and the Kernel line for the Linux kernel version.
cat /etc/issue
The concatenate (cat) command is usually used to join files together. When used without any options and just the filepath/filename (etc/issue), it displays the contents of the issue file. Ignore the \n \l. It’s not important in this context.
cat /etc/os-release
Just like the command above, this shows the contents of the os-release file. Note the Version line, which shows the entire codename.
uname -r
To see just the Linux core version, use the command uname -r. The uname utility gives information about the system but not about Ubuntu itself.
How to Find the Version of Ubuntu Using Neofetch
Neofetch is a bash app that displays system information creatively with ASCII art.
- Open the bash terminal and install with the command sudo apt install neofetch. Then enter your password, and it will find the neofetch.
Once the neofetch package has been found, enter Y to begin the installation.
- When the installation is done, enter the command neofetch.
To install a similar utility called Superfetch (not to be confused with Windows Superfetch), follow the same procedure above, substituting superfetch where you used neofetch. Each returns slightly different information, so pick the one with the information you’ll need most often.
How to Find the Version of Ubuntu Using the GUI
Maybe getting into the terminal and working with bash and the command line is more than you want to do.
- Select the Show Applications icon and then select Settings.
- It should open to show the About screen where you can find the OS Name. If not, scroll to the bottom of the Settings window and select About.
Now You Know Your Ubuntu
With ten ways to find the Ubuntu version, many of them providing other system information, you’ll know Ubuntu better. You’ll be able to decide what updates you need, find apps that’ll work on it, and know when it’s time to upgrade to the newest version of Ubuntu.