raspberry pi 에 설치된 raspbian 도 debian linux 기반이라
패키지 관리도 debian 에서 유래한다.
검색에서 찾을 수 있는 많은 문서들이 패키지 설치에 apt-get 명령을 사용하고 있어서 그렇게 사용했는데
더 새로운 aptitude 라는 명령어가 있네.
패키지관리에 대한 상세한 내용은 아래의 문서를 참조
https://wiki.debian.org/ko/DebianPackageManagement
aptitude 설명
https://wiki.debian.org/Aptitude?action=show&redirect=aptitude
==== aptitude search 명령으로 나오는 항목에서 ====
Each search result is listed on a separate line.
The first character of each line indicates the current state of the package:
the most common states are
p, meaning that no trace of the package exists on the system,
c, meaning that the package was deleted but its configuration files remain on the system,
i, meaning that the package is installed, and
v, meaning that the package is virtual.
The second character indicates the stored action (if any; otherwise a blank space is displayed) to be performed on the package,
with the most common actions being
i, meaning that the package will be installed,
d, meaning that the package will be deleted, and
p, meaning that the package and its configuration files will be removed.
If the third character is A, the package was automatically installed.
'Bite Bits > Raspberry Pi' 카테고리의 다른 글
Raspbian JESSIE 에서 libav 기능 사용해서 라이브 스트리밍 저장하기 (ffmpeg 대용) (0) | 2017.08.09 |
---|---|
ibus 한글 입력 전환 오류 해결 (real vnc 접속) (0) | 2017.07.07 |
Raspbian Jessie + Python (2 or 3) + OpenCV 3 설치하기 (0) | 2017.07.07 |
Raspbian 화면 해상도 조정 (리부팅 후) (0) | 2017.07.06 |
Raspbian 에서 apache tomcat 8 설치 (0) | 2017.07.05 |