apt 패키지 명 검색 방법
apt-cache seacrh [Package_Name]
example : python 관련 패키지 검색
apt-cache search python
grep 명령어를 통해 세부적인 검색이 가능하다.
apt-cache search python | grep numpy
검색 후 원하는 패키지를 아래 명령어로 설치하면 된다.
(설치 시에는 관리자 권한이 필요하므로 sudo 명령어 추가)
sudo apt-get install [Package_Name]
'OS > Linux' 카테고리의 다른 글
ubuntu : (username) is not in the sudoers file. This incident will be reported. (0) | 2022.11.08 |
---|---|
Ubuntu의 service 관리 (0) | 2017.09.21 |
linux 에 제공되지 않는 프린터 드라이버 설치 (0) | 2017.09.21 |