Changes between Version 11 and Version 12 of TipAndDoc/Linux/Ubuntu


Ignore:
Timestamp:
Jan 20, 2011 12:46:39 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux/Ubuntu

    v11 v12  
    6969 * 「Windowsを「休止状態」->再起動->Ubuntu」は不可 
    7070  * 「休止状態」にあることをWindows側のbootloaderが検知して、問答無用で休止状態から復旧するためと思われる 
     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{{{ 
     82Downloading 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{{{ 
     88doc-linux-ja-html: /usr/share/doc/HOWTO/ja-html/LFS-BOOK/appendixa/ncurses.html 
     89doc-linux-ja-html: /usr/share/doc/HOWTO/ja-html/LFS-BOOK/chapter05/ncurses.html 
     90doc-linux-ja-html: /usr/share/doc/HOWTO/ja-html/LFS-BOOK/chapter06/ncurses.html 
     91libncurses5-dev: /usr/include/ncurses.h 
     92libncursesw5-dev: /usr/include/ncursesw/ncurses.h 
     93}}}