This page in other languages: [[Package+management+cheat+sheet|English]] * --
?????????????????
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 | ab pattern |
List installed packages | dpkg -l | rpm -qa | ls /usr/local/tce.installed |