Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:package_management_cheat_sheet [2011/04/18 07:25] – external edit 127.0.0.1 | wiki:package_management_cheat_sheet [2012/09/26 05:25] (current) – ab command is now called tce-ab aus9 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Package Management Cheat Sheet ====== | ||
| + | |||
| A quick comparison to common package managers' | A quick comparison to common package managers' | ||
| |Task|apt (deb)|yum (rpm)|tce-load (tcz)| | |Task|apt (deb)|yum (rpm)|tce-load (tcz)| | ||
| - | |||
| |**Install a package from the repo**|apt-get install '' | |**Install a package from the repo**|apt-get install '' | ||
| |**Install from a local file**|dpkg -i '' | |**Install from a local file**|dpkg -i '' | ||
| + | |**Search**|apt-cache search '' | ||
| + | |**List installed packages**|dpkg -l|rpm -qa|ls / | ||
| - | |**Search**|apt-cache search '' | + | < |
| - | + | tce-ab | |
| - | |**List installed packages**|dpkg | + | -----------(will offer alternative prompts for)) |
| + | | ||
| + | </code> | ||