상세 컨텐츠

본문 제목

048. Raspberry Pi 라즈베리 파이 - raspbian release 버전 확인

raspberrypi/raspbian

by ZelKun 2020. 1. 25. 23:27

본문

반응형

048. Raspberry Pi 라즈베리 파이 - raspbian release 버전 확인

lsb-release 사용하면 raspbian release 버전을 있다 길래

설치를 하고 lsb_release -a 해봄

 

python 3.6 설치하고 jupyter notebook 써보려고 삽질을 많이 했더니...

package missiong 그리 많이 뜨는지..

 

무튼 Release: 9.11 판명

가끔 릴리지 버전이 뭐지? 싶었는데 이제야 알게되다니...

참고로 uname -a 릴리즈 버전확인이 안됨

pi@rasp-dev:~ $ sudo apt-get install lsb-release -y

패키지 목록을 읽는 중입니다... 완료

의존성 트리를 만드는 중입니다       

상태 정보를 읽는 중입니다... 완료

The following additional packages will be installed:

  distro-info-data

제안하는 패키지:

  lsb

다음 새 패키지를 설치할 것입니다:

  distro-info-data lsb-release

0개 업그레이드, 2개 새로 설치, 0개 제거 및 3개 업그레이드 안 함.

33.2 k바이트 아카이브를 받아야 합니다.

이 작업 후 78.8 k바이트의 디스크 공간을 더 사용하게 됩니다.

받기:1 http://ftp.harukasan.org/raspbian/raspbian stretch/main armhf distro-info-data all 0.36 [5,810 B]

받기:2 http://ftp.harukasan.org/raspbian/raspbian stretch/main armhf lsb-release all 9.20161125+rpi1 [27.4 kB]

내려받기 33.2 k바이트, 소요시간 3 (9,299 바이트/)

Selecting previously unselected package distro-info-data.

dpkg: 경고: files list file for package 'python-wrapt' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-isort' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-lazy-object-proxy' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python3-qtconsole' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'ipython3' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python3-ipython' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'pylint' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-backports.functools-lru-cache' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python3-nbconvert' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python3-ipykernel' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-sense-emu' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'pyflakes' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-pexpect' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-numpy' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'cython' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-ptyprocess' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-unicornhathd' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-microdotphat' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-pyflakes' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-scrollphathd' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python3-spyder' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-picamera' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-pygame' missing; assuming package has no files currently installed

dpkg: 경고: files list file for package 'python-astroid' missing; assuming package has no files currently installed

(데이터베이스 읽는중 ...현재 140351개의 파일과 디렉터리가 설치되어 있습니다.)

Preparing to unpack .../distro-info-data_0.36_all.deb ...

Unpacking distro-info-data (0.36) ...

Preparing to unpack .../lsb-release_9.20161125+rpi1_all.deb ...

Unpacking lsb-release (9.20161125+rpi1) ...

distro-info-data (0.36) 설정하는 중입니다 ...

lsb-release (9.20161125+rpi1) 설정하는 중입니다 ...

Processing triggers for man-db (2.7.6.1-2) ...

 

pi@rasp-dev:~ $ lsb_release -a

No LSB modules are available.

Distributor ID: Raspbian

Description: Raspbian GNU/Linux 9.11 (stretch)

Release: 9.11

Codename: stretch

 

pi@rasp-dev:~ $ uname -a

Linux rasp-dev 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux

pi@rasp-dev:~ $ 

 

반응형

관련글 더보기

댓글 영역