Differences
This shows you the differences between two versions of the page.
wiki:package_management_cheat_sheet [2011/05/25 09:12] curaga |
wiki:package_management_cheat_sheet [2012/09/26 02:25] (current) aus9 ab command is now called tce-ab |
||
---|---|---|---|
Line 6: | Line 6: | ||
|**Install a package from the repo**|apt-get install ''pkg''|yum install ''pkg''|tce-load -wi ''pkg''| | |**Install a package from the repo**|apt-get install ''pkg''|yum install ''pkg''|tce-load -wi ''pkg''| | ||
|**Install from a local file**|dpkg -i ''pkg''|yum localinstall ''pkg''|tce-load -i ''pkg''| | |**Install from a local file**|dpkg -i ''pkg''|yum localinstall ''pkg''|tce-load -i ''pkg''| | ||
- | |**Search**|apt-cache search ''pattern''|yum search ''pattern''|ab ''pattern''| | + | |**Search**|apt-cache search ''pattern''|yum search ''pattern''|tce-ab | |
|**List installed packages**|dpkg -l|rpm -qa|ls /usr/local/tce.installed| | |**List installed packages**|dpkg -l|rpm -qa|ls /usr/local/tce.installed| | ||
+ | <code> | ||
+ | tce-ab | ||
+ | -----------(will offer alternative prompts for)) | ||
+ | S)earch P)rovides K)eywords or Q)uit | ||
+ | </code> |