2009년 2월 16일 월요일

How-To: Find missing packages with apt-file

ddd를 컴파일 하다가 어떤 헤더 파일이 없다고 한다..

어떤 패키지를 설치 해야 하나.. 아래처럼 하면 설치 해야 할 패키지를 설치 할 수 있다.

Command line lover will love apt-file which will do the same job, but you won't have to use your web browser.

To install apt-file, simply run:

$ apt-get install apt-file

Then we need to update apt-file database with:

$ sudo apt-file update

After some times, once the Contents files are downloaded from the repositories, you will be able to query the database for myfile or path/to/myfile with the following commands:

$ apt-file search myfile

or

$ apt-file search path/to/myfile

Listing the content of an uninstalled package can be done with:

$ apt-file list mypackage

Finally, you can delete the cache files with:

$ sudo apt-file purge

댓글 없음: