| | 71 | |
| | 72 | = search header files = |
| | 73 | * [http://www1.ubuntuforums.org/showthread.php?p=1484520 Location of header file - Ubuntu Forums] |
| | 74 | > One very nice tool for finding a package for certain file is '''apt-file''' |
| | 75 | 1. $ sudo aptitude install -R apt-file |
| | 76 | {{{ |
| | 77 | apt-file curl{a} libapt-pkg-perl{a} libconfig-file-perl{a} libcurl3{a} |
| | 78 | liblist-moreutils-perl{a} |
| | 79 | }}} |
| | 80 | 1. $ sudo apt-file update |
| | 81 | {{{ |
| | 82 | Downloading complete file http://jp.archive.ubuntu.com/ubuntu/dists/lucid/Contents-i386.gz |
| | 83 | |
| | 84 | (snip) |
| | 85 | }}} |
| | 86 | 1. $ apt-file search ncurses.h |
| | 87 | {{{ |
| | 88 | doc-linux-ja-html: /usr/share/doc/HOWTO/ja-html/LFS-BOOK/appendixa/ncurses.html |
| | 89 | doc-linux-ja-html: /usr/share/doc/HOWTO/ja-html/LFS-BOOK/chapter05/ncurses.html |
| | 90 | doc-linux-ja-html: /usr/share/doc/HOWTO/ja-html/LFS-BOOK/chapter06/ncurses.html |
| | 91 | libncurses5-dev: /usr/include/ncurses.h |
| | 92 | libncursesw5-dev: /usr/include/ncursesw/ncurses.h |
| | 93 | }}} |