윈도우즈 xp의 지원이 조만간 종료될 예정이다.
당연히 이 운영체계 사용자는 혼란을 겪게 될 것이다.
리눅스는 어떠한가? 마찬가지로 동일한 문제는 있다.
우분투의 경우도 최근 11.04버전의 지원을 종료하여 사용자들이 어려워한다.
그럼 11.10, 12.04 등의 버전의 지원 상태를 알아보는 방법은 무엇일까?
터미널에서 간단한 명령으로 지원 상태에 대한 요약과 상세 정보를 알아 볼 수 있다.
1. Ubuntu 12.04
- 요약 확인
$ ubuntu-support-status Support status summary of 'hyunmu-VirtualBox': You have 19 packages (0.9%) supported until 1월 2015 (18m) You have 1888 packages (91.5%) supported until 4월 2017 (5y) You have 62 packages (3.0%) supported until 10월 2013 (18m) You have 4 packages (0.2%) that can not/no-longer be downloaded You have 91 packages (4.4%) that are unsupported Run with --show-unsupported, --show-supported or --show-all to see more details |
- 상세 확인 (--show--unsupported)
No longer downloadable: libqscintilla2-5 mpta phoneflashtool xfstk-downloader Unsupported: cabextract connect-proxy cscope fonts-droid fonts-horai-umefont gdebi gdebi-core gitg gkrellm gnome-web-photo google-chrome-stable gtk2-engines-pixbuf gtk2-engines-pixbuf:i386 ia32-libs ia32-libs-multiarch:i386 libcapi20-3 libcapi20-3:i386 libclass-method-modifiers-perl libdata-random-perl libdate-calc-perl libdate-calc-xs-perl libgnome2-canvas-perl libgnome2-gconf-perl libgnome2-perl libgnome2-vfs-perl libgnome2-wnck-perl libgoo-canvas-perl libgtk2-imageview-perl libgtk2-unique-perl libgtkimageview0 libgtksourceview2.0-0 libgtksourceview2.0-common libhttp-server-simple-perl libimage-exiftool-perl libmikmod2:i386 libmouse-perl libmpg123-0 libmpg123-0:i386 libnet-dbus-glib-perl libnet-dbus-perl libnet-dropbox-api-perl libnet-oauth-perl libntlm0 libpath-class-perl libproc-processtable-perl libproc-simple-perl libsdl-image1.2:i386 libsdl-mixer1.2:i386 libsdl-net1.2:i386 libsdl-ttf2.0-0:i386 libsort-naturally-perl libssl0.9.8:i386 libstdc++5:i386 libwww-mechanize-perl libwxbase2.8-0 libwxgtk2.8-0 libx11-protocol-perl meld mingw32 mingw32-binutils mingw32-runtime oss-compat p7zip-full python-chaco python-enable python-gtksourceview2 python-lzma python-markdown python-pyface python-support python-traits python-traitsui python-wxgtk2.8 python-wxversion qemu-user-static shutter synaptic ttf-mscorefonts-installer unrar wine-gecko1.9 wine-gecko1.9:i386 wine-gecko2.21 wine-gecko2.21:i386 wine-mono0.0.8 wine1.5 wine1.5-amd64 wine1.5-i386:i386 wine1.6 wine1.6-amd64 wine1.6-i386:i386 winetricks |
--show-all 옵션으로 확인한 정보
2. Ubuntu 11.04
$ ubuntu-support-status Traceback (most recent call last): File "/usr/bin/ubuntu-support-status", line 105, in <module> (still_supported, support_str) = get_maintenance_status(cache, pkg.name, support_tag) File "/usr/bin/ubuntu-support-status", line 37, in get_maintenance_status raise Exception("No date tag found") Exception: No date tag found |
11.04 버전은 더 이상 지원되지 않아 오류가 발생한다.
어서들 업그레이드 하라는 뜻!
3. Ubuntu 지원 일정 (우분투 위키 정보 참조.)
Version | Code name | Docs | Release date | End of life date |
Ubuntu 13.04 | January 2014 | |||
Ubuntu 12.10 | April 2014 | |||
Ubuntu 12.04.2 LTS | April 2017 | |||
Ubuntu 12.04.1 LTS | ||||
Ubuntu 12.04 LTS | ||||
Ubuntu 10.04.4 LTS | May 9, 2013 (Desktop) | |||
Ubuntu 10.04.3 LTS | ||||
Ubuntu 10.04.2 LTS | ||||
Ubuntu 10.04.1 LTS | ||||
Ubuntu 10.04 LTS |
'OS > Linux' 카테고리의 다른 글
[Linux] 시스템 기본 정보 확인 (0) | 2019.01.23 |
---|---|
[MySQL] 계정 생성, 권한설정 (0) | 2018.02.23 |
apache2 완전 삭제 후 재설치 방법. (0) | 2013.08.22 |
[Ubuntu] apt-get update 에러. GPG public key 오류 해결 방법. (0) | 2013.07.16 |