Package Management Cheat Sheet
A quick comparison to common package managers' cli functionality.
Task | apt (deb) | yum (rpm) | tce-load (tcz) |
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 |
Search | apt-cache search pattern | yum search pattern | tce-ab |
List installed packages | dpkg -l | rpm -qa | ls /usr/local/tce.installed |
tce-ab -----------(will offer alternative prompts for)) S)earch P)rovides K)eywords or Q)uit