apt-get install 로 설치가능한 목록은 어디서(어떻게) 볼 수 있나요?

1140
points
points
우분투에서 apt-get install 로 설치가능한 목록은 어디서(어떻게) 볼 수 있나요?
가령 apt-get install python-imaging 하면 PythonImaheLib 이 설치되는거 같던데요 ..
그렇다면 apt-get install python-* 로 설치가 가능한 뭔가가 더있단 이야기죠.
freeBSD에서 fink installl list 처럼 설치가능 목록을 보는 방법, 없나요?

points
apt-cache search
apt-cache search python-*
----------

http://sakuragi.org
points
apt-cache pkgnames [word]
패키지 이름만으로 검색하거나 전체 출력하거나 합니다.
points
캄사 합니다~
캄사 합니다~