个人工具

“UbuntuHelp:AutoApt”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第18行: 第18行:
 
auto-apt search Xlib.h
 
auto-apt search Xlib.h
 
</nowiki></pre>
 
</nowiki></pre>
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconTip.png You can use it combined with [[UbuntuHelp:CheckInstall|CheckInstall]], or you could try using Ubuntu:AutoDeb, which combines the two as well as providing some additional facilities.
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconTip.png%7D%7D You can use it combined with [[UbuntuHelp:CheckInstall|CheckInstall]], or you could try using Ubuntu:AutoDeb, which combines the two as well as providing some additional facilities.
 
== Commands ==
 
== Commands ==
 
run - Enter auto-apt environment
 
run - Enter auto-apt environment
第42行: 第42行:
 
status - Report current environments (auto-apt or not)
 
status - Report current environments (auto-apt or not)
 
For some commands, command name with -local suffix, it will use pkgfiles.db, which is created by update-local command, instead of pkgcontents.db
 
For some commands, command name with -local suffix, it will use pkgfiles.db, which is created by update-local command, instead of pkgcontents.db
 +
----
 +
[[category:CategoryCommandLine]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 04:18的版本


What is auto-apt for?

When you want to build a program from source and it fails due to missing headers. Auto-apt can search what package would provide the header files.

Install

sudo apt-get install auto-apt
sudo auto-apt update
sudo auto-apt updatedb && sudo auto-apt update-local

Usage

Search for a header file:

auto-apt search [headerfile.h]

Example:

auto-apt search Xlib.h

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconTip.png%7D%7D You can use it combined with CheckInstall, or you could try using Ubuntu:AutoDeb, which combines the two as well as providing some additional facilities.

Commands

run - Enter auto-apt environment run [command [cmdarg]] update - Retrieve new lists of Contents (available file list) update updatedb - Regenerate lists of Contents (available file list, no download) updatedb update-local - Generate installed file lists update-local merge - Merge lists of Contents merge del - Delete package list del package check - Check which package will provide the filename check [-v] [-f] filename list - List filelist in dbfile list [-v] [-f] search - Search package by filename (grep) search [-v] [-f] pattern debuild - debuild with auto-apt useful to get build-depends: status - Report current environments (auto-apt or not) For some commands, command name with -local suffix, it will use pkgfiles.db, which is created by update-local command, instead of pkgcontents.db