Bite Bits/Raspberry Pi

Raspbian 패키지 관리 툴 aptitude

상영 2017. 7. 7. 17:50

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.